@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
input,
span,
a,
img,
b,
table,
tr,
th,
td,
tbody,
form,
fieldset,
pre,
textarea,
blockquote {
  margin: 0;
  padding: 0;
  border: none 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #000;
}
img {
  display: block;
}
body {
  font-family: 'HanHei SC', "PingFang SC", "Microsoft Yahei", "Helvetica Neue", tahoma, arial, sans-serif;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
details,
menu,
address,
legend {
  margin: 0;
  padding: 0;
  display: block;
}
input,
button,
select,
textarea,
optgroup,
option {
  outline: none;
  font-family: "Microsoft YaHei", "微软雅黑";
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  resize: none;
}
input::-ms-clear {
  display: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
body {
  min-width: 1400px;
}
.wrapper {
  width: 1400px;
  margin: 0 auto;
}
/* top */
.top {
  height: 70px;
  overflow: hidden;
}
.top .logo {
  float: left;
  width: 660px;
  height: 40px;
  padding-top: 15px;
}
.top .main-logo {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
}
.top .main-logo:after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 26px;
  background: #0054A7;
}
.top .main-logo img {
  width: 160px;
  height: 40px;
}
.top .sub-logo {
  font-size: 20px;
  color: #0054A7;
  line-height: 40px;
}
.top .top-tel {
  float: right;
  padding-left: 30px;
  font-size: 20px;
  color: #000;
  line-height: 70px;
  background: url(../images/tel.png) left center no-repeat;
}
.top .time-count {
  float: left;
  width: 320px;
}
/* time-count */
.time-count {
  float: left;
  height: 70px;
  padding: 0 0 0 37px;
  line-height: 70px;
  font-size: 20px;
  background: url(../images/djs1.png) left center no-repeat;
}
.time-count span {
  float: left;
}
.time-count .day {
  display: inline-block;
  width: 60px;
  height: 70px;
  padding: 0 10px;
  background: url(../images/djs2.png) top center no-repeat;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
/* nav */
.nav {
  width: 100%;
  height: 50px;
  background: #3697F7;
  line-height: 50px;
  font-size: 18px;
}
.nav .nav-list {
  width: 1397px;
  overflow: hidden;
}
.nav a {
  position: relative;
  float: left;
  width: 127px;
  color: #fff;
  text-align: center;
  z-index: 5;
}
.nav a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: -1px;
  width: 1px;
  height: 30px;
  background: #217ed9;
  z-index: 1;
}
.nav a:hover {
  background: #fff;
  color: #3697F7;
}
/* banner */
.banner {
  position: relative;
  width: 100%;
  min-width: 1400px;
  height: 500px;
  overflow: hidden;
}
.banner .banner-swiper {
  position: relative;
  width: 100%;
  height: 500px;
}
.banner .banner-content {
  width: 1180px;
  padding-left: 220px;
  height: 500px;
  margin: 0 auto;
}
.banner .banner-content img {
  margin: 0 auto;
}
.banner-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
}
.banner-pagination .wrapper {
  position: relative;
  height: 50px;
}
.banner-pagination .swiper-pagination {
  right: 0;
  bottom: 0;
  text-align: right;
}
.banner-pagination .swiper-pagination-custom,
.banner-pagination .swiper-pagination-bullets {
  height: 50px;
  cursor: pointer;
}
.banner-pagination .swiper-pagination-customs,
.banner-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 120px;
  height: 46px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  margin-left: 2px;
  overflow: hidden;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.banner-pagination .swiper-pagination-customs-active,
.banner-pagination .swiper-pagination-bullet-active {
  border-bottom: 4px solid #000000 !important;
}
/* brief */
.brief {
  height: 120px;
  padding: 20px 0 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.brief .brief-content {
  width: 1440px;
  margin-left: -40px;
}
.brief .brief-list {
  float: left;
  width: 320px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(207, 220, 229, 0.5);
  border-radius: 10px;
  margin-left: 40px;
}
.brief .brief-list a {
  display: block;
}
.brief .bried-icon {
  float: left;
  width: 80px;
  padding: 20px;
}
.brief .bried-icon img {
  margin: 0 auto;
}
.brief-detail {
  float: left;
  width: 180px;
  padding: 14px 0 0;
  font-size: 20px;
  color: #333;
}
.brief-detail h3 {
  height: 40px;
  color: #000;
  font-weight: bold;
}
.brief-detail h3 span {
  font-size: 28px;
}
/* common-title */
.common-title {
  position: relative;
  height: 120px;
  padding: 20px 0 0;
  overflow: hidden;
}
.common-title .common-line {
  content: '';
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  border: 1px dashed #a3a3a3;
  z-index: 1;
}
.common-title .common-title-left {
  float: left;
  position: relative;
  z-index: 2;
}
.common-title .common-title-name {
  float: left;
  height: 120px;
  padding: 0 20px;
  background: url(../images/title1.png) left center no-repeat;
  line-height: 120px;
  font-size: 38px;
}
.common-title .common-title-name span {
  display: block;
  padding-right: 45px;
  background: url(../images/title2.png) right center no-repeat;
}
.common-title .sub-title {
  float: left;
  padding: 50px 10px 0 0;
  font-size: 24px;
  font-weight: 400;
}
.common-title .common-title-right {
  position: relative;
  float: right;
  height: 76px;
  padding-top: 44px;
  z-index: 2;
}
.common-title .common-item {
  float: left;
  height: 36px;
  padding: 0 20px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 4px;
  margin-left: 10px;
}
/* 模块背景色 start */
/* zixun */
.zixun,
.zyk-course,
.service {
  background: #F2F5F7;
}
.zixun .common-title-left,
.zyk-course .common-title-left,
.service .common-title-left,
.zixun .common-title-right,
.zyk-course .common-title-right,
.service .common-title-right {
  background: #F2F5F7;
}
.zixun .common-item,
.service .common-item,
.teacher .common-item,
.environment .common-item {
  background: #3697F7;
  color: #fff;
  border: 1px solid #3697F7;
}
.zixun .common-item:hover,
.service .common-item:hover,
.teacher .common-item:hover,
.environment .common-item:hover {
  border: 1px solid #3697F7;
  background: #fff;
  color: #3697F7;
}
.ky-course .common-title-left,
.teacher .common-title-left,
.environment .common-title-left,
.ky-course .common-title-right,
.teacher .common-title-right,
.environment .common-title-right {
  background: #fff;
}
/* 模块 背景色 end */
.zixun {
  padding: 0 0 60px;
}
.bot_title .common-title-left,
.bot_title .common-title-right {
  background: #0053A6;
  color: #fff;
}
/* info-sort */
.info-content {
  width: 1440px;
  margin-left: -40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.info-sort .info-head img{
  width: 100%;
  height: 60px;
}
.info-sort {
  float: left;
  width: 680px;
  height: 502px;
  background: #fff;
  margin-left: 40px;
}
.info-sort .info-head {
  position: relative;
  height: 60px;
  line-height: 60px;
}
.info-sort .info-head h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  font-size: 28px;
  color: #fff;
  text-align: center;
}
.info-main {
  padding: 0 20px;
}
.guide-list {
  height: 74px;
  padding: 10px 0 0;
  border-bottom: 1px dashed #d1d1d1;
}
.guide-list:last-child {
  border-bottom: none;
}
.guide-list img {
  float: left;
  width: 40px;
}
.guide-list .guide-right {
  float: left;
  width: 340px;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.guide-list .guide-right h4 {
  height: 34px;
  font-size: 18px;
  color: #3697F7;
  font-weight: 400;
}
.guide-list .guide-right h4 a {
  color: #3697F7;
}
.guide-list .guide-right a,
.guide-list .guide-right i {
  float: left;
}
.guide-list .guide-right i {
  padding: 0 10px;
  font-style: normal;
  font-size: 14px;
}
.guide-list .guide-right a:hover {
  color: #3697F7;
}
/* question */
.info-main-list li {
  height: 52px;
  border-bottom: 1px dashed #d1d1d1;
}
.info-main-list li:last-child {
  border-bottom: none;
}
.info-main-list li a {
  display: block;
  overflow: hidden;
}
.info-main-list li a:hover {
  color: #3697F7;
}
.info-main-list li p {
  float: left;
  line-height: 52px;
  font-size: 18px;
}
.info-main-list li span {
  float: right;
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #3697F7;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  color: #3697F7;
  margin-top: 9px;
}
.info-main-list li span:hover {
  background: #3697F7;
  color: #fff;
}
.question li {
  position: relative;
}
.question li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 23px;
  width: 6px;
  height: 6px;
  background: #F64F46;
  border-radius: 50%;
}
.question li p {
  width: 270px;
  padding: 0 0 0 20px;
}
.load-list li {
  background: url(../images/floor1-icon6.png) left center no-repeat;
}
.load-list li p {
  width: 260px;
  padding: 0 0 0 30px;
}
.load-list li i {
  position: relative;
  width: 16px;
  height: 17px;
  background: url(../images/floor1-icon7.png) right center no-repeat;
  display: inline-block;
  top: 3px;
  padding-left: 5px;
}
.load-list li span:hover i {
  background: url(../images/floor1-icon7-on.png) right center no-repeat;
}
/* student-groups */
.student-groups {
  height: 130px;
  padding: 0 0 0 276px;
  background: url(../images/floor1-3.png) no-repeat;
}
.group-list {
  float: left;
  width: 205px;
  padding: 10px 0 0;
  text-align: center;
  margin-left: 18px;
}
.group-list h4 {
  height: 36px;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 36px;
}
.group-list p {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.group-list span {
  display: block;
  width: 70px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #3697F7;
  color: #3697F7;
  font-size: 18px;
  margin: 0 auto;
}
.group-list span:hover {
  background: #3697F7;
  color: #fff;
}
/* common课程 start */
/* module-left */
.module-left {
  float: left;
  width: 290px;
}
.module-right {
  float: right;
}
.module-item h4 {
  float: left;
  width: 100px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.module-item h4 span {
  position: relative;
  display: block;
  top: 50%;
  margin-top: -24px;
}
.module-item h4 span.single {
  margin-top: -12px;
}
.module-item p {
  float: left;
  width: 160px;
  height: 100%;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-left: 10px;
  border-bottom: 1px dashed #999;
  box-sizing: border-box;
}
.module-item p span {
  display: block;
  padding: 16px 0 0;
}
.module-item:last-child p {
  border-bottom: none;
}
.module-first,
.module-fourth {
  height: 88px;
}
.module-second,
.module-third {
  height: 117px;
}
.course-main {
  width: 1116px;
  /* margin-left: -40px; */
}
.course-item {
  float: left;
  width: 330px;
  height: 270px;
  border: 1px solid #F2F5F7;
  box-shadow: 0px 4px 9px 0px rgba(54, 151, 247, 0.1);
  background: #fff;
  border-radius: 10px;
  margin-left: 26px;
  margin-bottom: 38px;
}
.course-item a {
  overflow: hidden;
}
.course-item .course-cover {
  position: relative;
}
.course-item .course-detail {
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  margin-left: -32px;
}
.course-item .course-detail span {
  position: relative;
  display: inline-block;
  margin-left: 32px;
}
.course-item .course-detail span:before {
  content: '.';
  position: absolute;
  left: -12px;
  top: 0;
  line-height: 48px;
  font-size: 30px;
  line-height: 42px;
}
.course-item:hover {
  position: relative;
  top: -10px;
}
.bottom-operate {
  text-align: center;
}
.bottom-operate span {
  display: inline-block;
  width: 100px;
  height: 32px;
  font-size: 18px;
  border-radius: 16px;
  line-height: 32px;
  margin: 0 20px;
}
.course-swiper {
  width: 1076px;
  height: 620px;
  padding: 10px 0 0 0;
  overflow: hidden;
}
/* 课程 common  end */
.ky-course .course-price {
  background: #FFFFFF;
  border: 1px solid #F64F46;
  color: #F64F46;
}
.ky-course .course-price:hover {
  background: #F64F46;
  color: #fff;
}
.ky-course .course-listen {
  background: #F7E9E9;
  border: 1px solid #F7E9E9;
  color: #F64F46;
}
.ky-course .course-listen:hover {
  background: #F64F46;
  color: #fff;
  border: 1px solid #F64F46;
}
.ky-course .course-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 96px;
  height: 44px;
  padding: 0 8px 0 0;
  background: url(../images/c-tag.png) no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: #3697F7;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.ky-intro {
  height: 528px;
  padding-top: 116px;
  background: url(../images/floor2-l.png) no-repeat;
  margin-top: 10px;
}
/* 考研课程背景色 */
.ky-course .common-item {
  color: #1A1A1A;
  border: 1px solid #F64F46;
}
.ky-course .common-item.active {
  border: 1px solid #F64F46;
  background: #F64F46;
  color: #fff;
}
/* 专业课  */
.zyk-course .common-item {
  color: #1A1A1A;
  border: 1px solid #3697F7;
}
.zyk-course .common-item.active {
  border: 1px solid #3697F7;
  background: #3697F7;
  color: #fff;
}
.zyk-course .course-price {
  background: #FFFFFF;
  border: 1px solid #3697F7;
  color: #3697F7;
}
.zyk-course .course-price:hover {
  background: #3697F7;
  color: #fff;
}
.zyk-course .course-listen {
  background: #DCEBF5;
  border: 1px solid #DCEBF5;
  color: #3697F7;
}
.zyk-course .course-listen:hover {
  background: #3697F7;
  color: #fff;
  border: 1px solid #3697F7;
}
.zyk-intro {
  height: 528px;
  padding-top: 116px;
  background: url(../images/floor3-l.png) no-repeat;
  margin-top: 10px;
}
/* teacher */
.teacher {
  padding-bottom: 60px;
}
.teacher-intro {
  height: 468px;
  padding-top: 32px;
  background: url(../images/floor4-l.png) no-repeat;
}
.teacher-swiper {
  position: relative;
  width: 1084px;
  height: 500px;
  overflow: hidden;
}
.teacher-swiper .teacher-content {
  width: 1084px;
  height: 500px;
  background: url(../images/teacher_bg.png) top right no-repeat;
}
.teacher-left {
  float: left;
  width: 310px;
}
.teacher-right {
  float: left;
  width: 680px;
  padding: 34px 0 0 10px;
  margin-left: 20px;
}
.teacher-right .teacher-name {
  height: 68px;
  color: #333;
  font-size: 28px;
  line-height: 68px;
}
.teacher-right .teacher-tag {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  background: linear-gradient(-90deg, #3697F7, #3ECFE3);
  border-radius: 10px;
}
.teacher-right .teacher-detail {
  padding: 30px 0 0;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.teacher-swiper .swiper-pagination {
  width: 707px;
  height: 170px;
  right: 0;
  bottom: 0;
  left: initial;
}
.teacher-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 100px;
  height: 150px;
  background: #999;
  border-radius: 10px;
  opacity: 1;
  margin: 20px 0 0 1px;
  overflow: hidden;
  cursor: pointer;
}
.teacher-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  top: -20px;
  background: #3697F7;
}
.teacher-swiper .swiper-pagination img {
  position: absolute;
  width: 100px;
  left: 0;
  top: 5px;
}
/* service-tab */
.main-tab {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.main-tab p {
  float: left;
  height: 70px;
  font-size: 24px;
  background: #3697F7;
  color: #fff;
  text-align: center;
  line-height: 70px;
}
.main-tab p span {
  position: relative;
  padding: 0 28px;
}
.main-tab p.active {
  background: #fff;
  color: #3697F7;
}
.main-tab p.active span {
  display: inline-block;
  height: 68px;
  border-bottom: 2px solid #3697F7;
}
.service {
  padding: 0 0 50px;
  overflow: hidden;
}
.service .main-tab p {
  width: 50%;
}
.environment .main-tab p {
  width: 33.33%;
}
/* method-list */
.change-content {
  background: #fff;
}
.method-list {
  float: left;
  width: 214px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}
.method-list .method-head {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}
.method-list .method-content {
  height: 70px;
  padding: 20px 0 0;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-align: center;
}
.method-top {
  padding-left: 22px;
  overflow: hidden;
}
.method-top .method-list {
  background: #D2ECFF;
  margin-right: 40px;
}
.method-top .method-head {
  background: linear-gradient(0deg, #3697F7, #3ECFE3);
}
.method-bottom {
  padding-left: 107px;
  overflow: hidden;
}
.method-bottom .method-list {
  background: #FFEBE7;
  margin-left: 40px;
}
.method-bottom .method-head {
  background: linear-gradient(0deg, #FC895A, #F64F46);
}
.teaching-method {
  height: 410px;
  padding-top: 20px;
}
.teaching-method .method-line {
  margin: 0 auto;
}
/* service-sys */
.service-sys {
  height: 430px;
  background: url(../images/sys_bg.png) no-repeat;
}
.service-sys .list-even {
  margin-top: 72px;
}
.sys-list {
  float: left;
  width: 220px;
  font-size: 20px;
  color: #F64F46;
}
.sys-list p {
  margin-bottom: 48px;
  overflow: hidden;
}
.sys-list strong {
  float: left;
  font-style: italic;
  margin-right: 8px;
}
.sys-list span {
  position: relative;
  float: left;
  color: #1A1A1A;
}
.sys-list span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #1A1A1A;
}
.sys-left,
.sys-right {
  padding: 48px 0 0;
}
.sys-left {
  float: left;
}
.sys-left .sys-list {
  margin-left: 20px;
}
.sys-right {
  float: right;
}
/* environment */
.environment {
  padding: 0 0 40px;
}
.envi-intro {
  height: 458px;
  padding-top: 22px;
  background: url(../images/env_bg.png) no-repeat;
}
.envi-change {
  height: 480px;
  padding: 40px 0 0;
}
.envi-show {
  margin-left: -40px;
  margin-top: -40px;
}
.envi-show img {
  float: left;
  margin-left: 40px;
  margin-top: 40px;
}
.envi-list {
  width: 1110px;
}
/* footer */
.footer {
  padding: 36px 0;
  background: #0053A6;
}
.footer-city {
  border-bottom: 1px solid #0073E6;
  overflow: hidden;
}
.footer-city a {
  float: left;
  height: 40px;
  padding: 0 23px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  margin: 0 0 15px 15px;
}
.footer-city a:hover {
  background: #0073E6;
  border-radius: 20px;
}
.footer-copyRight {
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 28px;
  color: #CEEBFF;
  text-align: center;
}
/* banner  nav */
.claBoxContent {
  position: absolute;
  left: 50%;
  top: 0;
  width: 160px;
  height: 500px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 10px 10px 10px;
  margin-left: -700px;
  overflow: hidden;
  z-index: 10;
}
.claItem {
  height: 55px;
  padding-top: 13px;
  border-bottom: 1px dashed #999;
}
.claItem:last-child {
  border-bottom: none;
}
.claItem h3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 7px;
}
.claItem h3:hover {
  color: #0054A7;
}
.claItem img {
  float: left;
  margin-right: 10px;
}
.claItem .claItem-detail {
  width: 110%;
  padding: 0 0 0 20px;
  font-size: 14px;
  overflow: hidden;
}
.claItem .claItem-detail span {
  float: left;
  margin-left: 10px;
}
.claItem .claItem-detail span:hover {
  color: #0054A7;
}

/* popup */
/* .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.popup .popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 515px;
  height: 515px;
  background: url(../images/popup_bg.png) no-repeat;
  margin: -257px 0 0 -257px;
}
.popup .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.popup .popup-main {
  padding: 120px 8px 0;
  overflow: hidden ;
}
.popup .ky-list {
  position: relative;
}
.popup .ky-list a {
  position: absolute;
  left: 49px;
  bottom: 46px;
  width: 150px;
  height: 50px;
  background: linear-gradient(0deg, #fc885a, #f64f46);
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
}
.popup .ky-list a:hover {
  background: #f64f46;
} */

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}
.popup .popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 782px;
  height: 750px;
  background: url(popup_bg-1.png) no-repeat;
  background: url(https://win.wendu.com/advert/popup_bg-1.png) no-repeat;
  margin:-330px 0 0 -400px;
}
.popup .close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.popup .popup-main {
  padding: 230px 25px 0;
  overflow: hidden ;
  display: flex;
}
.popup .ky-list {
  position: relative;
}
.popup .ky-list a {
position: absolute;
  left: 85px;
  bottom: 23px;
  width: 200px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  color: #ff5455;
  font-size: 32px;
  font-weight: normal;
}
.popup .ky-list a:hover {
  /* background: #f64f46; */
}