html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ul li,
ol li,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  border: 0;
  outline: none;
}
input[type=input] {
  -webkit-appearance: none;
}
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
::-webkit-input-placeholder {
  font-size: 1rem;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.box {
  width: 100%;
  display: -webkit-box;
  text-align: left;
}
.flex {
  -webkit-box-flex: 1;
  box-flex: 1;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}
.content-box,
body {
  background: #fafafa;
}
.banner {
  width: 100%;
  height: 280px;
  background: url(../images/whg-bg.jpg) no-repeat top center;
  position: relative;
}
.banner .font-box {
  width: 1200px;
  margin: 0 auto;
  /* padding-left: 54px; */
  color: #fff;
  font-size: 16px;
}
.banner .font-box p:first-child {
  font-size: 40px;
  padding-top: 100px;
  margin-bottom: 6px;
}
.appointment {
  width: 1200px;
  margin: 0 auto;
}
.appointment .title {
  overflow: hidden;
  border-bottom: 2px solid #666;
  margin: 30px 0;
  position: relative;
  z-index: 0;
}
.appointment .title li {
  float: left;
  font-size: 20px;
  color: #333;
  padding: 0 5px;
  margin-right: 55px;
  line-height: 44px;
  cursor: pointer;
}
.appointment .title li.list.active {
  font-size: 24px;
  color: #1f59d8;
  position: relative;
}
.appointment .title li.list.active:before {
  content: "";
  display: inline-block;
  line-height: 4;
  width: 129px;
  height: 4px;
  background: #1f59d8;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
.lecture-list .title li.list.active:before{
  width: 60px;
}
.appointment .title li.list-short.active:before {
  width: 60px;
}
.appointment .title li.art-list.active {
  font-size: 24px;
  color: #1f59d8;
  position: relative;
}
.appointment .title li.art-list.active:before {
  content: "";
  display: inline-block;
  line-height: 4;
  width: 154px;
  height: 4px;
  background: #1f59d8;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
.appointment .title li.my-appointment.active {
  font-size: 24px;
  color: #1f59d8;
  position: relative;
}
.appointment .title li.my-appointment.active:before {
  content: "";
  display: inline-block;
  line-height: 4;
  width: 108px;
  height: 4px;
  background: #1f59d8;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
.appointment .title li.my-class.active {
  font-size: 24px;
  color: #1f59d8;
  position: relative;
}
.appointment .title li.my-class.active:before {
  content: "";
  display: inline-block;
  line-height: 4;
  width: 108px;
  height: 4px;
  background: #1f59d8;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
.appointment .title li.before-content.active, .appointment .title li.kith-kin.active {
  font-size: 24px;
  color: #1f59d8;
  position: relative;
}
.appointment .title li.before-content.active:before, .appointment .title li.kith-kin.active:before {
  content: "";
  display: inline-block;
  line-height: 4;
  width: 108px;
  height: 4px;
  background: #1f59d8;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 9;
}
.appointment-list, .content-list {
  width: 1240px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.appointment-list .appointment-item, .content-list .appointment-item {
  background: #fff;
  overflow: hidden;
  height: 200px;
  padding: 26px 30px 20px 30px;
  margin: 20px;
  position: relative;
  box-shadow: 0px 0px 10px #f3f3f5;
}
.appointment-list .appointment-item:hover, .content-list .appointment-item:hover {
  background: #f0f2f5;
}
.appointment-list .appointment-item.art-list, .content-list .appointment-item.art-list {
  height: 224px;
}
.appointment-list .appointment-item.room-list, .content-list .appointment-item.room-list {
  padding: 20px;
}
.appointment-list .appointment-item .right-box, .content-list .appointment-item .right-box {
  margin-left: 20px;
}
.appointment-list .appointment-item .swiper, .content-list .appointment-item .swiper {
  width: 300px;
  height: 160px;
}
.appointment-list .appointment-item .swiper img, .content-list .appointment-item .swiper img  {
  width: 300px;
  height: 160px;
}
.appointment-list .appointment-item .swiper,
.appointment-list .appointment-item .right-box,
.content-list .appointment-item .swiper,
.content-list .appointment-item .right-box  {
  float: left;
  color: #666;
  font-size: 14px;
}
.appointment-list .appointment-item .swiper p:first-child,
.appointment-list .appointment-item .right-box p:first-child,
.content-list .appointment-item .swiper p:first-child,
.content-list .appointment-item .right-box p:first-child {
  font-size: 20px;
  margin-top: 10px;
  width: 580px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appointment-list .appointment-item .swiper p:first-child a,
.appointment-list .appointment-item .right-box p:first-child a,
.content-list .appointment-item .swiper p:first-child a,
.content-list .appointment-item .right-box p:first-child a {
  color: #666;
}
.appointment-list .appointment-item .swiper p:nth-child(2),
.appointment-list .appointment-item .right-box p:nth-child(2),
.content-list .appointment-item .swiper p:nth-child(2),
.content-list .appointment-item .right-box p:nth-child(2) {
  margin-top: 25px;
}
.appointment-list .appointment-item .swiper p:nth-child(2) .area,
.appointment-list .appointment-item .right-box p:nth-child(2) .area,
.content-list .appointment-item .swiper p:nth-child(2) .area,
.content-list .appointment-item .right-box p:nth-child(2) .area {
  display: inline-block;
  background: url(../images/icon1.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
}
.appointment-list .appointment-item .swiper p:nth-child(2) .number,
.appointment-list .appointment-item .right-box p:nth-child(2) .number,
.content-list .appointment-item .swiper p:nth-child(2) .number,
.content-list .appointment-item .right-box p:nth-child(2) .number {
  display: inline-block;
  background: url(../images/icon2.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
  margin-left: 48px;
}
.appointment-list .appointment-item .swiper p:nth-child(3),
.appointment-list .appointment-item .right-box p:nth-child(3),
.content-list .appointment-item .swiper p:nth-child(3),
.content-list .appointment-item .right-box p:nth-child(3) {
  display: inline-block;
  background: url(../images/icon3.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
  margin-top: 52px;
  color: #f4ab42;
}
.appointment-list .appointment-item .appointment-btn,
.content-list .appointment-item .appointment-btn {
  padding: 14px 40px;
  font-size: 16px;
  color: #fff;
  background: #448af0;
  border-radius: 4px;
  position: absolute;
  top: 80px;
  right: 40px;
  cursor: pointer;
}
.appointment-list .appointment-item .count-down-msg,
.content-list .appointment-item .count-down-msg {
  position: absolute;
  top: 30px;
  right: 40px;
  font-size: 14px;
  color: #888;
  display: flex;
}
.appointment-list .appointment-item .count-down-msg .time,
.content-list .appointment-item .count-down-msg .time{
	color: #f4ab43;
  font-size: 16px;
  font-weight: bold;
}
.appointment-list .appointment-item .appointment-btn.none-btn,
.content-list .appointment-item .appointment-btn.none-btn {
  background: #f0f0f0;
  color: #999;
  width: 144px;
  cursor: default;
}
.appointment-list .appointment-item .title,
.content-list .appointment-item .title  {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
}
.appointment-list .appointment-item .info-box,
.content-list .appointment-item .info-box {
  overflow: hidden;
}
.appointment-list .appointment-item .info-box .left,
.appointment-list .appointment-item .info-box .right,
.content-list .appointment-item .info-box .left,
.content-list .appointment-item .info-box .right {
  float: left;
  font-size: 14px;
  color: #888;
  width: 450px;
}
.appointment-list .appointment-item .info-box .left .address,
.appointment-list .appointment-item .info-box .right .address,
.content-list .appointment-item .info-box .left .address,
.content-list .appointment-item .info-box .right .address {
  background: url(../images/icon4.png) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appointment-list .appointment-item .info-box .left .address a,
.appointment-list .appointment-item .info-box .right .address a,
.content-list .appointment-item .info-box .left .address a,
.content-list .appointment-item .info-box .right .address a  {
  color: #888;
}
.appointment-list .appointment-item .info-box .left .time,
.appointment-list .appointment-item .info-box .right .time,
.content-list .appointment-item .info-box .left .time,
.content-list .appointment-item .info-box .right .time {
  background: url(../images/icon5.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.appointment-list .appointment-item .info-box .left .tel,
.appointment-list .appointment-item .info-box .right .tel,
.content-list .appointment-item .info-box .left .tel,
.content-list .appointment-item .info-box .right .tel {
  background: url(../images/icon7.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.appointment-list .appointment-item .info-box .left .name,
.appointment-list .appointment-item .info-box .right .name,
.content-list .appointment-item .info-box .left .name,
.content-list .appointment-item .info-box .right .name {
  background: url(../images/icon8.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
}
.appointment-list .appointment-item .info-box .left .class-time,
.appointment-list .appointment-item .info-box .right .class-time,
.content-list .appointment-item .info-box .left .class-time,
.content-list .appointment-item .info-box .right .class-time {
  background: url(../images/icon9.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.appointment-list .appointment-item .info-box .left .class-type,
.appointment-list .appointment-item .info-box .right .class-type,
.content-list .appointment-item .info-box .left .class-type,
.content-list .appointment-item .info-box .right .class-type  {
  background: url(../images/icon10.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.appointment-list .appointment-item .info-box .left .type,
.appointment-list .appointment-item .info-box .right .type,
.content-list .appointment-item .info-box .left .type,
.content-list .appointment-item .info-box .right .type {
  background: url(../images/icon11.png) no-repeat;
  background-size: 19px 17px;
  padding-left: 30px;
}
.appointment-list .appointment-item .info-box .left p,
.appointment-list .appointment-item .info-box .right p,
.content-list .appointment-item .info-box .left p,
.content-list .appointment-item .info-box .right p {
  margin-top: 16px;
}
.appointment-list .appointment-item .info-box .left, .content-list .appointment-item .info-box .left {
  width: 472px;
}
.appointment-list .appointment-item .count-down-hint, .content-list .appointment-item .count-down-hint {
  position: absolute;
  top: 140px;
  right: 40px;
  font-size: 14px;
}
.my-appointment-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.my-appointment-box .left-tab,
.my-appointment-box .right-page {
  float: left;
}
.my-appointment-box .left-tab {
  width: 64px;
}
.my-appointment-box .left-tab li {
  font-size: 14px;
  color: #666;
  text-align: right;
  cursor: pointer;
}
.my-appointment-box .left-tab li.active {
  font-size: 20px;
  color: #1f59d8;
  font-weight: bold;
}
.my-appointment-box .left-tab li:first-child {
  margin-bottom: 30px;
}
.my-appointment-box .right-page {
  margin-left: 25px;
  width: calc(100% - 90px);
  margin-bottom: 40px;
}
.my-appointment-box .right-page.is-user {
  display: none;
}
.my-appointment-box .right-page li {
  background: #fff;
  font-size: 14px;
  color: #888;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: 0px 0px 10px #f3f3f5;
}
.my-appointment-box .right-page li:hover {
  background: #f0f2f5;
}
.my-appointment-box .right-page li:first-child {
  margin-top: 5px;
}
.my-appointment-box .right-page .out-box{
  display: flex;
}
.my-appointment-box .right-page li .v-name {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-bottom: 28px;
}
.my-appointment-box .right-page li .address {
  display: inline-block;
  background: url(../images/icon4.png) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 4px;
  margin-top: 15px;
}
.my-appointment-box .right-page li .address a {
  color: #999;
}
.my-appointment-box .right-page li .time {
  display: inline-block;
  background: url(../images/icon5.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
  width: 410px;
}
.my-appointment-box .right-page li .name {
  display: inline-block;
  background: url(../images/icon8.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
  width: 400px;
}
.my-appointment-box .right-page li .content-info{
  width: 850px;
}
.my-appointment-box .right-page li .operate-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  font-size: 16px;
  color: #b5b5b5;
}
.my-appointment-box .right-page li .operate-btn .red{
  color: #ff4a40;
}
.my-appointment-box .right-page li .operate-btn .cancel{
  border: solid 1px #b5b5b5;
  border-radius: 4px;
  height: 36px;
  width: 80px;
  text-align: center;
  line-height: 36px;
}
.my-appointment-box .right-page li .operate-btn .status {
  color: #f4ab42;
}
.my-appointment-box .right-page li .operate-btn .learning{
  color: #448af0;
}
/* .my-appointment-box .right-page li .status.def {
  color: #999;
}
.my-appointment-box .right-page li .num {
  position: absolute;
  right: 100px;
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 3px;
  top: 80px;
} */
.kith-kin-box{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
  color: #999999;
  font-size: 14px;
}
.kith-kin-box .hint-msg{
  margin-bottom: 50px;
}
.kith-kin-box .hint-msg span:first-child{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.kith-kin-box .hint-msg span:last-child{
  color: #f4ab42;
}
.kith-kin-box .account-item{
  /* width: 99%;
  margin: 0 auto; */
  margin: 0px 4px;
  margin-bottom: 20px;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px #f3f3f5;
  position: relative;
}
.kith-kin-box .account-item:hover{
  background: #f0f2f5;
}
.kith-kin-box .name{
  font-size: 18px;
  font-weight: bold;
  color: #666;
  margin-bottom: 30px;
}
.kith-kin-box .other-info{
  color: #666;
  display: flex;
  flex-wrap: wrap;
}
.kith-kin-box .other-info p{
  width: 44%;
  margin-bottom: 20px;
}
.kith-kin-box .other-info p:last-child{
  margin-bottom: 0px;
}
.kith-kin-box .account-item .btns{
  position: absolute;
  top: 80px;
  right: 80px;
  cursor: pointer;
}
.kith-kin-box .account-item .btns span{
  color: #448af0;
  padding: 5px 14px;
  border-radius: 4px;
  border: solid 1px #448af0;
  margin-right: 15px;
}
.kith-kin-box .add-account{
  /* width: 100%; */
  margin: 0px 4px;
  height: 55px;
  background: #fff;
  color: #448af0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px #f3f3f5;
  margin-bottom: 30px;
  cursor: pointer;
}
.kith-kin-box .add-account span{
  font-size: 26px;
  margin-right: 10px;
}
.kith-kin-box .register_form{
  margin-left: 20%;
  display: none;
}
.kith-kin-box .register_form .operate{
  display: flex;
}
.kith-kin-box .register_form .save_btn{
  width: 165px;
  height: 50px;
  border-radius: 4px;
  background: #448af0;
  text-align: center;
  line-height: 50px;
  margin: 40px 0px 0px 245px;
  cursor: pointer;
  margin-bottom: 30px;
}
.kith-kin-box .register_form .cancel_btn{
  width: 165px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  margin: 40px 0px 0px 245px;
  cursor: pointer;
  margin-bottom: 30px;
  background: #C2C2C2;
  margin-left: 30px;
}
.kith-kin-box .register_form .register_form-item label{
  font-size: 16px;
  color: #666;
  width: 122px;
}
.kith-kin-box .register_form .save_btn button, .kith-kin-box .register_form .cancel_btn button{
  background: transparent;
  color: #fff;
  font-size: 16px;
}
.activity-room-detail {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 150px;
  margin-bottom: 106px;
  margin-top: 30px;
  box-shadow: 0px 0px 10px #f3f3f5;
}
.activity-room-detail img {
  width: 900px;
  /* max-height: 600px; */
}
.activity-room-detail .title {
  font-size: 26px;
  color: #333;
  line-height: 44px;
  text-align: center;
  margin-top: -10px;
}
.activity-room-detail .detail {
  font-size: 14px;
  color: #888;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}
.activity-room-detail .detail.art .info .width-style {
  width: 440px;
}
.activity-room-detail .detail .info {
  margin-top: 20px;
}
.activity-room-detail .type-icon {
  display: inline-block;
  background: url(../images/icon6.jpg) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
}
.activity-room-detail .address {
  display: inline-block;
  background: url(../images/icon4.jpg) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
  width: 496px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 3px;
}
.activity-room-detail .address a {
  color: #888;
}
.activity-room-detail .time {
  display: inline-block;
  background: url(../images/icon5.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
  width: 496px;
}
.activity-room-detail .tel {
  display: inline-block;
  background: url(../images/icon7.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.activity-room-detail .area {
  display: inline-block;
  background: url(../images/icon1.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
}
.activity-room-detail .number {
  display: inline-block;
  background: url(../images/icon2.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
  margin-left: 40px;
}
.activity-room-detail .open-icon {
  display: inline-block;
  background: url(../images/icon3.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
  margin-top: 32px;
  color: #f4ab42;
  margin-left: 40px;
}
.activity-room-detail .art-address {
  display: inline-block;
  background: url(../images/icon4.jpg) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
  color: #888;
  width: 840px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activity-room-detail .art-time {
  display: inline-block;
  background: url(../images/icon5.jpg) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.activity-room-detail .tel {
  display: inline-block;
  background: url(../images/icon7.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.activity-room-detail .name {
  display: inline-block;
  background: url(../images/icon8.png) no-repeat;
  background-size: 18px 18px;
  padding-left: 30px;
}
.activity-room-detail .class-time {
  display: inline-block;
  background: url(../images/icon9.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.activity-room-detail .class-type {
  display: inline-block;
  background: url(../images/icon10.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
  flex-shrink: 0;
}
.activity-room-detail .type {
  display: inline-block;
  background: url(../images/icon11.png) no-repeat;
  background-size: 19px 17px;
  padding-left: 30px;
}
.activity-room-detail .teacher {
  display: inline-block;
  background: url(../images/icon12.jpg) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
}
.activity-room-detail .class-number {
  display: inline-block;
  background: url(../images/icon13.jpg) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.activity-room-detail .activity-room-content-box {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  position: relative;
}
.activity-room-detail .activity-room-content-box p {
  margin-bottom: 28px;
}
.activity-room-detail .room-title {
  font-size: 16px;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 28px 0;
}
.guidance-confirm{
  padding: 0px;
  background: transparent;
}
.guidance-confirm .title{
  font-size: 16px;
  color: #333;
  border-bottom: solid 1px #333;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  height: 36px;
}
.guidance-confirm .detail{
  border: dotted 1px #CCCCCC;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}
.guidance-confirm .account-item{
  cursor: pointer;
}
.guidance-confirm .account-item.active{
  border-color: #448af0;
  border-style: solid;
}
.guidance-confirm .detail .course-title{
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.guidance-confirm .account-item img.selected-icon{
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}
.guidance-confirm .account-item.active img.selected-icon{
  display: block;
}
.guidance-confirm .operate-btn{
  position: absolute;
  top: 80px;
  right: 80px;
  cursor: pointer;
}
.guidance-confirm .operate-btn span{
  color: #448af0;
  padding: 5px 14px;
  border-radius: 4px;
  border: solid 1px #448af0;
  margin-right: 15px;
}
.guidance-confirm .add-account{
  margin: 20px 0px;
  height: 55px;
  background: #fff;
  color: #448af0;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: dotted 1px #CCCCCC;
}
.guidance-confirm .register_form{
  padding-top: 20px;
  border: dotted 1px #CCCCCC;
  display: none;
}
.guidance-confirm .register_form .register_form-item{
  margin-bottom: 15px;
}
.guidance-confirm .register_form .register_form-item label{
  display: inline-block;
  text-align: right;
  padding-right: 27px;
  width: 120px;
}
.guidance-confirm .register_form .register_form-item label.radio-box{
  text-align: left;
}
.guidance-confirm .register_form .register_form-item input{
  width: 360px;
 height: 30px;
  border: solid 1px #b1b1b1;
  text-indent: 10px;
}
.guidance-confirm .register_form .register_form-item.form-item-identity{
  display: flex;
}
.guidance-confirm .register_form .register_form-item input[type="radio" i] {
  width: 16px;
  height: 16px;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}
.guidance-confirm .register_form .register_form-item .default-account{
  margin-left: 150px;
  width: 170px;
  text-align: left;
}
.modal-box {
  width: 600px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  display: none;
}
.modal-box.info-modal {
  text-align: center;
}
.complete-picture-box{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 999;
}
.complete-picture-box .close-icon{
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% + 410px);
  width: 24px;
  height: 24px;
  background: url(../images/close_icon.png) no-repeat;
  cursor: pointer;
}
.complete-picture-box .download-btn{
  width: 140px;
  height: 48px;
  background: #448af0;
  color: #fff;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: calc(50% + 320px);
  left: calc(50% - 80px);
  cursor: pointer;
}
.complete-picture-box .pic{
  width: 800px;
  height: 570px;
  position: absolute;
  top: calc(50% - 285px);
  left: calc(50% - 400px);
}
.modal-box.info-modal .close-btn {
  margin-left: 0 !important;
}

.modal-box.info-modal .art-info .cancel-apply{
  display: flex;
  flex-wrap: wrap;
}
.modal-box.info-modal .art-info .cancel-apply p:nth-child(odd){
  width: 60%;
}
.modal-box.info-modal .art-info .cancel-apply p:nth-child(even){
  width: 40%;
}
.modal-box.info-modal .art-info .cancel-apply div{
  margin-top: 20px;
  color: #f4ab43;
}
.modal-box .close-icon {
  width: 24px;
  height: 24px;
  background: url(../images/modal-close.jpg) no-repeat;
  position: absolute;
  right: 15px;
  top: 24px;
  cursor: pointer;
}
.modal-box .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 80px;
  border-bottom: 1px solid #d4d4d4;
  text-align: center;
}
.modal-box .art-info {
  padding-left: 60px;
  margin-left: -30px;
  padding-right: 30px;
}
.modal-box .art-info p {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
  color: #333;
}
.modal-box .art-info p span.sing-up {
  float: right;
  margin-right: 60px;
  color: #f4ab43;
  margin-top: -40px;
}
/* 
.modal-box .art-info p .def {
  color: #999 !important;
} */
.modal-box .art-info p .user-icon {
  display: inline-block;
  width: 88px;
  background: url(../images/user-icon.jpg) no-repeat;
  background-size: 88px;
  height: 88px;
  position: absolute;
  right: 0;
  top: 95px;
}
.modal-box .art-info p .user-icon.yqd {
  background: url(../images/yqd.png) no-repeat;
  right: 35px;
  top: 200px;
}
.modal-box .art-info img {
  margin-top: 30px;
  margin-left: -30px;
}
.modal-box .day-time-box {
  height: 400px;
  overflow: auto;
}
.modal-box .day-time-box > div div {
  padding: 28px 0 0 28px;
  color: #666;
}
.modal-box .day-time-box > div div p span {
  display: inline-block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
  color: #222;
  text-align: center;
  margin-right: 20px;
  margin-top: 10px;
  cursor: pointer;
}
.modal-box .day-time-box > div div p span.active {
  background: #448af0;
  color: #fff;
}
.modal-box .day-time-box > div div p span.close-item {
  background: #fff;
  border: 1px solid #cbcbcb;
  color: #b5b5b5;
}
.modal-box .day-time-box > div div p span.hsa-item {
  background: #fff;
  border: 1px solid #cbcbcb;
  color: #ff4a40;
}
.modal-box .modal-info {
  margin: 50px 0 100px 0;
  padding: 0 30px;
  text-align: center;
}
.modal-box.confirm-modal .modal-info{
  display: flex;
  flex-wrap: wrap;
}
.modal-box .modal-info .info-item{
  width: 50%;
  display: flex;
  margin-bottom: 20px;
}
.modal-box .modal-info .hint-msg{
  color: #f4ab42;
}
.modal-box .tips {
  font-size: 16px;
  color: #999;
  margin-left: 28px;
  margin-top: 30px;
}
.modal-box .choose-info {
  margin-left: 28px;
  margin-top: 30px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
  display: none;
}
.modal-box .choose-info p {
  margin-top: 14px;
}
.modal-box .choose-info p:first-child {
  color: #f4ab42;
}
.modal-box .btn-box {
  padding: 30px 0;
  text-align: center;
}
.modal-box .btn-box .appointment-btn {
  padding: 14px 40px;
  font-size: 16px;
  color: #fff;
  background: #448af0;
  border-radius: 4px;
  cursor: pointer;
}
.modal-box .btn-box .close-btn {
  margin-left: 60px;
  background: #fff;
  border: 1px solid #b1b1b1;
  color: #666;
}
.mask {
  background: #333;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.exhibition-list {
  width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: -20px;
}
.exhibition-list li {
  background: #fff;
  padding: 30px;
  margin: 20px;
  cursor: pointer;
  box-shadow: 0px 0px 10px #f3f3f5;
}
.exhibition-list li:hover {
  background: #f0f2f5;
}
.exhibition-list li p:first-child {
  font-size: 20px;
  color: #666;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: -4px;
}
.exhibition-list li p {
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin-top: 22px;
  width: 100%;
}
.exhibition-list li p.type {
  display: inline-block;
  background: url(../images/icon6.png) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
}
.exhibition-list li p.adress {
  display: inline-block;
  background: url(../images/icon4.png) no-repeat;
  background-size: 16px 19px;
  padding-left: 30px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exhibition-list li p.adress a {
  color: #888;
}
.exhibition-list li p.time {
  display: inline-block;
  background: url(../images/icon5.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.exhibition-list li p.tel {
  display: inline-block;
  background: url(../images/icon7.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.table .table-td {
  font-size: 14px;
}
.cultural-list{
  background: #fafafa !important;
  box-shadow: none !important;
  /* padding: 0px !important; */
}
.cultural-list .table-td{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px 
   rgba(97, 109, 137, 0.1); 
  padding: 20px 30px;
  position: relative;
}
.cultural-list .table-td p{
  margin: 10px 0px;  
}
.cultural-list .table-td p:nth-child(2), .cultural-list .table-td p:nth-child(3), .cultural-list .table-td p:nth-child(4){
  display: flex;
  justify-content: center;
}
.cultural-list .table-td p img {
  margin-right: 10px;
}
.cultural-list .table-td .wd1{
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.cultural-list .table-td .register{
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: #448af0;
  border: solid 1px #448af0;
  position: absolute;
  right: 30px;
  top: 40%;
  padding: 0px;
  margin: 0;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.search input::-webkit-input-placeholder {
  color: #73777a;
  font-size: 12px;
}
.list_content .area .province {
  /* text-align: right; */
}
.page {
  margin-bottom: 60px;
  margin-top: 40px;
}
.use-page {
  margin-top: 0;
}
.list_content .area .province {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}
.table-td .wd3,
.table-td .wd2 {
  color: #666;
}
.table-td a,
.table-td span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .banner_content {
  width: 1200px;
  transform: translate(-50%, 0);
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  top: 93px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.error-tips {
  color: red;
  font-size: 14px;
  margin-left: 28px;
  margin-top: 10px;
  display: none;
}
.back-icon {
  background: url(../images/back-icon.jpg) no-repeat left center;
  font-size: 16px;
  color: #666;
  padding-left: 14px;
  position: absolute;
  right: 0;
  top: 18px;
}
.back-icon:hover {
  color: #666;
}
.detail-btn-box {
  overflow: hidden;
  text-align: center;
}
.detail-btn-box .appointment-btn {
  padding: 14px 40px;
  font-size: 16px;
  color: #fff;
  background: #448af0;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 58px;
  margin-top: 80px;
}
.detail-btn-box .appointment-btn.none-btn {
  background: #f0f0f0;
  color: #999;
  width: 165px;
  cursor: default;
}
.detail-btn-box .appointment-btn.none-appointment {
  background: #C2C2C2;
  color: #fff;
  border: 1px solid #C2C2C2;
  margin-right: 0;
}
.detail-btn-box .count-down-msg{
  display: flex;
  position: absolute;
  bottom: -65px;
  left: 265px;
}
.detail-btn-box .count-down-msg .count-down-time{
	color: #f4ab43;
  font-size: 16px;
  font-weight: bold;
}
.certificate-box {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certificate-box .close-bg {
  width: 16px;
  height: 16px;
  background: url(../images/certificate-close.png) no-repeat;
  position: relative;
  left: 810px;
  top: -5px;
  cursor: pointer;
}
.certificate-box .certificate-bg {
  width: 800px;
  height: 566px;
  background: url(../images/certificate.png) no-repeat top center;
}
.certificate-box .certificate-bg .info {
  font-family: "宋体";
  font-size: 26px;
  color: #222;
  padding-top: 230px;
  width: 504px;
  text-indent: 2em;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  line-height: 42px;
}
.certificate-box .certificate-bg .code {
  width: 504px;
  font-size: 24px;
  padding-top: 378px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  height: 66px;
}
.certificate-box .certificate-bg .code .sn {
  float: left;
  line-height: 116px;
  font-family: "宋体";
  color: #222;
}
.certificate-box .certificate-bg .code .name {
  float: right;
  text-align: center;
  line-height: 40px;
}
.certificate-box .certificate-bg .code .name p {
  font-family: "宋体";
  color: #222;
}
.class-list {
  width: 1200px;
  margin: 0 auto;
}
.class-list li {
  background: #fff;
  font-size: 14px;
  color: #888;
  padding: 30px;
  position: relative;
  margin-top: 20px;
  cursor: pointer;
}
.class-list li:last-child {
  margin-bottom: 20px;
}
.class-list li:hover {
  background: #f0f2f5;
}
.class-list li:first-child {
  margin-top: 5px;
}
.class-list li .v-name {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  margin-bottom: 28px;
}
.class-list li .class-type {
  background: url(../images/icon10.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
}
.class-list li .time {
  display: inline-block;
  background: url(../images/icon5.png) no-repeat;
  background-size: 17px 17px;
  padding-left: 30px;
  margin-left: 40px;
}
.class-list li .num {
  position: absolute;
  right: 100px;
  border: 1px solid #ccc;
  padding: 3px 5px;
  border-radius: 3px;
  top: 80px;
}
.class-list li .status {
  position: absolute;
  right: 40px;
  color: #f4ab42;
}
.class-list li .status.over {
  color: #f35f5f;
}
.class-list li .status.certificate {
  color: #4c7ae0;
}
