@charset "UTF-8";
.icon {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-dep {
  height: 14px;
  width: 14px;
  background-image: url(../img/icon-dep.png);
}

.icon-search {
  height: 24px;
  width: 24px;
  background-image: url(../img/icon-search.png);
  vertical-align: middle;
}

.icon-depnext {
  height: 12px;
  width: 6px;
  background-image: url(../img/icon-depnext.png);
}

.icon-eye {
  height: 24px;
  width: 24px;
  background-image: url(../img/icon-eye-off.png);
}

.icon-back {
  height: 40px;
  width: 40px;
  background-image: url(../img/icon-back.png);
  background-size: 40%;
  background-position: 40%;
}

.icon-next {
  height: 40px;
  width: 40px;
  background-image: url(../img/icon-next.png);
  background-size: 40%;
}

.icon-coll {
  height: 20px;
  width: 20px;
  background-image: url(../img/icon-coll-o.png);
}

.icon-pen {
  height: 14px;
  width: 12px;
  background-image: url(../img/icon-pen.png);
  margin-right: 5px;
}

.icon-coll1 {
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-coll.png);
}

.icon-user-cour {
  height: 20px;
  width: 14px;
  background-image: url(../img/icon-user-cour.png);
}

.icon-time {
  height: 20px;
  width: 20px;
  background-image: url(../img/icon-time.png);
}

.icon-z {
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-z.png);
}

.icon-play-back {
  height: 22px;
  width: 22px;
  background-image: url(../img/icon-play-back.png);
}

.icon-play-eye {
  height: 24px;
  width: 24px;
  background-image: url(../img/icon-play-eye.png);
}

.icon-aut {
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-aut.png);
}

.icon-date {
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-date.png);
  margin-left: 10px;
}

.icon-close {
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon-close.png);
}

.icon-close-white {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-image: url(../img/icon-close-white.png);
}

.icon-check {
  cursor: pointer;
  height: 16px;
  width: 16px;
  background-image: url(../img/icon-check-o.png);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: "微软雅黑";
  font-size: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none;
  border: none;
}

textarea {
  resize: none;
}

button {
  border-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.relativeDiv {
  position: relative;
}

.bold {
  font-weight: 700;
}

.hide {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.btn-ra {
  border-radius: 30px;
}

.btn-ra8 {
  border-radius: 8px;
}

.btn-orange {
  color: #fff;
  background-color: #fca542;
}

.btn-blue {
  color: #fff;
  background-color: #4285f4;
}

.btn-blue-o {
  color: #4285f4;
  border: 1px solid #4285f4;
  background-color: #fff;
}

.btn-green {
  color: #fff;
  background-color: #00b894;
}

.btn-red {
  color: #fff;
  background-color: #fb0404;
}

.btn-gray {
  color: #fff;
  background-color: #ccc;
}

.btn-small {
  width: 100px;
  line-height: 30px;
  font-size: 16px;
}

.btn-140 {
  width: 140px;
  line-height: 46px;
  font-size: 16px;
}

.btn-middle {
  width: 130px;
  line-height: 40px;
  font-size: 18px;
}

.btn-max {
  width: 100%;
  line-height: 46px;
  font-size: 20px;
}

.font-small {
  font-size: 14px;
}

.font-lit {
  font-size: 16px;
}

.text-gray {
  color: #999;
}

.text-black {
  color: #333;
}

.text-red {
  color: #fb0404;
}

.text-orange {
  color: #fca542 !important;
}

.text-bluell {
  color: #a0c2f9 !important;
}

.text-blue {
  color: #4285f4 !important;
}

.text-green {
  color: #00b894 !important;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-wrp-ver {
  flex-direction: column;
}

.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}

.cour-main,
.slider,
.nav-header,
.search-fix,
.res-cla,
.res-det .res-content,
.intro-content {
  box-shadow: 0 4px 8px rgba(204, 204, 204, 0.2);
}

.cour-main {
  border-radius: 8px;
}

.cour-main .cour-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.version-text {
  color: #a0c2f9;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
}

.layui-layer-content {
  padding: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.public-cla {
  display: none;
}
.public-cla:first-child {
  display: block;
}

.content-pad {
  padding-bottom: 40px;
}

.public-tip {
  cursor: pointer;
}

.content {
  margin: 0 auto;
  width: 1200px;
}

.text-center {
  text-align: center;
}

.main-bg {
  background-color: #f9f9f9;
}

.white-bg {
  background-color: #fff;
}

.pad-30 {
  padding: 30px;
}

a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.over-box {
  width: 103%;
}

.home-div {
  padding: 10px 0;
}

.tit-nav a {
  font-size: 14px;
  color: #999;
}
.tit-nav a:hover {
  color: #a0c2f9;
}
.tit-nav span {
  padding: 0 10px;
  font-size: 14px;
  color: #999;
}

.main-title-box {
  padding-bottom: 30px;
}
.main-title-box .main-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
}
.main-title-box a {
  line-height: 26px;
}

.cl-free {
  background: -webkit-linear-gradient(left, #f41, #f00);
  background: linear-gradient(to right, #f41, #f00);
  color: #fff;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  padding: 1px 5px;
  border: 2px solid #fff;
  z-index: 66;
  left: 10px;
  top: 10px;
  border-radius: 10px;
}

.cour-main {
  position: relative;
  display: inline-block;
  width: 280px;
  margin-right: 26px;
  margin-bottom: 30px;
  background-color: #fff;
}
.cour-main .uem-img-tit {
  position: absolute;
  font-size: 16px;
  bottom: 41%;
  width: 80%;
  text-align: center;
  left: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cour-main a {
  display: block;
}
.cour-main .cour-img {
  width: 100%;
  border: 1px solid #ddd;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.cour-main .cour-content {
  padding: 14px;
}
.cour-main .cour-title {
  font-size: 16px;
  color: #333;
}
.cour-main .cour-bot {
  padding-top: 20px;
}

.bottom-nav {
  padding: 40px 0;
  text-align: center;
}
.bottom-nav a {
  font-size: 16px;
  color: #a0c2f9;
  margin: 0 45px;
}
.bottom-nav a:hover {
  color: #4285f4;
}

.version-num {
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ddd;
}

.slider {
  position: relative;
  min-width: 1200px;
  height: auto;
  clear: both;
}
.slider a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slider .pic li {
  width: 100%;
  position: static;
  float: left;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
}
.slider img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.slider-bg {
  margin: 20px 0;
}

.slider-dot {
  position: absolute;
}
.slider-dot ul {
  display: inline-block;
  padding: 0 10px;
}
.slider-dot li {
  display: inline-table;
  background-color: #999;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 10px;
}
.slider-dot .active {
  background-color: #4285f4;
  width: 30px;
}

.slider-dot-left {
  text-align: center;
  left: 20px;
  bottom: 10px;
}

.slider-dot-center {
  text-align: center;
  width: 100%;
  bottom: 10px;
}

.pagination-box {
  font-size: 0;
  text-align: center;
  margin: 40px 0;
}
.pagination-box .pagination {
  display: inline-block;
  background-color: #fff;
}
.pagination-box .pagination span,
.pagination-box .pagination a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 16px;
  color: #999;
  border: 1px solid #fff;
}
.pagination-box .pagination span.current,
.pagination-box .pagination a.current {
  color: #4285f4;
  border-color: #4285f4;
}
.pagination-box .pagination span:hover,
.pagination-box .pagination a:hover {
  background-color: #4285f4;
  border-color: #4285f4;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-header {
  text-align: center;
  background-color: #fff;
  min-width: 1230px;
  z-index: 999;
  width: 100%;
  top: 0;
}

.nav-logo {
  vertical-align: middle;
  height: inherit;
  padding: 10px 0;
}
.nav-logo img {
  max-width: 220px;
  height: inherit;
}

.nav-main {
  display: inline-block;
  height: 100px;
  text-align: center;
}

.nav-states {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #4285f4;
  line-height: 30px;
  min-width: 90px;
  padding: 0 10px;
  margin-top: 30px;
  border-radius: 30px;
}

.search-box {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  line-height: 96px;
  vertical-align: middle;
  margin-right: 30px;
  float: right;
}

.search-fix {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
}

.search-content {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  width: 500px;
  margin: 0 auto;
}

.search-input {
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.search-input input {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  border: 1px solid #4285f4;
  border-radius: 20px;
  padding: 0 95px 0 20px;
}
.search-input .search-btn {
  position: absolute;
  display: inline-block;
  z-index: 9;
  background-color: #4285f4;
  border-radius: 20px;
  text-align: center;
  width: 80px;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}

.search-bot {
  text-align: left;
}
.search-bot span {
  color: #333;
  font-size: 14px;
  margin-right: 20px;
}
.search-bot a {
  color: #a0c2f9;
  font-size: 14px;
  margin-right: 30px;
}

.nav-ul {
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
}

.nav-ul li {
  display: inline-table;
  position: relative;
  letter-spacing: 2px;
  cursor: pointer;
  height: 100%;
}
.nav-ul li a {
  display: inline-block;
  width: 95px;
  font-size: 16px;
  color: #333;
  line-height: 96px;
  height: 100%;
}
.nav-ul li a:hover {
  color: #4285f4;
}
.nav-ul li.cur a {
  font-size: 18px;
  font-weight: 700;
  color: #4285f4;
  border-bottom: 4px solid #4285f4;
}

.icon-transform {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.fankui-fix {
  position: fixed;
  width: 460px;
  height: 380px;
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -230px;
  box-shadow: 0 4px 8px rgba(3, 3, 3, 0.2);
  background-image: url(../img/fankui.png);
  z-index: 99;
}
.fankui-fix .fankui-close {
  position: absolute;
  height: 30px;
  width: 30px;
  z-index: 100;
  top: 6%;
  right: 5%;
  background-color: #000;
  cursor: pointer;
}
.fankui-fix .fankui-sure {
  position: absolute;
  height: 40px;
  width: 140px;
  z-index: 100;
  bottom: 10%;
  left: 35.2%;
  background-color: #000;
  cursor: pointer;
}

.fix-bar {
  position: fixed;
  bottom: 150px;
  right: 20px;
  width: 86px;
  z-index: 1001;
}
.fix-bar .fix-bar-item {
  position: relative;
  padding: 14px 0;
  display: block;
  height: 80px;
  text-align: center;
  background-color: #00bcee;
}
.fix-bar .fix-bar-item .fix-text {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  color: #fff;
}
.fix-bar .fix-bar-item:not(:last-child) {
  border-bottom: 1px solid #f9f9f9;
}
.fix-bar .fix-bar-item .fix-bar-div {
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  display: none;
  position: absolute;
  width: 180px;
  height: 180px;
  left: -200px;
  padding: 20px;
  bottom: 0;
  background-color: #fff;
}
.fix-bar .fix-bar-item .fix-bar-div img {
  height: auto;
  width: 100%;
}
.fix-bar .fix-bar-item .fix-bar-div .fix-bar-msg {
  text-align: left;
}
.fix-bar .fix-bar-item .fix-bar-div .fix-bar-msg span {
  font-size: 14px;
  color: #333;
}
.fix-bar .fix-bar-item .fix-bar-div .fbd-num {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.fix-bar .fix-bar-item .fix-bar-div-cl {
  position: absolute;
  right: -5px;
  top: 130px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 5px solid transparent;
}
.fix-bar .fix-bar-item:hover {
  background-color: #00a8d4;
}
.fix-bar .fix-bar-item:hover .fix-bar-div {
  display: block;
}

.fix-qq {
  width: 22px;
  height: 25px;
  background-image: url(../img/fix-qq.png);
}

.fix-msg {
  width: 25px;
  height: 25px;
  background-image: url(../img/fix-msg.png);
}

.fix-tel {
  width: 25px;
  height: 25px;
  background-image: url(../img/fix-tel.png);
}

.fix-app {
  width: 18px;
  height: 25px;
  background-image: url(../img/fix-app.png);
}

.fix-code {
  width: 28px;
  height: 25px;
  background-image: url(../img/fix-code.png);
}

.fix-up {
  width: 28px;
  height: 25px;
  background-image: url(../img/fix-up.png);
}

.user-mobile {
  width: 350px;
  display: none;
  position: absolute;
  top: 60px;
  left: -60px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  padding: 20px;
  overflow: hidden;
  white-space: nowrap;
}
.user-mobile .ttxcx {
  width: auto;
  height: auto;
}

.nav-ul .li-mobile:hover a {
  color: #4285f4;
}
.nav-ul .li-mobile:hover .user-mobile {
  display: block;
}

.qrcode img {
  border-radius: 0;
  width: auto;
  height: auto;
}

.qrcode {
  display: inline-block;
  margin-right: 10px;
}

.rcon {
  float: right;
}

.rcon .txt {
  line-height: 28px;
  font-size: 17px;
  color: #666;
  font-weight: normal;
}

.rcon .store {
  display: block;
  width: 150px;
  height: 44px;
  margin-top: 10px;
  background: url(../img/ui_new_yktnav_sprite.png) 9999px 9999px no-repeat;
}

.store.apple {
  background-position: 0 -28px;
}

.store.android {
  background-position: 0 -76px;
}

.cour-title-box {
  font-size: 18px;
  padding-bottom: 30px;
  color: #333;
}
.cour-title-box .cour-title {
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.cour-title-box .cour-title img {
  position: absolute;
  top: -12px;
  right: -15px;
}
.cour-title-box .cour-title:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.cour-title-box .cour-title:not(:first-child) {
  margin-left: 20px;
}
.cour-title-box .cour-title.cur {
  font-size: 20px;
  font-weight: 700;
}

.res-cla {
  padding: 25px 25px 0 25px;
  margin-bottom: 30px;
}
.res-cla .res-cla-div .rcd-tit {
  display: inline-block;
  width: 100px;
  height: 30px;
  padding-left: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  background-color: #74b9ff;
  text-align: center;
}
.res-cla .res-cla-div .rcd-r {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}
.res-cla .res-cla-div .rcd-r a {
  display: inline-block;
  margin-bottom: 25px;
  margin-left: 50px;
  line-height: 30px;
  font-size: 16px;
  color: #999;
}
.res-cla .res-cla-div .rcd-r a:hover {
  color: #4285f4;
}
.res-cla .res-cla-div .rcd-r a.cur {
  color: #4285f4;
}

.res-det {
  padding: 40px 0;
}
.res-det .res-content {
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
}
.res-det .res-img {
  width: 554px;
}
.res-det .res-msg {
  display: inline-block;
  padding-left: 40px;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.res-det .res-msg .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.res-det .res-msg .res-tit {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.res-det .res-msg .res-tip {
  margin-top: 20px;
  vertical-align: middle;
  width: 400px;
}

.res-tip:nth-child(7) {
  display: flex;
}

.res-tip:nth-child(7)  .res-tip01 {
  /* display: flex; */
  width: 83px;
}
.res-tip:nth-child(7) span {
  /* display: flex; */
  width: calc(100% - 103px);
}

.res-det .res-msg .res-tip01 {
  font-size: 18px;
  color: #666;
  margin-right: 20px;
}
.res-det .res-msg span {
  vertical-align: middle;
}
.res-det .res-msg .res-icon {
  display: inline-block;
  vertical-align: middle;
}
.res-det .res-msg .res-icon .icon {
  margin-right: 5px;
}

.intro-content {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #fff;
}
.intro-content .intro-title {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  padding-left: 60px;
}
.intro-content .intro-title span {
  font-size: 18px;
  padding: 8px 0;
  color: #4285f4;
  border-bottom: 4px solid #4285f4;
}
.intro-content .intro-main {
  padding: 40px 60px;
}
.intro-content .intro-gray {
  background-color: #f3f3f3;
  padding: 15px 20px;
}
.intro-content .intro-gray p {
  font-size: 14px;
  color: #999;
  line-height: 32px;
}
.intro-content .intro-msg {
  padding-top: 20px;
  color: #333;
}
.intro-content .intro-msg h2 {
  font-size: 16px;
  margin: 20px 0 10px;
  font-weight: 600;
  color: #333;
  line-height: 1.7;
}
.intro-content .intro-msg p {
  font-size: 16px;
  line-height: 35px;
  color: #333;
  font-family: Georgia, serif;
  width: auto;
  letter-spacing: 0.5px;
}
.intro-content .intro-msg img {
  margin: 10px 0;
  max-width: 100%;
  height: auto !important;
}

/*# sourceMappingURL=res.css.map */
