/*首页*/

.home-header {
    background: #fff;
    width: 100%;
    height: 80px;
    border-top: 6px solid #00B33D;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.home-pulldown {
    display: block;
    position: fixed;
    width: 41px;
    height: 23px;
    background: url("../images/xiala.png");
    background-size: 41px 23px;
    bottom: 30px;
    margin-left: -21px;
    left: 50%;
    z-index: 999;
}

.home-pulldown.active {
    display: none;
}

.section img {
    display: block;
    width: 100%;
    height: 100%;
}

.section1 {
    position: relative;
}

.section1 .login-panel {
    position: absolute;
    width: 200px;
    height: 125px;
    bottom: 12%;
    left: 50%;
    margin-left: -100px;
    text-align: center;
}

.section1 .login-panel>a {
    display: inline-block;
    line-height: 34px;
    margin-bottom: 20px;
    width: 186px;
    height: 36px;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.login-panel .login-btn {
    background: #00B33D;
    border: 1px solid #00B33D;
}

.login-panel .register-btn {
    border: 1px solid #fff;
}

.home-logo {
    float: left;
    width: 400px;
    margin-top: 17px;
}

.home-show-msg {
    float: left;
    /* width: 400px; */
    height: 80px;
    line-height: 80px;
    color: red;
    font-size: 14px;
}

.home-login {
    display: none;
    float: right;
    text-align: right;
    padding-top: 25px;
    color: #007F2B;
    font-size: 14px;
}

.home-login span {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    margin: 0 20px;
    font-size: 12px;
}

.home-login>a {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #007F2B;
}

.home-login>a:hover,
.home-login>a:active,
.home-login>a:visited {
    color: #007F2B;
}

.home-footer {
    position: fixed;
    width: 100%;
    height: 140px;
    padding-top: 35px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    left: 0;
    bottom: 0;
}

.home-footer p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.home-footer p span {
    margin: 0 10px;
}

.home-footer p a:hover,
.home-footer p a:visited,
.home-footer p a:link {
    color: #fff;
}


/*五大空间共同尾部*/

.common-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    padding-top: 35px;
    padding-bottom: 25px;
    background: #4C4C4C;
}

.common-footer p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.common-footer p span {
    margin: 0 10px;
}

.common-footer p a:hover,
.common-footer p a:visited,
.common-footer p a:link {
    color: #fff;
}


/*弹出框*/

.winbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 888;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.box-shandow .win-title {
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}

.box-shandow .win-title>a {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../images/teacher/close.png");
}

.box-shandow {
    background: #fff;
    width: 720px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    z-index: 999;
}

.win-function-list {
    margin-left: -20px;
    width: 680px;
    max-height: 425px;
    overflow: hidden;
    overflow-y: auto;
}

.win-function-list li {
    float: left;
    position: relative;
    margin-left: 20px;
    width: 200px;
    height: 100px;
    margin-bottom: 20px;
}

.win-function-list li .choose {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url("../images/teacher/undone.png") no-repeat;
}

.win-function-list li .choose.active {
    background: url("../images/teacher/done.png") no-repeat;
}

.win-footer {
    padding: 20px 0px;
    text-align: center;
}

.win-footer button {
    border: none;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    width: 120px;
    height: 30px;
    color: #fff;
}

.win-footer button:hover {
    outline: none;
}

.win-footer button.yes {
    background: #4A90E2;
    margin-right: 40px;
}

.win-footer button.no {
    background: #A1A1A1;
}


/*教师学生公用部分*/

.common-header {
    background: #fff;
    height: 80px;
    border-top: 6px solid #00B33D;
    margin-bottom: 20px;
}

.common-header.teacher {
    border-top: 6px solid #3388EC;
}

.h-logo {
    display: block;
    float: left;
    width: 500px;
    margin-top: 18px;
}

.h-logo img {
    display: inline-block;
    vertical-align: middle;
}

.h-logo .crumb {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 16px;
}

.h-logo .crumb.student {
    color: #00B33D;
    font-weight: bold;
}

.h-logo .crumb.teacher {
    color: #3388EC;
    font-weight: bold;
}

.h-logo .crumb.manager {
    color: #B59D55;
    font-weight: bold;
}

.h-personal {
    float: right;
    text-align: right;
    height: 74px;
    padding-top: 25px;
    font-size: 13px;
}

.h-information {
    display: inline-block;
    margin-top: -23px;
    width: 25px;
    height: 18px;
    vertical-align: middle;
}

#other_role {
    display: none;
}

.h-role {
    display: inline-block;
    height: 50px;
    position: relative;
    cursor: pointer;
    margin-left: 65px;
    font-weight: bold;
    vertical-align: middle;
    text-align: right;
}

.h-role span,
.h-role img {
    display: inline-block;
    vertical-align: middle;
}

.h-role span {
    margin-left: 10px;
}

.role-list {
    background: #fff;
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    width: 150px;
    height: auto;
}

.role-list li {
    height: 35px;
    line-height: 35px;
}

.role-list li a {
    display: block;
    line-height: 35px;
    text-align: left;
    padding-left: 20px;
    color: #888;
    font-size: 14px;
}

.role-list li a>i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.role-list li .icon-1 {
    background: url("../images/icon-1.png") no-repeat;
}

.role-list li .icon-2 {
    background: url("../images/icon-2.png") no-repeat;
}

.role-list li .icon-3 {
    background: url("../images/icon-3.png") no-repeat;
}

.main-page {
    margin-bottom: 20px;
}

.u-section-left {
    float: left;
    width: 880px;
}

.u-section-right {
    float: right;
    width: 280px;
}

.u-section-right>a {
    display: block;
    width: 280px;
    height: 160px;
    margin-bottom: 20px;
}

.u-info-panel {
    width: 880px;
    height: 160px;
    margin-bottom: 20px;
    padding: 20px 25px;
}

.u-info-l {
    float: left;
    display: block;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.u-info-r {
    float: right;
    width: 750px;
    padding-top: 5px;
    font-size: 14px;
    color: #fff;
}

.u-info-r .name {
    font-size: 18px;
    margin-bottom: 10px;
}

.u-info-r .introduce {
    margin-bottom: 20px;
}

.u-info-r .class {
    margin-top: 10px;
}

.u-data-panel {
    height: 880px;
    margin-bottom: 20px;
    height: 160px;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}

.u-data-panel .title {
    border-bottom: 1px solid #F1F1F1;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.u-data-panel .title>i {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
}

.data-panel {
    margin-left: 170px;
    overflow: hidden;
    padding: 30px 0 0;
}

.data-panel li {
    float: left;
    width: 25%;
    color: #A1A1A1;
    border-right: 1px solid #F1F1F1;
    text-align: center;
}

.data-panel li:last-child {
    border-right: none;
}

.data-panel li .p-1 {
    margin-bottom: 20px;
    font-size: 12px;
    color: #5A5A5A;
}

.data-panel li .p-1 span {
    margin-right: 2px;
}

.data-panel li .blue {
    color: #4A90E2;
    font-size: 24px;
}

.data-panel li .yellow {
    color: #FF7500;
    font-size: 24px;
}

.data-panel li .green {
    color: #00B33D;
    font-size: 24px;
}

.data-panel li .purple {
    color: #7985B5;
    font-size: 24px;
}

.function-title {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 10px;
}

.function-list {
    overflow: hidden;
    min-height: 400px;
    margin-left: -20px;
}

.function-list li {
    width: 380px;
    cursor: pointer;
    overflow: hidden;
    height: 180px;
    background: #fff;
    float: left;
    margin: 0 0 20px 20px;
    position: relative;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}

.function-list li p {
    position: absolute;
    cursor: pointer;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -17px;
    z-index: 3;
}

.function-list p span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.function-list li .delete {
    display: inline-block;
    width: 21px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.function-list li.last>a {
    display: block;
    text-align: center;
    line-height: 180px;
}

.function-list li.last>a span {
    color: #B0D4FF;
    font-size: 40px;
}

.function-list.student li.last>a span {
    color: #B8E986;
    font-size: 40px;
}

.function-list .link {
    display: block;
    color: #fff;
}

.function-list .delete-icon {
    display: none;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../images/delete.png") no-repeat;
}

.function-list .delete-icon.on {
    display: inline-block;
}

#username {
    font-weight: bold;
    margin-right: 5px;
}

.no-modules {
    text-align: center;
    height: 80px;
    line-height: 80px;
}


/*教师*/

.h-role.teacher {
    color: #203F62;
}

.u-info-panel.teacher {
    background: url("../images/teacher/bg.png") no-repeat;
}

.u-data-panel .title.teacher>i {
    border: 1px solid #B0D4FF;
}

.function-title.teacher {
    background: rgba(176, 212, 255, 0.2);
    color: #203F62;
    font-size: 16px;
}

.box-shandow.teacher .win-title {
    color: #77AEEE;
}

.u-data-panel.teacher {
    background-image: url("../images/teacher/shuju-2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.box-shandow.student .win-title {
    color: #7ED321;
}

.win-footer.student button.yes {
    background: #7ED321;
}

.advert-mx-panel {
    width: 880px;
    height: 160px;
    margin-bottom: 20px;
}


/* .advert-mx-panel.manager { width: 1180px;} */

.advert-mx-panel a {
    display: block;
}


/*学生*/

.h-role.student {
    color: #007F2B;
}

.u-info-panel.student {
    background: url("../images/student/stu-bg.jpg") no-repeat;
}

.function-list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.function-list li img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
}

.u-data-panel.student,
.u-data-panel.society {
    background-image: url("../images/student/shuju.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.function-title.student {
    background: rgba(184, 233, 134, 0.3);
}

.win-function-list.student .choose.active {
    background: url("../images/student/done.png") no-repeat;
}


/*社会公民*/

.u-info-panel.society {
    width: 100%;
    background: url("../images/society/bg.jpg") no-repeat;
}

.function-title.society {
    background: rgba(184, 233, 134, 0.3);
}

.u-info-panel.society .u-info-r {
    width: 1050px;
}

.win-function-list.society .choose.active {
    background: url("../images/society/done.png") no-repeat;
}

.win-title.society {
    color: #00B33D
}

.win-footer.society .yes {
    background: #00B33D;
}

.h-role.society {
    color: #00B33D;
}


/*管理空间*/

.common-header.manager {
    border-top: 6px solid #7985B5;
}

.u-info-panel.manager {
    width: 100%;
    background: url("../images/manager/bg.jpg") no-repeat;
}


/* .u-info-panel.manager .u-info-r { width: 1050px;} */

.u-data-panel.manager {
    background-image: url("../images/manager/shuju.png");
    background-position: left bottom;
    background-repeat: no-repeat;
}

.function-title.manager {
    background: rgba(121, 133, 181, 0.25);
}

.win-function-list.manager .choose.active {
    background: url("../images/manager/done.png") no-repeat;
}

.win-title.manager {
    color: #B59D55;
}

.win-footer.manager .yes {
    background: #B59D55;
}

.h-role.manager {
    color: #B59D55;
}


/*变色*/

.function-list li:hover p .link {
    color: #77AEEE;
}

.function-list.student li:hover .link {
    color: #7ED321;
}

.function-list.society li:hover .link {
    color: #00B33D;
}

.function-list.manager li:hover .link {
    color: #B59D55;
}

.function-list.student li:hover p {
    color: #7ED321;
}

.function-list.society li:hover p {
    color: #00B33D;
}

.function-list.manager li:hover p {
    color: #B59D55;
}

.function-list.manager li.last>a span {
    color: #B59D55;
}

.function-list.society li.last>a span {
    color: #00B33D;
}


/*图标*/

.teacher-icons {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/teacher/teacher-icons.png");
    background-size: 30px 840px;
}

.teacher-icons.icon1 {
    background-position: 0 0px;
}

.teacher-icons.icon1.on {
    background-position: 0 -30px;
}

.teacher-icons.icon2 {
    background-position: 0 -60px;
}

.teacher-icons.icon2.on {
    background-position: 0 -90px;
}

.teacher-icons.icon3 {
    background-position: 0 -120px;
}

.teacher-icons.icon3.on {
    background-position: 0 -150px;
}

.teacher-icons.icon4 {
    background-position: 0 -180px;
}

.teacher-icons.icon4.on {
    background-position: 0 -210px;
}

.teacher-icons.icon5 {
    background-position: 0 -240px;
}

.teacher-icons.icon5.on {
    background-position: 0 -270px;
}

.teacher-icons.icon6 {
    background-position: 0 -300px;
}

.teacher-icons.icon6.on {
    background-position: 0 -330px;
}

.teacher-icons.icon7 {
    background-position: 0 -360px;
}

.teacher-icons.icon7.on {
    background-position: 0 -390px;
}

.teacher-icons.icon8 {
    background-position: 0 -420px;
}

.teacher-icons.icon8.on {
    background-position: 0 -450px;
}

.teacher-icons.icon9 {
    background-position: 0 -480px;
}

.teacher-icons.icon9.on {
    background-position: 0 -510px;
}

.teacher-icons.icon10 {
    background-position: 0 -540px;
}

.teacher-icons.icon10.on {
    background-position: 0 -570px;
}

.teacher-icons.icon11 {
    background-position: 0 -600px;
}

.teacher-icons.icon11.on {
    background-position: 0 -630px;
}

.teacher-icons.icon12 {
    background-position: 0 -660px;
}

.teacher-icons.icon12.on {
    background-position: 0 -690px;
}

.teacher-icons.icon13 {
    background-position: 0 -720px;
}

.teacher-icons.icon13.on {
    background-position: 0 -750px;
}

.student-icons {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/student/student-icons.png");
    background-size: 30px 780px;
}

.student-icons.icon1 {
    background-position: 0 0px;
}

.student-icons.icon1.on {
    background-position: 0 -30px;
}

.student-icons.icon2 {
    background-position: 0 -60px;
}

.student-icons.icon2.on {
    background-position: 0 -90px;
}

.student-icons.icon3 {
    background-position: 0 -120px;
}

.student-icons.icon3.on {
    background-position: 0 -150px;
}

.student-icons.icon4 {
    background-position: 0 -180px;
}

.student-icons.icon4.on {
    background-position: 0 -210px;
}

.student-icons.icon5 {
    background-position: 0 -240px;
}

.student-icons.icon5.on {
    background-position: 0 -270px;
}

.student-icons.icon6 {
    background-position: 0 -300px;
}

.student-icons.icon6.on {
    background-position: 0 -330px;
}

.student-icons.icon7 {
    background-position: 0 -360px;
}

.student-icons.icon7.on {
    background-position: 0 -390px;
}

.student-icons.icon8 {
    background-position: 0 -420px;
}

.student-icons.icon8.on {
    background-position: 0 -450px;
}

.student-icons.icon9 {
    background-position: 0 -480px;
}

.student-icons.icon9.on {
    background-position: 0 -510px;
}

.student-icons.icon10 {
    background-position: 0 -540px;
}

.student-icons.icon10.on {
    background-position: 0 -570px;
}

.student-icons.icon11 {
    background-position: 0 -600px;
}

.student-icons.icon11.on {
    background-position: 0 -630px;
}

.student-icons.icon12 {
    background-position: 0 -660px;
}

.student-icons.icon12.on {
    background-position: 0 -690px;
}

.student-icons.icon13 {
    background-position: 0 -720px;
}

.student-icons.icon13.on {
    background-position: 0 -750px;
}


/*.student-icons.icon14{ background-position: 0 -780px;}*/


/*.student-icons.icon14.on{ background-position: 0 -810px; }*/

.society-icons {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/society/society-icons.png");
    background-size: 30px 240px;
}

.society-icons.icon1 {
    background-position: 0 0px;
}

.society-icons.icon1.on {
    background-position: 0 -30px;
}

.society-icons.icon2 {
    background-position: 0 -60px;
}

.society-icons.icon2.on {
    background-position: 0 -90px;
}

.society-icons.icon3 {
    background-position: 0 -120px;
}

.society-icons.icon3.on {
    background-position: 0 -150px;
}

.society-icons.icon4 {
    background-position: 0 -180px;
}

.society-icons.icon4.on {
    background-position: 0 -210px;
}


/*.society-icons.icon5{ background-position: 0 -240px;}*/


/*.society-icons.icon5.on{ background-position: 0 -270px; }*/


/*.society-icons.icon6{ background-position: 0 -300px;}*/


/*.society-icons.icon6.on{ background-position: 0 -330px; }*/

.manager-icons {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/manager/manager-icons.png");
    background-size: 30px 600px;
}

.manager-icons.icon1 {
    background-position: 0 0px;
}

.manager-icons.icon1.on {
    background-position: 0 -30px;
}

.manager-icons.icon2 {
    background-position: 0 -60px;
}

.manager-icons.icon2.on {
    background-position: 0 -90px;
}

.manager-icons.icon3 {
    background-position: 0 -120px;
}

.manager-icons.icon3.on {
    background-position: 0 -150px;
}

.manager-icons.icon4 {
    background-position: 0 -180px;
}

.manager-icons.icon4.on {
    background-position: 0 -210px;
}

.manager-icons.icon5 {
    background-position: 0 -240px;
}

.manager-icons.icon5.on {
    background-position: 0 -270px;
}

.manager-icons.icon6 {
    background-position: 0 -300px;
}

.manager-icons.icon6.on {
    background-position: 0 -330px;
}

.manager-icons.icon7 {
    background-position: 0 -360px;
}

.manager-icons.icon7.on {
    background-position: 0 -390px;
}

.manager-icons.icon8 {
    background-position: 0 -420px;
}

.manager-icons.icon8.on {
    background-position: 0 -450px;
}

.manager-icons.icon9 {
    background-position: 0 -480px;
}

.manager-icons.icon9.on {
    background-position: 0 -510px;
}

.manager-icons.icon10 {
    background-position: 0 -540px;
}

.manager-icons.icon10.on {
    background-position: 0 -570px;
}


/*登录注册页面*/

.login-main {
    overflow: hidden;
}

.login-box {
    background: #fff;
    padding: 0 60px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 50%;
    margin-top: 30px;
    transform: translateX(-50%);
    width: 460px;
    height: auto;
}

.login-h2 {
    height: 65px;
    line-height: 65px;
    color: #00B33D;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
}

.input-box {
    border: 1px solid #BABABA;
    border-radius: 4px;
    position: relative;
    padding: 10px 0 10px 36px;
    -webkit-border-radius: 4px;
    height: 46px;
    margin-bottom: 20px;
}

.input-box .input-form {
    border-left: 1px solid #D8D8D8;
    padding-left: 10px;
    height: 26px;
}

.input-box.auth {
    padding-right: 0;
    padding-left: 10px;
    width: 200px;
}

.input-box.auth .input-form {
    border-left: none;
}

.mx-auth-img {
    position: absolute;
    width: 120px;
    height: 46px;
    top: 0;
    right: 0;
    background: #000;
}

.input-box .input-form.get {
    padding-right: 100px;
    overflow: hidden;
}

.input-box .get-auth {
    display: inline-block;
    border: none;
    width: 100px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #00B33D;
    font-size: 12px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-box .get-auth.active {
    background: #888;
    cursor: not-allowed;
}

.input-box .input-form input {
    border: none;
    line-height: 25px;
    font-size: 12px;
    width: 100%;
}

.input-box .input-form .psd-eye {
    width: 20px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
    background: url("../images/eye.png") no-repeat;
}

.input-box .input-form .psd-eye:hover {
    opacity: 0.8;
}

.input-box.no-margin {
    margin-bottom: 0px;
}

.login-btn {
    background: #00B33D;
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    color: #fff;
    width: 340px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
}

.login-btn:hover {
    background: #039836;
    color: #fff;
}

.other-login {
    margin-bottom: 30px;
    color: #888;
    font-size: 14px;
}

.login-forget {
    float: right;
    color: #888;
}

.go-register {
    height: 60px;
    line-height: 60px;
    margin-left: -60px;
    margin-right: -60px;
    background: #E7E7E7;
    text-align: center;
}

.go-register-link {
    color: #00B33D;
}

.go-register-link:hover,
.go-register-link:link {
    color: #00B33D;
}

.login-box .tip {
    color: #ff0000;
    font-size: 12px;
    height: 45px;
    padding-top: 5px;
}

.user-icon {
    width: 20px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 12px;
    background: url("../images/login/user.png") no-repeat;
}

.psd-icon {
    width: 20px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 12px;
    background: url("../images/login/mima.png") no-repeat;
}

.yanzheng-icon {
    width: 20px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 12px;
    background: url("../images/login/yanzhengma.png") no-repeat;
}

.remember-psd input,
.remember-psd span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.move_port {
    position: fixed;
    width: 280px;
    min-height: 150px;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #00B33D;
    opacity: 0.9;
    z-index: 10000;
    padding: 25px;
}

.move_port p {
    font-size: 20px;
    color: #fff
}

.contact_qq {
    display: none;
    width: 150px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: #fff;
    padding: 10px 5px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.contact_qq .contact_title {
    font-size: 25px;
    float: right;
    margin-top: 0px;
}

.contact_qq .contact_time {
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.contact_phone {
    position: fixed;
    right: 10px;
    bottom: 120px;
    padding: 10px 10px 10px 20px;
}

.contact_phone ul {
    list-style: none;
}

.contact_phone li {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 100%;
    padding-top: 15px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px #ddd;
}

.contact_phone li:hover {
    background: #ccc;
}

.contact_phone ul .phone div {
    width: 32px;
    height: 32px;
    margin: auto;
    opacity: 0.7;
    cursor: pointer;
    background: url("../images/contact/phone.png");
}

.contact_phone ul .help div {
    width: 32px;
    height: 32px;
    margin: auto;
    opacity: 0.5;
    cursor: pointer;
    background: url("../images/contact/help.png")
}

.contact_phone .info {
    display: none;
    position: absolute;
    /* top:-250px; */
    top: -200px;
    /* top:-150px; */
    /* top:-100px; */
    right: 90px;
    width: 190px;
    /* height:330px; */
    height: 270px;
    /* height:200px; */
    background: #fff;
    box-shadow: 1px 1px 1px #ddd;
    overflow: hidden;
    border: 1px solid #eee;
}

.contact_phone .info .title {
    font-size: 18px;
    padding: 3px 0;
    margin: 5px;
    font-weight: bold;
}

.contact_phone .info .people {
    font-size: 16px;
    padding: 3px 5px;
    font-style: italic;
}

.contact_phone .contact_time {
    text-align: center;
    font-size: 14px;
    padding: 1px;
}


/* 弹框 */

.notice-panel {
    /* display: none; */
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4);
}

.notice-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 450px;
    height: 330px;
    margin: auto;
    border: 1px solid #eee;
    background: #fff;
    line-height: 30px;
}

.notice-content h2 {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
    color: #007F2B;
    border-bottom: 1px solid #eee;
}

.notice-content p {
    padding: 30px 30px;
    font-size: 16px;
    letter-spacing: 5px;
}

.notice-btn {
    text-align: center;
}

.notice-btn button {
    width: 100px;
    height: 35px;
    line-height: 35px;
    background: #007F2B;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

#jiguan {}