/*
@author: yanyu
*/
body,
input,
textarea,
button {
  font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53",
    "Heiti SC", tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
body {
  margin: 0 auto;
  color: #333;
  min-width: 1200px;
  background: #fff;
}
p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe {
  margin: 0;
  padding: 0;
}
img {
  border: 0 none;
  vertical-align: top;
}
ul,
li,
ol {
  list-style-type: none;
}
i,
em,
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #333;
}
input,
button,
textarea,
a,
a:hover {
  outline: none;
}
textarea {
  resize: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.pr {
  position: relative;
}
.abs {
  position: absolute;
}
.tc {
  text-align: center;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}

/**/
.g-btn {
  display: inline-block;
  width: 246px;
  height: 56px;
  border-radius: 26px;
  line-height: 56px;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}

.g-orange-bg {
  background: #ff7d02;
  margin-right: 24px;
}

.g-green-bg {
  background: #01ad8f;
}

.hide {
  display: none;
}

/**/
.banner-mod {
  height: 448px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/banner-bg.png)
    no-repeat top center;
  overflow: hidden;
  text-align: center;
}

.banner-mod .bt {
  font-size: 70px;
  color: #16151a;
  padding: 88px 0 20px;
  font-weight: bold;
}

.banner-mod .day {
  display: inline-block;
  width: 148px;
  height: 60px;
  font-size: 46px;
  background: #ff7d02;
  border-radius: 29px;
  color: #fff;
  line-height: 60px;
  font-weight: bold;
  margin-right: 10px;
}

.banner-mod .day-tip {
  font-size: 46px;
  color: #01ad8f;
  line-height: 40px;
  font-weight: bold;
}

.banner-mod .details {
  padding-top: 30px;
}

.banner-mod .details span {
  font-size: 19px;
  font-weight: 400;
  color: #262633;
  margin-right: 10px;
}

.banner-mod .details i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/banner-icon.png)
    no-repeat center;
  vertical-align: -4px;
}

/**/
.basics-mod {
  padding-bottom: 64px;
}

.basics-mod .tit {
  font-size: 40px;
  color: #201e1e;
  text-align: center;
  padding: 55px 0 23px;
}

.basics-mod .tit-tip {
  font-size: 26px;
  color: #666666;
  text-align: center;
}

.basics-mod ul {
  padding-top: 67px;
}

.basics-mod li {
  width: 385px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 1px 1px 7px 1px rgba(162, 184, 201, 0.3);
  margin: 0 13px 13px 0;
}

.basics-mod li .color {
  width: 157px;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  border-radius: 0px 26px 26px 0px;
  font-size: 26px;
  font-weight: bold;
}

.basics-mod li .color.orange {
  background: #fd922d;
}

.basics-mod li .color.yellow {
  background: #ffd03f;
}

.basics-mod li .color.purple {
  background: #a635fd;
}

.basics-mod li .color.light-green {
  background: #90c24b;
}

.basics-mod li .color.blue {
  background: #4c7dee;
}

.basics-mod li .color.deep-green {
  background: #01ada9;
}

.basics-mod li .color i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px 0 15px;
}

.basics-mod .con {
  padding: 20px 0 0 30px;
}

.basics-mod .con img {
  margin-right: 25px;
}

.basics-mod .right .gray-text {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.basics-mod .right span {
  padding: 2px 10px;
  border-radius: 18px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
}

.basics-mod .right span.orange {
  border: 2px solid #fd922d;
  color: #fd922d;
}

.basics-mod .right span.yellow {
  border: 2px solid #ffd03f;
  color: #ffd03f;
}

.basics-mod .right span.purple {
  border: 2px solid #a635fd;
  color: #a635fd;
}

.basics-mod .right span.light-green {
  border: 2px solid #90c24b;
  color: #90c24b;
}

.basics-mod .right span.blue {
  border: 2px solid #4c7dee;
  color: #4c7dee;
}

.basics-mod .right span.deep-green {
  border: 2px solid #01ada9;
  color: #01ada9;
}

.basics-mod .right .gray-text.last {
  padding: 5px 0 14px;
}

.basics-mod .btn-con {
  padding-top: 40px;
  text-align: center;
}

/**/
.easy-mod {
  background: #f3f3f4;
  padding: 65px 0 80px;
}

.easy-mod .tit {
  font-size: 40px;
  color: #201e1e;
  text-align: center;
  padding-bottom: 23px;
}

.easy-mod .tit-tip {
  font-size: 24px;
  color: #666666;
  text-align: center;
}

.easy-mod .easy-card {
  width: 714px;
  height: 370px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/easy-rectangle.png)
    no-repeat center;
  margin: 168px 0 0 290px;
}

.easy-mod .easy-item {
  width: 235px;
  height: 300px;
  text-align: center;
}

.easy-mod .easy-item.item-1 {
  top: -114px;
  left: -212px;
}

.easy-mod .easy-item.item-2 {
  top: -114px;
  left: 183px;
}

.easy-mod .easy-item.item-3 {
  top: -114px;
  left: 587px;
}

.easy-mod .easy-item.item-4 {
  top: 238px;
  left: 587px;
}

.easy-mod .easy-item.item-5 {
  top: 238px;
  left: 183px;
}

.easy-mod .easy-item.item-6 {
  top: 238px;
  left: -212px;
}

.easy-mod .easy-item .num {
  width: 40px;
  height: 40px;
  background: #01ad8f;
  background: linear-gradient(174deg, #01ad8f, #01ad8f);
  border-radius: 50%;
  line-height: 40px;
  font-size: 19px;
  color: #fffefe;
  text-align: center;
  margin: -60px auto 30px;
  z-index: 5;
}

.easy-mod .easy-item .text {
  font-size: 24px;
  font-weight: 400;
  color: #201e1e;
}

.easy-mod .btn-con {
  padding-top: 220px;
  text-align: center;
}

/**/
.sty-mod {
  padding: 77px 0 45px;
}

.sty-mod .tit {
  font-size: 40px;
  color: #201e1e;
  text-align: center;
  padding-bottom: 23px;
}

.sty-mod .tit-tip {
  font-size: 24px;
  color: #666666;
  text-align: center;
}

.sty-mod .table-wrapper {
  width: 1140px;
  background: #fff;
  margin: 0 auto;
  padding-top: 45px;
}

.sty-mod table {
  width: 100%;
  /* border-collapse: collapse; */
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.sty-mod table thead {
  height: 79px;
  background: #ff7d02;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
}

.sty-mod table tbody {
  text-align: center;
  color: #656565;
  font-size: 20px;
}

.sty-mod table tbody td {
  padding: 16px 0;
  line-height: 30px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.sty-mod table tbody td .lf {
  font-size: 16px;
}

.sty-mod table .gray-bg {
  background: #ececec;
}

.sty-mod .btn-con {
  padding-top: 60px;
  text-align: center;
}

/**/
.teacher-mod {
  background: #f3f3f4;
  padding: 56px 0 80px;
}

.teacher-mod .tit {
  font-size: 40px;
  color: #201e1e;
  text-align: center;
  padding-bottom: 23px;
}

.teacher-mod .tit-tip {
  font-size: 24px;
  color: #666666;
  text-align: center;
  padding-bottom: 53px;
}

.teacher-mod .slide-box {
  width: 100%;
  height: 745px;
}

.teacher-mod .slide-box .arrow {
  top: 50%;
  margin-top: -26px;
  cursor: pointer;
}

.teacher-mod .slide-box .prev {
  left: 0;
}

.teacher-mod .slide-box .next {
  right: 0;
}

.teacher-mod .slide-con {
  width: 1109px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.teacher-mod .slide-con .top,
.teacher-mod .slide-con .bottom {
  margin-bottom: 9px;
  overflow: hidden;
}

.teacher-mod .slide-con .t-item {
  width: 550px;
  height: 367px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/teacher-card.png)
    no-repeat center;
}

.teacher-mod .teacher-img {
  width: 255px;
  height: 367px;
  text-align: center;
  padding-top: 37px;
}

.teacher-mod .teacher-details {
  width: 255px;
  height: 100%;
  margin-right: 18px;
  padding-top: 45px;
}

.teacher-mod .teacher-details .line {
  width: 34px;
  height: 4px;
  background: #e5c083;
  border-radius: 2px;
}

.teacher-mod .teacher-details .b-gt {
  font-size: 24px;
  font-weight: bold;
  color: #01ad8f;
  padding: 5px 0 10px;
}

.teacher-mod .teacher-details .gray-text {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.teacher-mod .teacher-details .l-gt {
  font-size: 18px;
  font-weight: bold;
  color: #01ad8f;
}

.teacher-mod .btn-con {
  padding-top: 63px;
  text-align: center;
}

/**/
.chat-mod {
  padding: 58px 0 62px;
  background: #f3f3f4
    url(/images/kuaijishiwu/zhuanti/shicaoshanggang/chat-bg.png) no-repeat top
    center;
}

.chat-mod .tit {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 22px;
}

.chat-mod .tit-tip {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 53px;
}

.chat-mod .chat-item {
  width: 223px;
  height: 399px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px #cccccc;
}

.chat-mod .chat-item.i1 {
  top: 155px;
  left: 109px;
}

.chat-mod .chat-item.i2 {
  top: 188px;
  left: 360px;
}

.chat-mod .chat-item.i3 {
  top: 155px;
  left: 612px;
}

.chat-mod .chat-item.i4 {
  top: 188px;
  left: 864px;
}

.chat-mod .chat-item .chat-img {
  top: 0;
  left: 0;
  z-index: 5;
}

.chat-mod .chat-item .right-shadow {
  width: 78px;
  height: 124px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/chat-shadow.png)
    no-repeat center;
  z-index: 4;
  right: -45px;
  bottom: 8px;
}

.chat-mod .chat-item .top-tit {
  top: -11px;
  left: 24px;
  right: 22px;
  height: 37px;
  background: #ff7d02;
  text-align: center;
  line-height: 37px;
  box-shadow: 1px 1px 7px 0px rgba(168, 168, 168, 0.36);
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  z-index: 10;
}

.chat-mod .chat-item .top-tit-bg {
  top: -8px;
  left: 26px;
  right: 20px;
  height: 37px;
  background: #ff7d02;
  text-align: center;
  border-radius: 4px;
  z-index: 8;
}

.chat-mod .btn-con {
  padding-top: 466px;
  text-align: center;
}

/**/
.env-mod .title {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 50px 0;
}

.env-mod .title .left {
  display: inline-block;
  width: 80px;
  height: 27px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/g-tl.png)
    no-repeat center;
}

.env-mod .title .right {
  display: inline-block;
  width: 80px;
  height: 27px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/g-tr.png)
    no-repeat center;
}

.env-mod .photos-outer {
  width: 100%;
  height: 711px;
  background: #f3f3f4;
  border-radius: 8px;
}
.env-mod .photo-01 {
  top: 31px;
  left: 29px;
}
.env-mod .photo-02 {
  top: 31px;
  left: 413px;
}
.env-mod .photo-03 {
  top: 31px;
  right: 29px;
}
.env-mod .photo-04 {
  top: 251px;
  left: 413px;
}
.env-mod .photo-05 {
  bottom: 30px;
  left: 29px;
}
.env-mod .photo-06 {
  bottom: 30px;
  left: 413px;
}
.env-mod .photo-07 {
  bottom: 30px;
  right: 29px;
}

/**/
.brand-mod {
  padding-bottom: 19px;
}
.brand-mod .title {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 50px 0;
}

.brand-mod .title .left {
  display: inline-block;
  width: 80px;
  height: 27px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/g-tl.png)
    no-repeat center;
}

.brand-mod .title .right {
  display: inline-block;
  width: 80px;
  height: 27px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/g-tr.png)
    no-repeat center;
}

.brand-mod .main {
  background: #f3f3f4;
  border-radius: 14px;
  padding: 46px 57px;
}

.brand-mod .img-con {
  width: 368px;
  height: 300px;
}

.brand-mod .main .brand-1 {
  top: 0;
  left: 0;
}

.brand-mod .main .brand-2 {
  top: 0;
  right: 0;
}

.brand-mod .main .brand-3 {
  bottom: 0;
  left: 0;
}

.brand-mod .main .brand-4 {
  bottom: 0;
  right: 0;
}

.brand-mod .main .text {
  width: 679px;
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 45px;
  padding-top: 60px;
}

/**/
.bottom-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 106px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/bottom-bg.png)
    no-repeat center;
  z-index: 99;
}

.bottom-fixed .close {
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/lamu-img/2018jzyx/close.png) no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  z-index: 2;
  cursor: pointer;
}

.bottom-fixed .main {
  height: 106px;
}

.bottom-fixed .tip {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  line-height: 106px;
}

.bottom-fixed .olv {
  width: 128px;
  height: 50px;
  background: #ff7d02;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin: 30px 20px 0 15px;
}

.bottom-fixed .phone-btn {
  width: 128px;
  height: 50px;
  background: #01ada9;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
}

.bottom-fixed .areaSelect {
  margin: 30px 12px 0 0;
}

.bottom-fixed .areaSelect input.show {
  border: 1px solid #ff9227;
}

.bottom-fixed .areaSelect ul {
  width: 100%;
  border: 1px solid #a7cee2;
  background: #fff;
}

.bottom-fixed .areaSelect select {
  display: none;
}

.bottom-fixed .province-area input,
.bottom-fixed .city-area input,
.bottom-fixed .phone {
  width: 148px;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #ffffff;
  color: #333;
  font-size: 22px;
  padding-left: 10px;
}

.bottom-fixed .city-area input {
  width: 128px;
}

.bottom-fixed .phone {
  width: 198px;
  margin: 30px 15px 0 0;
}

.bottom-fixed .areaSelect ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #a7cee2;
  background: #fff;
}

.bottom-fixed .areaSelect ul.show {
  display: block;
  border: 1px solid #ff9227;
}

.bottom-fixed .areaSelect input.show {
  border: 1px solid #ff9227;
}

.bottom-fixed .areaSelect ul li {
  overflow: hidden;
  width: 96%;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  padding-left: 20px;
}

.bottom-fixed .areaSelect ul li.hover {
  background: #a7cee2;
  color: #fff;
}

.bottom-fixed .areaSelect i {
  display: block;
  width: 16px;
  height: 10px;
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/b-ba.png)
    no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

.bottom-fixed .areaSelect i.on {
  background: url(/images/kuaijishiwu/zhuanti/shicaoshanggang/b-ta.png)
    no-repeat center;
}
