﻿
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Microsoft Yahei, "微软雅黑", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}

body {
  min-height: 100%;
  height: 100%;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit;
  border: none;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

ul, ol {
  list-style: none;
}

/* 去除IE输入框的X标记 */
input[type=text]::-ms-clear {
  display: none;
}

/* 去除IE输入框的小眼睛标记 */
input[type=password]::-ms-reveal {
  display: none;
}

.red {
  color: red;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.clearfix:after, .clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.tr {
  text-align: right;
}

.mwidth {
  width: 1200px;
  margin: 0 auto;
}

.mwidth_1600 {
  width: 1600px;
  margin: 0 auto;
}

.min-height {
  min-height: 650px;
}

.help-block {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  color: #737373;
  font-size: 12px;
}

.header {
  height: 90px;
  background-color: #f2f2f2;
  border-top: 2px solid #999999;
  border-bottom: 2px solid #999999;
}
.header .header_left {
  float: left;
}
.header .header_left a.logo {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
.header .header_left .text {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
.header .header_left .text h5 {
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}
.header .header_left .text h5 .blue {
  color: #3399FF;
}
.header .header_left .text h5 .red {
  color: #FF3300;
}
.header .header_left .text p {
  height: 16px;
  line-height: 16px;
  color: #000;
}
.header .header_nav {
  float: right;
  padding-left: 20px;
}
.header .header_nav ul li {
  float: left;
  line-height: 90px;
  margin: 0 10px;
}
.header .header_user {
  float: right;
  height: 90px;
  width: 50px;
  position: relative;
}
.header .header_user .user_logo {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.header .header_user .user_logo img {
  width: 50px;
  height: 50px;
}
.header .header_user:hover .list_ul {
  display: block;
}
.header .header_user .list_ul {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 2;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 5px 5px 5px;
  border-radius: 10px;
  top: 90px;
  width: 120px;
  margin-left: -60px;
  padding: 10px;
}
.header .header_user .list_ul li {
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
}
.header .header_user .list_ul li a {
  color: #000;
}

.footer {
  background: #f0f0f0;
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
  position: relative;
}

.footer ul {
  width: 800px;
  margin: 0px auto;
}

.footer .ft_nv1 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -3px no-repeat;
}

.footer .ft_nv2 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -33px no-repeat;
}

.footer .ft_nv3 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -63px no-repeat;
}

.footer .ft_nv4 {
  background: url(../Public/css/images/icon/ft_nav.png) 4px -93px no-repeat;
}

.footer .ft_nv5 {
  background: url(../images/icon/jubaoicon.png) 0px 0px no-repeat;
  width: 140px;
}

.footer ul a {
  color: #666;
}

.footer ul a:hover {
  color: #c00;
}

.footer ul li {
  width: 110px;
  height: 30px;
  display: inline-block;
  padding-left: 34px;
  font-size: 14px;
}

.footer p {
  margin: 0px auto;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #999;
  text-align: center;
}

.footer p a {
  color: #999;
}

.footer .footbtn {
  position: absolute;
  margin-top: -23px;
  top: 50%;
}

.footer .footbtn img {
  width: 120px;
  height: 42px;
  background: #fff;
}

.footer .foot-limg {
  left: 60px;
}

.footer .foot-rimg {
  right: 60px;
}

/*底部结束*/
.mwidth1400 {
  width: 1400px;
  margin: 0 auto;
}

.btncolor1 {
  background-color: #169bd5;
}

.bgwp:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg2.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.6;
}

.form-horizontal .control-label {
  color: #175199;
  font-weight: normal;
}

.cont {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cont .cont_left {
  box-sizing: content-box;
  float: left;
  width: 880px;
  padding-right: 50px;
  border-right: 1px solid #fff;
}
.cont .cont_left .course {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.cont .cont_left .course .club {
  float: left;
  text-align: center;
  width: 125px;
}
.cont .cont_left .course .club .club-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
}
.cont .cont_left .course .club .club-icon.club-icon1 {
  background-image: url(../img/club-icon1.png);
}
.cont .cont_left .course .club .club-icon.club-icon2 {
  background-image: url(../img/club-icon2.png);
}
.cont .cont_left .course .club .club-icon.club-icon3 {
  background-image: url(../img/club-icon3.png);
}
.cont .cont_left .course .club .club-icon.club-icon4 {
  background-image: url(../img/club-icon4.png);
}
.cont .cont_left .course .club .club-icon.club-icon5 {
  background-image: url(../img/club-icon5.png);
}
.cont .cont_left .course .club p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
}
.cont .cont_left .course .club p:nth-of-type(2) {
  font-size: 14px;
}
.cont .cont_left .course .club-row {
  float: left;
  background: url(../img/icon-jian.png) center no-repeat;
  background-size: 30px;
  height: 100px;
  width: 50px;
  vertical-align: middle;
}
.cont .cont_left .text h6 {
  font-size: 20px;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  background: url(../img/icon_xin.png) left center no-repeat;
  background-size: 24px;
  margin-bottom: 10px;
}
.cont .cont_left .text p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.cont .cont_right {
  float: right;
  display: flex;
  align-items: center;
  min-height: 600px;
}
.cont .cont_right .input-wp {
  width: 450px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.cont .cont_right .input-wp h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: #0099FF;
  font-weight: 700;
}
.cont .cont_right .login-wp {
  width: 350px;
}

.shiminwpWp {
  height: 700px;
  position: relative;
}

.shiminwpWp * {
  box-sizing: content-box;
}

.shiminwp {
  width: 870px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid #cfcfcf;
  margin-left: -440px;
  margin-top: -250px;
}

.shiminwp .title {
  height: 60px;
  line-height: 60px;
  background-color: #269be5;
  color: #fff;
  font-size: 20px;
  text-indent: 70px;
  position: relative;
}

.shiminwp .title .close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  text-align: center;
  width: 50px;
  text-indent: initial;
  text-indent: 0;
  cursor: pointer;
}

.contbox {
  width: 690px;
  margin: 30px auto 0 auto;
  background-color: #fff;
  padding: 50px;
}

.shimbox a {
  color: #269be5;
}

.shimbox h4,
.jiaoybox h4 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.shimbox p {
  font-size: 14px;
  line-height: 20px;
  text-indent: 2em;
}

.shimbox .bztext {
  margin-top: 30px;
}

.shimbox .bztext p {
  text-indent: initial;
}

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

.contbox .btn a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 100px;
  border: 2px solid #269be5;
  border-radius: 8px;
  text-align: center;
  margin: 0 20px;
  font-size: 18px;
}

.shimbox .btn a {
  background-color: #e5e5e5;
  color: #269be5;
}

.shimbox .btn a.active, .shimbox .btn a:hover {
  background-color: #269be5;
  color: #fff;
}

.jiaoybox {
  background-color: #FFF;
}

.jiaoybox h4 {
  color: #46b7fe;
}

.jiaoybox .txtare {
  border: 2px solid #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  width: 650px;
  margin: 0 auto;
  height: 70px;
  padding: 10px;
  outline: none;
  background-color: #FFF;
}

.jiaoybox .yanzm {
  text-align: center;
  margin: 5px;
}

.jiaoybox .yanzm input {
  border: 2px solid #ccc;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  vertical-align: middle;
}

.jiaoybox img {
  height: 34px;
  vertical-align: middle;
}

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

.jiaoybox .btn a {
  text-align: center;
  background-color: #2aadff;
  color: #fff;
}

.successwp .jiaoybox {
  margin-top: 115px;
}

.jiaoyanwp, .successwp {
  display: none;
}

.shiminwp.error {
  display: none;
}

.alertwp .alertwp-cont {
  height: 70vh;
  text-align: center;
  font-size: 30px;
  display: flex;
  align-items: center;
}
.alertwp .alertwp-cont img {
  margin-right: 10px;
}

.softlist {
  margin-top: 20px;
  min-height: 70vh;
}

.zwxx {
  height: 300px;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
}

.panel {
  margin-top: 10px;
  border: 2px solid #d7d7d7;
  margin-left: 10px;
  margin-right: 10px;
}

.panel .bigTit {
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  background-color: #f7f7f7;
  color: #333;
  font-size: 18px;
}

.panel .conten {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.real_cont .contLeft {
  float: left;
  width: 720px;
  border-right: 1px solid #ccc;
}
.real_cont .contLeft .realLeft {
  width: 600px;
  padding: 10px 60px;
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
}
.real_cont .contLeft .realLeft h4 {
  text-align: center;
  font-size: 36px;
  color: red;
  font-weight: bold;
}
.real_cont .contLeft .realLeft p {
  font-size: 20px;
  margin-bottom: 25px;
}
.real_cont .contLeft .realLeft p span {
  color: red;
}
.real_cont .real_right {
  float: right;
  width: 580px;
}
.real_cont .real_right .qh_title {
  height: 36px;
  line-height: 36px;
  margin-bottom: 25px;
}
.real_cont .real_right .qh_title a {
  border-radius: 5px;
  float: left;
  width: 49.9%;
  text-align: center;
  background-color: #e4e4e4;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.real_cont .real_right .qh_title a.active {
  background-color: #169bd5;
  color: #fff;
}
.real_cont .real_right .input-wp {
  padding: 50px 30px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.form-horizontal .form-group .face-auth-box {
  display: flex;
  align-items: center;
}
.form-horizontal .form-group .face-auth-box .qrcode-img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
  display: none;
}
.form-horizontal .form-group .face-auth-box .qrcode-tip {
  display: none;
}
.form-horizontal .form-group .face-auth-box .face-auth-btn {
  width: 94px;
  height: 34px;
  border: 1px solid #337ab7;
  border-radius: 3px;
  background-color: #337ab7;
  color: #fff;
}
.form-horizontal .form-group .face-auth-box .face-auth-doc {
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.form-horizontal .form-group .face-auth-box .face-auth-doc input {
  margin: 0 3px;
}
.form-horizontal .form-group .face-auth-box .face-auth-doc span {
  font-size: 12px;
}
