@charset "UTF-8";
/*reset*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0 none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: none;
}

del {
  text-decoration: line-through;
}

input::-ms-clear {
  display: none !important;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input {
  border: none;
}

input,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: inherit;
}

button,
input,
select,
textarea {
  outline: 0;
  border: none;
  font-size: inherit;
  font-family: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #fff inset;
  box-shadow: 0 0 0 100px #fff inset;
}

a {
  text-decoration: none;
  color: #666;
}

body {
  font: 12px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  color: #333;
  background: #fff;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.page-box {
  margin: 36px auto 94px;
  text-align: center;
  font-size: 0;
}

.page-box.martop-54 {
  margin-top: -40px;
}

.page-container {
  display: inline-block;
}

.page-item {
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  color: #787878;
  font-size: 16px;
  display: inline-block;
  background: #fff;
  margin: 0 7px;
}

.page-item.disabled {
  cursor: not-allowed;
}

.page-item.disabled:hover {
  background: #fff;
  color: #787878;
}

.page-item.cur,
.page-item:hover {
  color: #fff;
  background: #4a97ff;
}

.page-item.page-next:after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-item.page-next:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page-item.page-prev:before {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.page-item.page-prev:hover:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

body {
  background: #f5f5f5;
}

body.body-fixed {
  position: fixed;
  width: 100%;
}

.container {
  width: 1200px;
  margin: 20px auto 94px;
  background: #fff;
}

.nav_username {
  max-width: 80px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
}

.nav-box {
  background-color: #f5f5f5;
  height: 40px;
}

.nav-container {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
  height: 40px;
  line-height: 40px;
  position: fixed;
  z-index: 4;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.nav_left {
  float: left;
}

.nav_right {
  float: right;
}

.nav_right.hide {
  display: none;
}

.nav_phone {
  color: #6c6c6c;
  padding-left: 40px;
}

.nav-link {
  cursor: pointer;
}

.nav_checkLoginBox {
  float: left;
}

.header-nav {
  margin: 0 auto;
  width: 1200px;
  font-family: "PingFang-SC-Regular";
  font-size: 12px;
  color: #b1b1b1;
}

.header-nav .nav {
  float: left;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}

.header-nav .nav-link {
  display: block;
  font-size: 12px;
  height: 40px;
  padding: 0px 19px;
  color: #6c6c6c;
}

.header-nav .nav-link:hover {
  color: #4a97ff;
}

.header-nav .linkblue {
  font-weight: bold;
  color: #4a97ff;
}

.header-nav .lxfyimg {
  width: 122px;
  height: 122px;
  box-sizing: border-box;
  padding: 10px;
  background: #f5f5f5;
  overflow: hidden;
  display: none;
}
.header-nav .nav-lxfy:hover .lxfyimg {
  display: block;
}
.header-nav .lxfyimg img {
  width: 100%;
}

.header-nav .down-icon {
  display: block;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6c6c6c;
  position: absolute;
  top: 18px;
  right: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header-nav .down-list {
  width: 100%;
  background-color: #fff;
  position: absolute;
  padding-bottom: 10px;
  display: none;
  border: 1px solid #e2e2e2;
  border-top: none;
  margin-left: -1px;
}

.header-nav .down-list .list {
  text-align: center;
  line-height: 32px;
}

.header-nav .down-list .list.logout {
  margin: 0 10px;
  border-top: 1px dashed #f5f5f5;
  margin-top: 10px;
}

.header-nav .down-list .list:hover {
  text-decoration: underline;
}

.header-nav .down-list .list:hover .list-link {
  color: #4a97ff;
}

.header-nav .down-list .list-link {
  color: #b1b1b1;
  cursor: pointer;
}

.header-nav .language,
.header-nav .mine-nav {
  position: relative;
}

.header-nav .language:hover,
.header-nav .mine-nav:hover {
  background: #fff;
  border-left: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-nav .language:hover .down-list,
.header-nav .mine-nav:hover .down-list {
  display: block;
}

.header-nav .language:hover .down-icon,
.header-nav .mine-nav:hover .down-icon {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top: 6px solid #4a97ff;
}

.header-nav .mine-nav {
  min-width: 80px;
  text-align: center;
}

.adv_banner {
  width: 100%;
  height: 100px;
  display: block;
  position: relative;
  background: center no-repeat;
}

.adv_banner.adv_hide {
  height: 0px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.adv_banner.adv_hide .adv_close {
  display: none;
}

.adv_img {
  width: 100%;
  height: 100%;
}

.adv_close {
  width: 8px;
  height: 9px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 1192px;
  right: 0;
  margin: 0 auto;
  cursor: pointer;
  background: url(../img/i-sprite.png) no-repeat;
  background-position: -63px 0;
}

.no_more_smile:before {
  width: 13px;
  height: 12px;
  display: inline-block;
  content: "";
  background: url(../img/mine/face-icon.png);
  margin-right: 7px;
}

.no_more_smile:hover {
  color: #a6a6a6;
}

.search_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  width: 1200px;
  margin: 0 auto;
}

.search__xhdlogo {
  float: left;
}

.city {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.city .arrow {
  margin-left: 5px;
  transform: rotate(0);
  transition: all 0.24s linear;
}

.city:hover .arrow {
  transform: rotate(180deg);
}

.city .city-down-list {
  display: none;
  position: absolute;
  left: 20px;
  top: 55px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px #0000001a;
  overflow: hidden;
  z-index: 999;
}

.city .city-down-list li {
  padding: 5px 30px;
  white-space: nowrap;
  cursor: pointer;
}

.city .city-down-list li:hover {
  color: #4a97ff;
  background-color: #e8f2ff;
}

.search_box {
  display: flex;
  width: 646px;
  height: 40px;
  line-height: 40px;
  background-color: #4a97ff;
}

.search_box_all {
  width: 100%;
  background: #fff;
}

.search_phone {
  float: left;
  font-family: "Arial-BoldMT";
  font-size: 25px;
  line-height: 90px;
  color: #4a97ff;
  white-space: nowrap;
}

.search_phone::before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url(../img/sprite.png) no-repeat;
  background-position: -41px -200px;
  margin: 0 6px 0 17px;
}

.search__xhdlogo {
  vertical-align: middle;
}

.search_city {
  float: left;
  font-size: 0px;
  width: 2px;
  height: 40px;
}

.search_wrapper {
  float: left;
  position: relative;
  width: 554px;
  height: 36px;
  background: #fff;
  margin-top: 2px;
}

.search_btn {
  float: left;
  width: 90px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.search_words {
  float: left;
  height: 28px;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 10px;
  width: 390px;
}

.search_way {
  float: left;
}

.search_item {
  float: left;
  line-height: 36px;
  cursor: pointer;
  padding-left: 24px;
  position: relative;
}

.search_item:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #666;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 13px;
}

.search_item.cur:after {
  position: absolute;
  width: 4px;
  height: 4px;
  left: 14px;
  top: 16px;
  background-color: #666;
  content: "";
  border-radius: 50%;
}

.search_item.cur:hover:after {
  background-color: #4a97ff;
}

.search_item:hover {
  color: #4a97ff;
}

.search_item:hover:before {
  border: 1px solid #4a97ff;
}

.search_rec {
  position: absolute;
  top: 0px;
  right: 0px;
  line-height: 25px;
  padding-right: 6px;
  /* height: 36px; */
  background: #fff;
}

.search_rec_item {
  float: left;
  min-width: 60px;
  background-color: #eee;
  border: solid 1px #e2e2e2;
  margin-top: 5px;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.search_rec_item a {
  display: block;
  padding: 0 10px;
  height: 100%;
}

.search_rec_item:hover a {
  color: #4a97ff;
}

.search_associate {
  position: absolute;
  background: #fff;
  width: 554px;
  border: 2px solid #4a97ff;
  margin-top: 36px;
  margin-left: -2px;
  z-index: 2;
  display: none;
}

.search_associate_item {
  height: 40px;
  line-height: 40px;
  color: #b1b1b1;
  cursor: pointer;
}

.search_associate_item a {
  display: block;
  padding-left: 10px;
  width: 100%;
  height: 100%;
}

.search_associate_item:hover {
  background: #eee;
}

.search_associate_item:hover a {
  color: #4a97ff;
}

.footer_box {
  width: 1200px;
  margin: 0 auto 20px;
  line-height: 1;
}

.footer_title {
  color: #b2b2b2;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin: 29px 0 25px;
}

.footer_title:before,
.footer_title:after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e1e1e1;
  margin: 0 10px;
  vertical-align: middle;
}

.footer_serve_img {
  float: left;
  width: 45px;
  height: 44px;
}

.footer_serve_img.serve1 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -80px 0;
}

.footer_serve_img.serve2 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -128px 0;
}

.footer_serve_img.serve3 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -176px 0;
}

.footer_serve_img.serve4 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -224px 0;
}

.footer_serve_img.serve5 {
  background: url(../img/sprite.png) no-repeat;
  background-position: -272px 0;
}

.footer_serve_img.serve4 {
  background-position: -226px 0;
}

.footer_serve_base {
  float: left;
  margin-left: 12px;
}

.footer_serve_name {
  color: #373737;
  line-height: 1;
  font-size: 16px;
  padding-bottom: 2px;
}

.footer_serve_item {
  width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  float: left;
}

.footer_serve_item:nth-child(2) .footer_serve_img {
  width: 40px;
  height: 48px;
}

.footer_serve_item:nth-child(3) .footer_serve_img {
  width: 45px;
  height: 48px;
}

.footer_serve_item:nth-child(4) .footer_serve_img {
  width: 41px;
  height: 43px;
}

.footer_serve_item:nth-child(5) .footer_serve_img {
  width: 39px;
  height: 45px;
}

.footer_serve_content {
  line-height: 16px;
}

.footer_link_title {
  color: #181818;
  font-weight: bold;
  width: 80px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}

.footer_link_box {
  padding-top: 50px;
}

.footer_link_title {
  float: left;
}

.footer_link_container {
  float: left;
  width: 1120px;
}

.footer_link_item {
  display: inline-block;
  color: #7f7f7f;
  padding: 0 20px 10px 0;
  line-height: 1;
}

.footer_link_item:hover {
  color: #4a97ff;
}

.footer_link_other {
  padding-top: 20px;
}

.footer_base_box {
  margin-top: 15px;
}

.footer_base_aboutUs {
  color: #7f7f7f;
  width: 520px;
}

.footer_base_content {
  line-height: 1;
  padding-bottom: 14px;
}

.footer_bottom {
  float: left;
}

.footer_bottom_box1 {
  width: 520px;
}

.footer_bottom_box2 {
  width: 230px;
}

.footer_bottom_box3 {
  width: 450px;
}

.footer_ewm {
  float: left;
  width: 115px;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.footer_ewm_img {
  display: block;
  width: 83px;
  height: 83px;
}

.footer_ewm_name {
  padding-top: 13px;
}

.footer_phone_item {
  width: 225px;
  float: left;
  font-size: 20px;
  line-height: 1;
}

.footer_phone_name {
  color: #373737;
  padding: 20px 0 10px;
}

.footer_phone_num {
  color: #3d63ac;
  font-weight: bold;
}

.footer_phone_address {
  line-height: 1;
  padding-top: 26px;
  color: #3f3f3f;
}

.fixed-sider-right {
  width: 70px;
  height: 280px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}

.fixed-sider-right.min-box {
  height: 70px;
  overflow: hidden;
  top: 140px;
  bottom: initial;
}

.fixed-sider-right.min-box .fixed-sider-item:after {
  height: 0;
}

.fixed-sider-right .fixed-sider-rbox {
  width: 80px;
  height: 210px;
  background: #fff;
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 8px;
}

.fixed-sider-right .sider5 {
  display: none;
}

.fixed-sider-right .sider5:after {
  height: 0;
}

.fixed-sider-right .sider4:after {
  height: 0;
}

.fixed-sider-right.toTop-show .fixed-sider-rbox {
  height: 280px;
}

.fixed-sider-right.toTop-show .sider5 {
  display: block;
}

.fixed-sider-right.toTop-show .sider4:after {
  height: 1px;
}

.fixed-sider-item {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  position: relative;
}

.fixed-sider-item:after {
  content: "";
  width: 52px;
  height: 1px;
  background: #e5e5e5;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 14px;
}

.fixed-sider-item.sider3:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../img/sprite.png) no-repeat;
  background-position: 0 -200px;
  position: absolute;
  left: 38px;
  top: 0;
}

.fixed-sider-item.sider3 .fixed-sider-img {
  width: 34px;
  height: 34px;
  -webkit-animation: serviceIcon 1.6s linear infinite;
  -o-animation: serviceIcon 1.6s linear infinite;
  animation: serviceIcon 1.6s linear infinite;
}

.fixed-sider-item.sider4 .fixed-sider-img {
  width: 34px;
  height: 33px;
}

.fixed-sider-item.sider5 .fixed-sider-img {
  width: 26px;
  height: 30px;
}

.fixed-sider-item.sider1 .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0 0px;
}

.fixed-sider-item.sider1:hover .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: -40px 0px;
}

.fixed-sider-item.sider2 .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0 -40px;
}

.fixed-sider-item.sider2:hover .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: -40px -40px;
}

.fixed-sider-item.sider3 .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0 -80px;
}

.fixed-sider-item.sider3:hover .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: -40px -80px;
}

.fixed-sider-item.sider4 .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0 -120px;
}

.fixed-sider-item.sider4:hover .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: -40px -120px;
}

.fixed-sider-item.sider5 .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: 0 -160px;
}

.fixed-sider-item.sider5:hover .fixed-sider-img {
  background: url(../img/sprite.png) no-repeat;
  background-position: -40px -160px;
}

.fixed-sider-item img {
  vertical-align: middle;
}

.fixed-sider-item.sider-phone img {
  color: #fff;
  float: right;
}

.fixed-sider-img {
  width: 27px;
  height: 33px;
  margin: 14px auto 4px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.fixed-sider-name {
  margin-top: 4px;
}

.fixed-sr-box {
  text-align: center;
  position: absolute;
  width: 120px;
  height: 114px;
  border-radius: 8px;
  background: #fff;
  top: 0;
  margin-left: -134px;
  display: none;
  border: 2px solid #4a97ff;
}

.fixed-sr-box.free-call .fixed-sr-input {
  margin-bottom: 0;
}

.fixed-sr-box.yuyue {
  height: 184px;
  top: 170px;
}

.fixed-sr-title {
  color: #4a97ff;
  font-size: 16px;
  line-height: 1;
  margin: 20px 0 10px;
  width: 120px;
}

.fixed-sr-close {
  position: absolute;
  top: 1px;
  line-height: 1;
  right: 5px;
  font-size: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #999;
  cursor: pointer;
}

.fixed-sr-btn {
  width: 66px;
  height: 20px;
  line-height: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  background: #4a97ff;
  color: #fff;
  border-radius: 20px;
  margin-top: 13px;
  cursor: pointer;
}

.fixed-sr-btn:hover {
  background: #177aff;
}

.fixed-sr-btn:before {
  content: "";
  width: 72px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #f5f5f5;
  display: inline-block;
  position: absolute;
  margin-left: -13px;
  margin-top: -4px;
}

.fixed-sr-input {
  width: 100px;
  padding-left: 5px;
  margin-bottom: 10px;
  height: 20px;
  border: 1px solid #f5f5f5;
}

.fixed-sr-input:focus {
  border-color: #4a97ff;
}

.fixed-sr-inputBox {
  width: 100px;
  height: 22px;
  border: 1px solid #f5f5f5;
  position: relative;
  display: block;
  margin: 0 auto 10px;
  text-align: left;
  cursor: pointer;
}

.fixed-sr-inputBox:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 4px solid #999;
  position: absolute;
  top: 8px;
  right: 5px;
}

.fixed-sr-optionBox {
  position: absolute;
  z-index: 1;
  background: #fff;
  width: 100%;
  top: 23px;
  border: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}

.fixed-sr-optionItem {
  height: 22px;
  line-height: 22px;
  border-bottom: 1px solid #f5f5f5;
  padding-left: 5px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.fixed-sr-optionItem:hover {
  background: #4a97ff;
  color: #fff;
}

.fixed-sr-iValue {
  line-height: 22px;
  padding-left: 5px;
  text-align: left;
  color: #999;
}

.fixed-sr-iValue.checked {
  color: #333;
}

@-webkit-keyframes serviceIcon {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -40px -80px;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-position: -40px -80px;
  }
  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -40px -80px;
  }
}

@-o-keyframes serviceIcon {
  0% {
    -o-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -40px -80px;
  }
  50% {
    -o-transform: scale(1);
    transform: scale(1);
    background-position: -40px -80px;
  }
  100% {
    -o-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -40px -80px;
  }
}

@keyframes serviceIcon {
  0% {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -40px -80px;
  }
  50% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-position: -40px -80px;
  }
  100% {
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    background-position: -40px -80px;
  }
}

.dialog_close {
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url(../img/dialog_close.png) no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
}

.dialog_back {
  width: 10px;
  height: 10px;
  border-top: 2px solid #aaa;
  border-left: 2px solid #aaa;
  display: block;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 20px;
  cursor: pointer;
}

.dialog_back:hover {
  border-color: #4a97ff;
}

.dialog_box {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
  overflow: hidden;
}

.dialog_box.dialog_login .dialog_container,
.dialog_box.dialog_loginByPwdbox .dialog_container {
  height: 394px;
}

.dialog_box.dialog_nocode .dialog_container,
.dialog_box.dialog_cancleOrder .dialog_container {
  padding: 0;
  height: 226px;
  width: 312px;
}

.dialog_box.dialog_findPwd .dialog_container {
  height: 364px;
}

.dialog_box.dialog_pwdReset .dialog_container {
  height: 384px;
}

.dialog_box.dialog_pwdSetSuccess .dialog_container {
  height: 384px;
}

.dialog_box.show {
  display: block;
  height: 100%;
}

.dialog_box.dialog_course .dialog_container,
.dialog_box.dialog_course .dialog_container1 {
  width: 1000px;
  text-align: left;
  padding: 0 15px;
}

.dialog_wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.dialog_pwd_tips {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #777;
  margin: -10px 0 10px;
}

.dialog_container {
  width: 370px;
  height: 470px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  bottom: 0;
  text-align: center;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dialog_container.hide {
  display: none;
}

.dialog_container.ksyy {
  height: 330px;
}

.dialog_container.ksyy .dialog_input_box.focus {
  border-color: #fb790b;
}

.dialog_container.ksyy .dialog_input_tips:hover {
  color: #fb790b;
}

.dialog_footer_tips {
  margin-top: 20px;
  color: #999;
}

.dialog_title {
  line-height: 100px;
  font-size: 20px;
}

.dialog_input {
  width: 180px;
  background: #fff;
}

.dialog_input_box {
  width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #a8a8a8;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 50px;
  font-size: 16px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.dialog_input_box.dialog-error {
  border-color: red;
}

.dialog_input_box.dialog-error .dialog_error_tips {
  font-size: 12px;
}

.dialog_input_box.focus {
  border: 1px solid #4e9cff;
}

.dialog_input_tips {
  float: right;
  margin-right: 20px;
}

.dialog_input_tips.getcode {
  cursor: pointer;
}

.dialog_input_tips.getcode:hover {
  color: #4a97ff;
}

.dialog_input_tips.getcode.disabled {
  color: #a8a8a8;
  cursor: default;
}

.dialog_input_tips.pwd-icon {
  width: 24px;
  height: 11px;
  display: inline-block;
  background: url(../img/i-sprite.png) no-repeat;
  background-position: -154px 0;
  margin-top: 20px;
  cursor: pointer;
}

.dialog_input_tips.pwd-icon.open {
  height: 12px;
  width: 19px;
  background: url(../img/i-sprite.png) no-repeat;
  background-position: -180px 0;
}

.dialog_input_btn {
  width: 320px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  background: #4e9cff;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.dialog_input_btn:hover {
  background: #1b7fff;
}

.dialog_input_btn.dialog_yy {
  background: #fb790b;
}

.dialog_input_btn.dialog_yy:hover {
  background: #e96d04;
}

.dialog_input_btn.disabled {
  cursor: default;
  background: #68aaff;
}

.dialog_footer_left {
  float: left;
}

.dialog_footer_right {
  float: right;
}

.dialog_other_item {
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  padding-top: 40px;
  color: #999;
}

.dialog_other_item:hover {
  color: #333;
}

.dialog_tips {
  font-size: 18px;
}

.dialog_nocode_reason {
  padding-left: 55px;
  color: #999;
  line-height: 26px;
  text-align: left;
  margin-top: -30px;
  font-size: 14px;
}

.dialog_nocode_close {
  font-size: 14px;
  margin-top: 12px;
  line-height: 40px;
  border-top: 1px solid #f5f5f5;
  color: #4a97ff;
}

.dialog_nocode_close:hover {
  cursor: pointer;
}

.dialog_error_tips {
  color: red;
  font-size: 0;
  position: absolute;
  bottom: -17px;
  line-height: 1;
  display: block;
  width: 100%;
  left: 0;
}

.dialog_smile {
  width: 64px;
  height: 64px;
  display: inline-block;
  background: url(../img/smile.png) no-repeat;
  margin-top: 30px;
}

.dialog_pss_notice {
  font-size: 16px;
  margin: 0px 0 30px;
}

.dialog_pss_tips {
  color: #999;
  line-height: 26px;
  font-size: 14px;
  margin-top: 20px;
}

.message-dialog {
  position: fixed;
  width: 397px;
  height: 50px;
  border: 1px solid #66c33a;
  background: #f1f9eb;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 103;
}

.message-dialog.success {
  border: 1px solid #66c33a;
  background: #f1f9eb;
}

.message-dialog.error {
  border-color: #f1b4b4;
  background: #f7e5e5;
  color: #ec7373;
}

.message-dialog.error .message-text:before {
  background: url(../img/icon-error.png);
}

.message-dialog.warning {
  border-color: #faecd8;
  background: #fdf6ec;
  color: #e6a23c;
}

.message-dialog.warning .message-text:before {
  background: url(../img/icon-warning.png);
}

.message-dialog.notice {
  border-color: #ebeef5;
  background: #edf2fc;
  color: #909399;
}

.message-dialog.notice .message-text:before {
  background: url(../img/icon-notice.png);
}

.message-dialog.show {
  top: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.message-text {
  margin-left: 15px;
  font-size: 14px;
}

.message-text:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/icon-success.png) no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.el-loading-mask {
  position: absolute;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.el-loading-mask.hide {
  display: none;
}

.el-loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.el-loading-spinner .circular {
  height: 42px;
  width: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
  -o-animation: loading-rotate 2s linear infinite;
  animation: loading-rotate 2s linear infinite;
}

.el-loading-spinner .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
  -o-animation: loading-dash 1.5s ease-in-out infinite;
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #409eff;
  stroke-linecap: round;
}

@-webkit-keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-o-keyframes loading-rotate {
  100% {
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

@-o-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

/*# sourceMappingURL=maps/common.css.map */
