@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg');
}


/* css初始化 */

* {
    padding: 0px;
    margin: 0px;
}

body {
	background:#F8FBFF;
    font-size: 14px;
    font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", Arial, Tahoma, sans-serif;
    padding: 0!important;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 26px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "PingFang SC", "Source Han Sans CN", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}
.ipt2 .t_p img{
    max-width: 60%;
    min-width: 60%;
}
li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none !important;
}
.login{
    overflow: hidden;
    padding: 172px 0 0px;
    width: 640px;
    margin: 0 auto;
}
.login .bt{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.login-c{
    width: 580px;
    margin: 0 auto;
    overflow: hidden;
}
.dlzc{
    margin: 90px auto 0;
    padding: 35px 0;
    background-color: #fff;
    font-size: 30px;
    border-radius: 20px;
    letter-spacing: 2px;
}
.dlzc div{
    display: inline-block;
    width: 49%;
    text-align: center;
}
.dlzc a{
    color: #bfbfbf;
    position: relative;
}
.dlzc a.on{
    color: #8b3eda;
    font-weight: bold;
}
.dlzc a.on:after{
    display: block;
    content: '';
    width: 40px;
    height: 6px;
    border-radius: 2px;
    background-color: #8b3eda;
    bottom: -10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.srk{
    padding-top: 70px;
}
.ipt{
    margin-top: 40px;
}
.ipt .wz{
    font-size: 27px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.ipt .wz img{
    margin-right: 20px;
}

.ipt input{
    line-height: 80px;
    font-size: 27px;
    border-bottom: 1px solid #f0edf3;
    width: 100%;
}
.ipt .yz-ipt{
    display: flex;
}

.yz2-tp{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ipt .yz-ipt input{
    width: 480px;
}
.ipt .yz-ipt .yz-tp{
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forget{
    float: right;
    font-size: 25px;
    line-height: 90px;
    color: #d8d8d8;
}
.forget:after{
    display: block;
    content: '';
    clear: both;
}
.ljdl{
    width: 100%;
    line-height: 90px;
    color: #fff;
    background: linear-gradient(to right,#6942d3,#8038c2);
    font-size: 30px;
    border-radius: 20px;
}
.user{
    width: 640px;
    margin: 0 auto;
    padding-bottom: 120px;
}
.user-c{
    width: 580px;
    margin: 0 auto;
    padding-top: 140px;
}
.topest{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
    font-size: 32px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 580px;
    padding: 0 30px;
    z-index: 99999;
}
.topest.on{
    background: linear-gradient(to right,#8763cd,#6e529d);
}
.menu{
    display: flex;
    align-items: center;
}
.avatar{
    text-align: center;
    color: #fff;
}
.avatar .name{
    font-size: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 35px;
    height: 40px;
    margin-top: 5px;
}
.avatar .name .wz{
    height: 40px;
}
.avatar .name .tp{
    height: 40px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar .id{
    font-size: 20px;
    color: #cdcccd;
    margin-top: 5px;
}

.cardsUpdate{
    padding-top: 40px;
}
.cardsUpdate .xx{
	margin: 0px;
}
.cardsUpdate input{
    margin-top: -3px;
    width: 100%;
    padding: 0 2%;
    height: 80%;
    font-size: 24px;
    background-color: #eeeeee;
    border-radius: 15px;
}
.cardsUpdate select{
    width:300px;
	font-size:24px;
}
.cardsCR{
    padding-top: 40px;
}
.cardsUpdateCR{
    padding-top: 40px;
}
.cardsUpdateCR .xx{
	margin: 0px;
}
.cardsUpdateCR input{
    margin-top: -3px;
    width: 100%;
    padding: 0 2%;
    height: 80%;
    font-size: 24px;
    background-color: #eeeeee;
    border-radius: 15px;
}
.cardsUpdateCR select{
    width:300px;
	font-size:24px;
}
.displayNone{
    display:none;
}
.card .bt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card .bt-l{
    display: flex;
    align-items: center;
    font-size: 32px;
}
.card .bt-l .tp{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .bt-l .wz{
    padding: 0 15px;
}

.zl-item{
    display: flex;
    line-height: 60px;
    border-radius: 10px;
    /* margin-top: 20px; */
    background-color: #fff;
    padding: 15px 25px;
    border-bottom: #E6E6E6 1px solid;
    border-radius: 1px;
}
.zl-item .xxm{
    font-size: 24px;
    color: #323232;
    padding-right: 25px;
	font-weight:800;
	width: 175px;
}
.zl-item .xxxm{
    font-size: 24px;
    color: #323232;
    width:140px;
    padding-right: 20px;
}
.zl-item .xx{
    font-size: 24px;
    color: #646464;
	width:100%;
}
.zl-item .xx input{
	text-align: right;
}
.zl-itemt{
    display: flex;
    line-height: 70px;
    box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);
    border-radius: 10px;
    margin-top: 25px;
    background-color: #fff;
    padding: 0 25px;
}
.zl-itemt .xxm{
    font-size: 25px;
    color: #323232;
    padding-right: 25px;
}
.zl-itemt .xx{
    font-size: 25px;
    color: #646464;
}
.lxr{
    display: flex;
    width: 50%;
}
.lxdh{
    display: flex;
    width: 50%;
}


.xk{
	height: 33%;
    width: 640px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 120px;
	background-image: linear-gradient(to top, #F8FBFF, #fafafa00), linear-gradient(to left, #3BDDC9, #5594FF);
}
.xk-c{
    width: 580px;
    margin: 0 auto;
}
.xk-d{
    position: relative;
    height: 300px;
}
.yxkc{
    width: 550px;
    margin: 20px auto 0;
    padding: 5px 15px 5px;
    border-radius: 36px;
}
.yxkc1{
    background: #fff;
}
.yxkc .bt {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.yxkc .bt .more{
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 18px;
    color: #323232;
}
.yxkc .bt .wz{
    font-size: 29px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}
.yxkcz{
    width: 550px;
    margin: 20px auto 0;
    padding: 25px 15px 35px;
    box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);
    border-radius: 10px;
    background-color:#fff;
}

.yxkcz .bt {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.yxkcz .bt .more{
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 18px;
    color: #323232;
}
.yxkcz .bt .wz{
    font-size: 29px;
    color: #323232;
    font-weight: bold;
}
.ys-item{
	background:#fff;
	border-radius: 36px;
	font-size: 26px;
    justify-content: space-between;
	margin-bottom: 30px;
}
.ys-item .ds-item div{
	margin-top: 5px;
}
.ys-item .ds-item img{
	width:20px;
	padding: 0px 10px;
}
.ys-item .ds-item{
	padding: 28px 28px;
	background: linear-gradient(168deg, rgba(85, 148, 255, 0), rgba(85, 148, 255, 0.12));
	border-radius: 36px;
}
.ys-item .ds-item .topLeft{
	height: 45px;
}
.ys-item .ds-item .topRight{
	height: 45px;
	float: right;
    font-weight: 400;
    color: #999999;
}
.ys-item .ds-item .middleLeft{
	height: 45px;
    font-weight: 400;
    color: #999999;
}
.ys-item .ds-item .middleRight{
	margin-left: 30px;
	height: 45px;
    font-weight: 400;
    color: #999999;
}
.ys-item .ds-item .xian{
	background: #E6E6E6;
    height: 1px;
	margin: 15px 0px 15px 0px;
}
.ys-item .ds-item .bottomLeft{
	height: 45px;
    font-weight: 400;
    color: #3E82F6;
}
.ys-item .ds-item .bottomRight{
	height: 45px;
	float: right;
}
.ys-item .ds-item .bottomRight button{
    font-size: 26px;
    background: #3E82F6;
    border-radius: 39px;
    width: 93px;
    height: 45px;
    color: #fff;
}
.ys-item .tp{
    width: 190px;
    overflow: hidden;
    box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);
    border-radius: 10px;
}
.ys-item .tp img{
    width: 100%;
    display: block;
}
.ys-item .zy_xx{
    width: 320px;
}
.ys-item .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ys-item .bottom .teacher{
    display: flex;
    align-items: center;
}
.ys-item .zym{
    font-size: 27px;
    font-weight: bold;
    color: #333333;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.ys-item .date{
    font-size: 20px;
    color: #999999;
    margin-top: 20px;
}
.ys-item .bottom{
    margin-top: 20px;
}
.ys-item .teacher{
    font-size: 21px;
    color: #333333;
}
.ys-item .teacher .js_tx{
    margin-right: 15px;
}
.ys-item .teacher .jsm{
    margin-right: 15px;
}
.ys-item .del{
    display: block;
    width: 85px;
    line-height: 35px;
    font-size:22px;
    color: #fff;
    background: linear-gradient(to right,#8950d8,#884fd8);
    text-align: center;
    border-radius: 13px;
}
.ys-item .pay{
    display: block;
    width: 120px;
    line-height: 35px;
    font-size:22px;
    color: #fff;
    background: linear-gradient(to right,#e64340,#e64340);
    text-align: center;
    border-radius: 13px;
}
.or-item{
    padding: 20px 0px 0px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
}
.or-item .tp{
    width: 190px;
    overflow: hidden;
    box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);
    border-radius: 10px;
}
.or-item .tp img{
    width: 100%;
    display: block;
}
.or-item .zy_xx{
    width: 320px;
}
.or-item .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.or-item .bottom .teacher{
    display: flex;
    align-items: center;
}
.or-item .zym{
    font-size: 27px;
    font-weight: bold;
    color: #333333;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.or-item .date{
    font-size: 20px;
    color: #999999;
    margin-top: 20px;
}
.or-item .bottom{
    margin-top: 20px;
}
.or-item .teacher{
    font-size: 21px;
    color: #333333;
}
.or-item .teacher .js_tx{
    margin-right: 15px;
}
.or-item .teacher .jsm{
    margin-right: 15px;
}
.or-item .del{
    display: block;
    width: 85px;
    line-height: 35px;
    font-size:22px;
    color: #fff;
    background: linear-gradient(to right,#8950d8,#884fd8);
    text-align: center;
    border-radius: 13px;
}
.or-item .pay{
    display: block;
    width: 120px;
    line-height: 35px;
    font-size:22px;
    color: #fff;
    background: linear-gradient(to right,#e64340,#e64340);
    text-align: center;
    border-radius: 13px;
}
.subtitle{
	font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
	margin-bottom: 20px;
    margin-top: 10px;
}
.XKsubtitle{
	font-size: 30px;
    color: #ffffff;
    font-weight: bold;
	margin-bottom: 20px;
    margin-top: 60px;
}
.XKsubtitleTwo{
	font-size: 25px;
    color: #ffffff;
    font-weight: bold;
	margin-bottom: 20px;
    margin-top: 10px;
}
.XKsubtitleThree{
	background: #FFFFFF;
    box-shadow: 0px 12px 24px 0px rgba(74, 141, 255, 0.3);
    border-radius: 54px;
    width: 168px;
    height: 50px;
    font-size: 26px;
    color: #4A8DFF;
    margin-bottom: 33px;
}
.XKsubtitleFour{
	position: absolute;
    top: 0;
    right: 0;
    width: 200px;
}
.xkz select{
	width: 250px;
    text-align: right;
}
.add{
    display: block;
    width: 550px;
    margin: 50px auto 45px;
    line-height: 65px;
    text-align: center;
    background:#d3e3fd;
	border-radius: 68px;
	border: 1px solid #d3e3fd;
    border-radius: 35px;
    color: #3E82F6;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add img{
    margin-right: 15px;
	width:30px;
}

.keep{
    display: block;
    width: 550px;
    margin: 25px auto;
    line-height: 65px;
    text-align: center;
	background: #3E82F6;
	border-radius: 68px;
	border: 1px solid #3E82F6;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.keep img{
    margin-right: 15px;
}

.signOut{
    width: 580px;
    margin: 25px auto;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(to right,#e64340,#e64340);
    border-radius: 35px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signOut img{
    margin-right: 15px;
}
.submitUserInfo{
    width: 580px;
    margin: 25px auto;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(to right,#6a3dc0,#6a3dc0);
    border-radius: 35px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submitUserInfo img{
    margin-right: 15px;
}
.submitUserInfoCR{
    width: 580px;
    margin: 25px auto;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(to right,#6a3dc0,#6a3dc0);
    border-radius: 35px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submitUserInfoCR img{
    margin-right: 15px;
}
.servicePhoneOne{
    display: block;
    width: 580px;
    margin: 25px auto 45px;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(to right,#6a3dc0,#6a3dc0);
    border-radius: 25px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicePhoneOne img{
    margin-right: 15px;
}
.servicePhoneTwo{
    display: block;
    width: 580px;
    margin: 25px auto 45px;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(to right,#09bb07,#09bb07);
    border-radius: 25px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicePhoneTwo img{
    margin-right: 15px;
}
.servicePhoneThree{
    display: block;
    width: 580px;
    margin: 25px auto 45px;
    line-height: 85px;
    text-align: center;
    background: linear-gradient(to right,#e64340,#e64340);
    border-radius: 25px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servicePhoneThree img{
    margin-right: 15px;
}
.zyxz-c{
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 36px;
}
.zy_xz{
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);
}
.xz-item .xz-bt{
    line-height: 80px;
    color: #323232;
    font-size: 26px;
    padding: 0 15px;
    border-bottom:  1px solid #e8e8e8;
    display: flex;
    justify-content: space-between;
}
.xz-item .xz-btx{
    line-height: 80px;
    color: #323232;
    font-size: 26px;
    padding: 0 15px;
    border-bottom:  1px solid #e8e8e8;
}
.xz-item .xz-bt .bt-r{
    display: flex;
    justify-content: center;
    align-items: center;
}
.xz-item .xz-bt .bt-r img{
    display: block;
    transition: all ease .5s;
}
.xz-item .xz-bt .bt-r.on img{
    transform: rotate(90deg);
}
.xz-item .xz-nr{
    /*display: none;*/
}
.xz-item .xz-nr:after{
    display: block;
    /*content: '';*/
    clear: both;
}

.xz-nz{
    display: none;
    border-bottom: 1px solid #e8e8e8;
}
.xz-nz:after{
    display: block;
    content: '';
    clear: both;
}
.xz-item-zy{
    float: left;
    margin-right: 18px;
}
.xz-item-zy:nth-child(2n){
    margin-right: 0;
}
.xz-item-zy input{
    visibility: hidden;
}
.xz-item-zy label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    background: url('../images/zy-bg1.png') no-repeat;
	 cursor: pointer;
    width: 220px;
    height: 95px;
    position: relative;
    border-radius: 15px;
    box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);
}
.xz-item-zy:nth-child(2n) label{
    background: url('../images/zy-bg2.png') no-repeat;
}
.zy_xz .xz-nr{
    padding: 20px 20px 30px;
}
.xz-item-zy label .wz{
    width: 85px;
    font-size: 21px;
    color: #0a1235;
    font-weight: bold;
}
.xz-item-zy:nth-child(2n) .wz{
    color: #210760;
}
.xz-item-zy label .active{
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}
.xz-item-zy label .active img{
    display: block;
}
.xz-item-zy.on .active{
    display: block;
}

.xz-item-js{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.xz-item-js label{
    display: block;
    width: 97px;
    font-size: 20px;
    line-height: 50px;
    background-color:#EBF1FD;
    text-align: center;
    border-radius: 10px;
}
.xz-item-js input{
    visibility: hidden;
}
.xz-item-js.on label{
    background-color: #C4D4FE;
}


.xz-item-xq{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.xz-item-xq label{
    display: block;
    width: 97px;
    font-size: 20px;
    line-height: 50px;
    background-color:#EBF1FD;
    text-align: center;
    border-radius: 10px;
}
.xz-item-xq input{
    visibility: hidden;
}
.xz-item-xq.on label{
    background-color: #C4D4FE;
}

.xz-item-nj{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.xz-item-nj label{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    background-color:#EBF1FD;
    text-align: center;
    border-radius: 10px;
}
.xz-item-nj input{
    visibility: hidden;
}
.xz-item-nj.on label{
    background-color: #C4D4FE;
}

.xz-item-hd{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.xz-item-hd label{
    display: block;
    width: 165px;
    font-size: 20px;
    line-height: 50px;
    background-color:#EBF1FD;
    text-align: center;
    border-radius: 10px;
}
.xz-item-hd input{
    visibility: hidden;
}
.xz-item-hd.on label{
    background-color: #C4D4FE;
}
.btns{
    display: flex;
    justify-content: center;
    margin: 25px 0;
}
.btns a{
    display: block;
    width: 125px;
    line-height: 45px;
    border-radius: 8px;
    text-align: center;
}
.btns .save{
    margin-right: 14px;
    color: #fff;
    font-size: 26px;
    line-height: 60px;
    background: #3E82F6;
    border-radius: 60px;
    border: 1px solid #3E82F6;
}
.btns .submit{
    font-size: 26px;
    color: #fff;
    border: 1px solid #ef4f4f;
	line-height: 60px;
}

.xzzy-bt{
    width: 570px;
    margin: 0 auto;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding: 25px 15px;
    position: relative;
}
.xzzy-bt:after{
    display: block;
    content: '';
    position: absolute;
    width: 7px;
    height: 37px;
    background-color: #beaddd;
    top: 25px;
    left: 0;
}
.caidan{
    position: fixed;
    bottom: 10px;
    left: 50%;
    width: 600px;
    <!--box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);-->
    border-radius: 10px;
    padding: 15px 0;
    background-color: #fff;
    display: flex;
    transform: translateX(-50%);
}
.caidant{
    position: fixed;
    bottom: 10px;
    left: 50%;
    width: 650px;
    box-shadow: 0 1px 10px 0 rgba(51,5,111,.16);
    border-radius: 10px;
    padding: 15px 0;
    background-color: #fff;
    display: flex;
    transform: translateX(-50%);
}
.cd-item{
    display: block;
    width: 24%;
    text-align: center;
}
.cd-item.on .wz{
    background: linear-gradient(to right, #7a53c8, #6c76fb);
    -webkit-background-clip: text;
    color: transparent;
}



.lg1-bt{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-top:-30px;
    text-align: center;
    letter-spacing: 5px;
}
.lg2-bt{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-top:-30px;
    text-align: center;
    letter-spacing: 2px;
}
.lg3-bt{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-top:5px;
    text-align: center;
    letter-spacing: 5px;
}
.lg2-c{
    width: 500px;
    margin: 0 auto 0;
}
.lg2-name{
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 140px;
    position: relative;
}
.lg2-name:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 3px;
    width: 300px;
    transform: translateX(-50%);
    background-color: #ffffff00;
}
.ipt2{
    display: flex;
    align-items: center;
    line-height: 100px;    
	height: 85px;
    margin-top: 20px;
	background: #FFFFFF;
    box-shadow: 21px 21px 30px 0px rgba(231, 231, 231, 0.36);
    border-radius: 30px;
}

.ipt2 .yz2-ipt{
    display: flex;
    align-items: center;
}
.ipt2 .yz2-ipt input{
    width: 260px;
}
.ipt2 .t_p{
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ipt2 input{
    font-size: 31px;
    line-height: 120px;
    width: 380px;
    color: #000;
}
.ipt2 input::placeholder{
    color: #000;
}
.bottom2{
    display: flex;
    justify-content: space-between;
    margin: 45px 0;
}
.bottom2 a{
    color: #fff;
    font-size: 25px;
    padding: 0 15px;
}
.ljdl2{
    width: 460px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 38px;
	background: #4A8DFF;
	border-radius: 30px;
}

/* 考勤详情 */

.top_shang {
    background: linear-gradient( to right, #7c5dca, #584094) no-repeat;
    background: -webkit-linear-gradient( left, #7c5dca, #584094) no-repeat;
    font-size: 32px;
    color: #ffffff;
    padding: 28px 0;
    text-align: center;
    position: relative;
}

.top_shang .chahao {
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
}

.top_shang .dian {
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
}

.dange_renwu {
    padding: 0 21px;
}

.dange_renwu .geren_zhx {
    padding-top: 40px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.dange_renwu .geren_zhx .zuo {
    background-color: #feffff;
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 252px;
    border-radius: 40px;
}

.dange_renwu .geren_zhx .zuo .touxiang {
    height: 133px;
    width: 133px;
    border-radius: 100px;
    /* background-color: #fafafa; */
    overflow: hidden;
}

.dange_renwu .geren_zhx .zuo .mingzi {
    margin-left: 25px;
}

.dange_renwu .geren_zhx .zuo .mingzi h5 {
    font-size: 30px;
    color: #313131;
}

.dange_renwu .geren_zhx .zuo .mingzi h6 {
    font-size: 20px;
    color: #8c8c8c;
    margin-top: 25px;
}

.dange_renwu .geren_zhx .you {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 34px;
    flex: 0 0 50%;
}

.dange_renwu .geren_zhx .you .you_zhuangtai {
    flex: 0 0 48%;
    background-color: #fff;
    height: 118px;
    flex-wrap: wrap;
    line-height: 21px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 换主轴方向 */
    flex-direction: column;
    border-radius: 40px;
    box-shadow: 0 0 10px #dcdcf8;
}

.dange_renwu .geren_zhx .you .you_zhuangtai:nth-child(3),
.dange_renwu .geren_zhx .you .you_zhuangtai:nth-child(4) {
    margin-top: 16px;
}

.dange_renwu .geren_zhx .you .you_zhuangtai p {
    font-size: 24px;
    color: #434343;
}

.dange_renwu .geren_zhx .xiantiao {
    flex: 0 0 100%;
    margin-top: 20px;
    display: flex;
    padding: 22px 0;
}

.dange_renwu .geren_zhx .xiantiao div {
    height: 10px;
    position: relative;
}

.dange_renwu .geren_zhx .xiantiao div::after {
    width: 21px;
    height: 21px;
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    border-radius: 100px;
}

.dange_renwu .geren_zhx .xiantiao div::before {
    position: absolute;
    right: 0;
    width: 29px;
    height: 29px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    border-radius: 100px;
    box-shadow: 0 0 20px #84cad6;
}

.dange_renwu .geren_zhx .xiantiao .zhengchang {
    background-color: #a1c4fc;
    border-radius: 50px;
}

.dange_renwu .geren_zhx .xiantiao .zhengchang::after {
    background-color: #a1c4fc;
}

.dange_renwu .geren_zhx .xiantiao .qingjia {
    background-color: #ff806c;
}

.dange_renwu .geren_zhx .xiantiao .qingjia::after {
    background-color: #ff806c;
}

.dange_renwu .geren_zhx .xiantiao .chidao {
    background-color: #ffb100;
}

.dange_renwu .geren_zhx .xiantiao .chidao::after {
    background-color: #ffb100;
}

.dange_renwu .geren_zhx .xiantiao .queqin {
    background-color: #998cf5;
}

.dange_renwu .geren_zhx .xiantiao .queqin::after {
    background-color: #998cf5;
}

.xian img {
    width: 100%;
	margin-bottom: -60px;
}

.anniu_di {
    margin-top: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.anniu_di a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 251px;
    height: 63px;
    background: linear-gradient( to right, #7c5dca, #584094) no-repeat;
    background: -webkit-linear-gradient( left, #7c5dca, #584094) no-repeat;
    font-size: 24px;
    color: #ffffff;
    box-shadow: 0 0 10px #908b8b;
    border-radius: 25px;
}

.anniu_di .kaoqin {
    margin-left: 110px;
}

.anniu_di a img {
    margin-right: 22px;
}