@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  font-size: 20px;
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


#getPageList {
  padding: 20px 0;
}
#getPageList a {
  text-decoration: none;
  border-bottom: 3px solid transparent;
  color: #404040;
}

#getPageList .prev,#getPageList .next {
  color: #c9c9c9;
  background-color: #f2f2f2;
}

#getPageList a, #getPageList span {
  display: inline-block;
  padding: 0.1em 0.4em;
  margin-right: 10px;
  margin-bottom: 5px;
  user-select: none;
}

#getPageList .current {
  color:#1a78fe;
  border-bottom: 3px solid #1a78fe;
}

#getPageList .current.prev, #getPageList .current.next{
  display: none;
}

html, body, button, input, select, textarea {
  font-family: Microsoft Yahei, "微软雅黑", georgia, verdana, helvetica, sans-serif;
  color: #333333
}

html, body {
  width: 750px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}

a {
  color: #333333;
  font-weight: normal;
  outline: none !important
}

a:link {
  text-decoration: none
}

a:focus {
  outline: thin dotted
}

a:active, a:hover {
  outline: 0;
  text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: bold
}

p, pre {
  margin: 0
}

dl, menu, ol, ul, dd, dt, li {
  margin: 0;
  padding: 0
}

nav ul, nav ol, ul, ol {
  list-style: none;
  list-style-image: none
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic
}

form {
  margin: 0
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
}

button, input[type="text"], input[type="password"], input[type="number"], input[type="submit"], input[type="reset"], select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
  box-shadow: none
}

button, input, areatext {
  line-height: normal;
  outline: none !important
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible
}

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

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

em {
  font-style: inherit
}

hr {
  display: block;
  clear: both;
  zoom: 1;
  height: 0;
  line-height: 0;
  border: 0;
  padding: 0;
  content: "";
  font-size: 0
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/* public style */
.clearFix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden
}

.clearFix {
  clear: both;
  zoom: 1
}

.fl {
  float: left
}

.fr {
  float: right
}

/*bg-color*/
.bg-blue {
  background-color: #0080c8
}

.bg-deep-blue {
  background-color: #164193
}

.bg-org {
  background-color: #f57e29
}

.bg-fb {
  background-color: #FBFBFB
}

/*wrapper*/
.wrapper {
  position: relative;
  width: 100%;
  padding-top: 86px;
  overflow: hidden;
}

.hide {
  display: none !important;
}

#prompt-wrap,
#toast-module {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, .6);
}

#prompt-wrap .prompt-box,
#toast-module .toast-content {
  width: 600px;
  height: 280px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#alert-module {
  padding: 10px 20px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  border-radius: 5px;
  font-size: 36px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 99;
}

.load {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80px;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 10px;
  z-index: 10;
}

.load > div {
  background-color: #1a78fe;
  height: 100%;
  width: 8px;
  margin-left: 1px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.load .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.load .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.load .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.load .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.pop-bg .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  background: url(../images/close.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 20;
}

.pic-show {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 100;
  transform: translate(-50%,-50%);
  width: 90%;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4);-webkit-transform: scaleY(0.4) }
  20% {  transform: scaleY(1.0);-webkit-transform: scaleY(1.0) }
}
@keyframes stretchdelay {
  0%, 40%, 100% {transform: scaleY(0.4);-webkit-transform: scaleY(0.4);}
  20% {transform: scaleY(1.0);-webkit-transform: scaleY(1.0);}
}


#prompt-wrap .prompt-tit,
#toast-module .toast-top {
  border-bottom: 1px solid #E7E7E7;
  height: 179px;
  line-height: 179px;
  font-size: 34px;
  color: #575756;
  font-family: MicrosoftYaHei;
}

#toast-module .toast-bot {
  line-height: 99px;
  height: 99px;
  font-family: MicrosoftYaHei;
  font-size: 34px;
  color: #0046A5;
}

#prompt-wrap .prompt-tit {
  width: 100%;
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-wrap: wrap;
}

#prompt-wrap .prompt-tit .small {
  width: 100%;
  text-align: center;
}

#prompt-wrap .prompt-tit p {
  width: 100%;
  text-align: center;
  line-height: 54px;
}

#prompt-wrap .btns {
  height: 99px;
  width: 100%;
  display: flex;
}

#prompt-wrap .btns button {
  width: 50%;
  height: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 34px;
  color: #8F8F8F;
}

#prompt-wrap .btns .btn-sure {
  color: #0046A5;
}

/*header*/
.header {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  background-color: #f8f8f8;
  z-index: 90
}

.head {
  position: relative;
  width: 710px;
  height: 86px;
  margin: auto
}

.head .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 179px;
  height: 48px;
  background: url(../images/logo.png) no-repeat center;
  background-size: 100% 100%;
}

.head .ico-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 34px;
  background: url(../images/ico_nav.png) no-repeat center
}

.pop-nav {
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 99
}

.pop-nav .ico-off-nav {
  position: absolute;
  top: 15px;
  right: 25px;
  width: 34px;
  height: 47px;
  background: url(../images/ico_nav_off.png) no-repeat center
}

.pop-nav .nav {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.pop-nav .nav li {
  border-bottom: 4px solid rgba(151, 151, 151, .4);
  padding: 8px 0
}

.pop-nav .nav li:last-child {
  border-bottom: none
}

.pop-nav .nav li a {
  display: block;
  width: 580px;
  text-align: center;
  color: #ffffff;
  font-size: 42px;
  font-weight: bold;
  line-height: 90px;
  box-sizing: border-box;
  text-align: center
}

.pop-nav .nav li.active a {
  background-color: #0080c9
}

/*index-modules*/
.index-modules {
  margin-top: 20px
}

.index-modules .index-module {
  position: relative;
  width: 710px;
  min-height: 520px;
  z-index: 2;
  box-sizing: border-box;
  margin-bottom: 20px
}

.index-modules .index-module .module-name {
  position: absolute;
  width: 342px;
  height: 100%;
  padding: 10px 0 20px 10px;
  box-sizing: border-box;
  color: #FFFFFF
}

.index-modules .index-module .module-name h2 {
  font-size: 37px;
  font-family: cursive;
}

.index-modules .index-module .module-name h5 {
  font-size: 22px
}

.index-modules .index-module .module-name h5:after {
  display: block;
  content: '';
  width: 30px;
  height: 2px;
  margin-top: 4px;
  background-color: #FFFFFF
}

.index-modules .index-module .module-name > img {
  display: block;
  margin: 30px auto 90px
}

.index-modules .index-module .module-name a {
  position: relative;
  top: 0;
  left: calc(50% - 20px);
  transform: translateX(calc(-50% + 20px));
  display: block;
  width: 185px;
  height: 36px;
  border-radius: 18px;
  background-color: #FFFFFF;
  color: #002627;
  text-align: center;
  line-height: 36px;
  font-size: 18px
}

.index-modules .index-module .module-cont p {
  font-size: 22px;
  color: rgba(0, 0, 0, .5);
  line-height: 36px
}

.index-modules .index-module .module-cont .content {
  text-indent: 2em;
  padding-top: 30px
}

.index-modules .index-module-left {
  float: left;
  padding-right: 342px
}

.index-modules .index-module-left .module-name {
  right: 0
}

.index-modules .index-module-left .module-cont p {
  padding-left: 5%
}

.index-modules .index-module-left .module-cont .title {
  text-align: right
}

.index-modules .index-module-right {
  float: right;
  padding-left: 342px
}

.index-modules .index-module-right .module-name {
  left: 0
}

.index-modules .index-module-right .module-cont p {
  padding-left: 5%
}

.index-modules .index-module-right .module-cont .title {
}

/*footer*/
.footer {
  position: relative;
  background-color: #2d2d2d;
  padding-top: 30px
}

.footer-main ul li {
  position: relative;
  float: left;
  width: 50%;
  line-height: 35px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  padding-left: 130px;
  box-sizing: border-box;
  cursor: pointer;
}
.footer-main {
  position: relative;
}
.footer-main .erweima {
  position: absolute;
  bottom: 0;
  right: -250px;
  padding:0 50px;
  background-color: #2d2d2d;
}
.footer-main .erweima img {
  width: 120px;
}
.footer-main ul li a {
  color: rgba(255, 255, 255, .6);
}

.footer-main ul li span {
  border-bottom: 1px solid rgba(228, 132, 64, .3)
}

.footer-main ul li:after {
  position: absolute;
  left: 80px;
  top: 0;
  display: block;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 17.5px
}

.footer-main ul li.li-1:after {
  background: rgba(255, 255, 255, .1) url(../images/ico_phone.png) no-repeat center
}

.footer-main ul li.li-2:after {
  background: rgba(255, 255, 255, .1) url(../images/ico_weixin.png) no-repeat center
}

.footer-main ul li.li-3:after {
  background: rgba(255, 255, 255, .1) url(../images/ico_kf.png) no-repeat center
}

.footer-main ul li.li-4:after {
  background: rgba(255, 255, 255, .1) url(../images/ico_sina.png) no-repeat center
}

.footer-main ul li.li-5:after {
  background: rgba(255, 255, 255, .1) url(../images/ico_mail.png) no-repeat center
}

.footer-main ul li.li-6:after {
  background: rgba(255, 255, 255, .1);
  content: 'App';
  font-size: 14px;
  text-align: center
}

.footer .copyright {
  width: 100%;
  line-height: 30px;
  padding: 30px 0;
  background-color: #000000;
  color: rgba(255, 255, 255, .5);
  text-align: center
}

.banner {
  width: 100%;
  margin: 0 auto
}

/****content****/
.content-box {
  position: relative;
  width: 750px;
  height: auto;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  margin: 0 auto
}

.content-box .cont-main .words p {
  margin-bottom: 30px;
  text-indent: 2em;
  font-size: 24px;
  color: #7b7b7b;
  padding: 0 25px
}

.content-box .cont-main .map-position {
  text-align: center;
  overflow: hidden
}

.content-box .cont-main .map-position img {
  display: inline-block
}

.content-box .lg-title {
  text-align: center;
  padding: 10px 0 20px
}

.content-box .lg-title h4 {
  font-size: 18px
}

.content-box .lg-title h4 span {
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: #565656;
  margin: 0 5px
}

.cont-main .blue-tit {
  position: relative;
  line-height: 72px;
  padding-left: 40px;
  margin: 20px 0;
  font-size: 24px;
  color: #1a78fe
}

.cont-main .blue-tit:before {
  position: absolute;
  left: 10px;
  top: 0;
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #1a78fe
}

.cont-main .blue-tit:after {
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  background-color: #e5e5e5
}

/*news*/
.sub-nav ul li {
  position: relative;
  float: left;
  width: 33.3333%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.sub-nav ul li.active {
  color: #007AFF
}

.sub-nav ul li.active:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #007AFF
}

.new-list {
  position: relative;
  width: 100%;
  height: 168px;
  border-bottom: 3px solid #f5f5f5;
  padding: 22px 45px 22px 240px;
  margin-bottom: 10px;
  box-sizing: border-box
}

.new-list .new-pic {
  position: absolute;
  left: 28px;
  width: 183px;
  height: 125px;
}

.new-list .new-pic img {
  width: 100%;
  height: 100%
}

.new-list .new-tit a {
  display: inline-block;
  max-width: 100%;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 24px;
  border-bottom: 2px dashed #c9c9c9;
  margin-bottom: 5px;
  padding-bottom: 5px
}

.new-list .new-content {
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  font-size: 22px;
  color: #959595
}

.new-list .read-time {
  position: absolute;
  bottom: 15px;
  width: 480px;
  color: #c9c9c9
}

.new-list .read-time .ico-read {
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url(../images/ico_read.png) no-repeat center;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px
}

/*分页*/
.pages {
  text-align: center;
  padding: 30px 0;
}

.pagination {
  display: inline-block;
}

.pagination li {
  float: left;
  margin-right: 10px;
  line-height: 34px
}

.pagination li a {
  display: block;
  height: 24px;
  font-size: 20px;
  padding: 0 5px;
  line-height: 24px;
  text-align: center;
}

.pagination li a.active {
  border-bottom: 3px solid #ee7202!important;
  color: #ee7202
}

.pagination li a.last {
  width: 65px;
  background-color: #00A0E9;
  color: #FFFFFF
}

.pagination li a.previous,
.pagination li a.next {
  width: 50px;
  height: 30px;
  color: #fff;
  background-color: #ee7202!important;
  padding: 0;
  line-height: 28px;
  border-radius: 15px;
}

.pagination li select {
  height: 36px;
  background-color: #FFFFFF;
  border: 1px solid #DEE6F4;
  border-radius: 4px
}

.pagination li input {
  width: 50px;
  height: 34px;
  background-color: #FFFFFF;;
  border: 1px solid #DEE6F4;
  border-radius: 4px;
  text-align: center;
  margin: 0 5px
}

/*new-detail*/
.new-detail {
  padding: 0 25px
}

.new-detail .new-tit {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px
}

.new-detail .new-tit h1 {
  width: 100%;
  line-height: 50px;
  font-size: 26px
}

.new-detail .new-tit .read-time {
  margin-top: 10px
}

.new-detail .new-tit .read-time span {
  padding-right: 30px;
  font-size: 20px;
  color: #c9c9c9
}

.new-detail .new-tit .read-time span .ico-read {
  display: inline-block;
  width: 28px;
  height: 18px;
  background: url(../images/ico_read.png) no-repeat center;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px;
  background-size: 100% 100%
}

.new-detail .new-tit .read-time span .ico-clock {
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../images/ico_clock.png) no-repeat center;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 10px
}

.new-detail .words-img {
  position: relative;
  padding-bottom: 100px;
  border-bottom: 1px solid #E5E5E5;
  color: rgba(0, 0, 0, .5);
  font-size: 20px
}

.new-detail .words-img p {
  margin-bottom: 35px;
  text-indent: 2em;
  font-size: 24px;
  color: #565656
}

.new-detail .words-img .author {
  position: absolute;
  bottom: 10px;
  right: 0;
  text-align: right
}

.new-detail .words-img .new-img {
  margin-bottom: 35px;
  text-align: center
}

.new-detail .words-img .new-img img {
  display: inline-block
}
.new-detail .words-img img{
  width: 100%;
}
.new-detail .flip {
  margin-bottom: 60px;
  padding-top: 20px;
  font-size: 20px
}

.new-detail .flip a {
  color: #565656
}

/*join-us*/
.cont-main .classify {
  position: relative;
  margin-top: 20px;
  line-height: 36px
}

.cont-main .classify ul li {
  float: left;
  font-size: 24px;
  color: rgba(0, 0, 0, .4);
  margin-right: 20px;
  cursor: pointer
}

.cont-main .classify ul li.active {
  color: #1a78fe;
  border-bottom: 3px solid #1a78fe
}

.cont-main .classify .city {
  position: absolute;
  right: 0;
  top: 0;
  width: 214px;
  height: 38px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  border-radius: 10px
}

.cont-main .job-panel {
  width: 100%;
  height: 67px;
  padding: 0 40px;
  overflow: hidden;
  box-sizing: border-box
}

.cont-main .job-panel:nth-child(odd) {
  background-color: #FBFBFB
}

.cont-main .job-panel .job-name {
  position: relative;
  line-height: 67px;
  font-size: 24px;
  cursor: pointer;
  padding-right: 30px
}

.cont-main .job-panel .job-name:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #AFAFAF;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
}

.cont-main .job-panel.on {
  height: auto
}

.cont-main .job-panel.on .job-name:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #afafaf
}

.cont-main .job-panel .job-claim {
  margin-bottom: 20px;
  font-size: 20px;
  padding-left: 20px
}

.cont-main .job-panel .job-claim .claim-tit {
  font-size: 22px
}

/*info-show*/
.info-show {
  padding: 20px 30px
}

.info-show dl {
  margin-bottom: 30px
}

.info-show dl dt {
  position: relative;
  font-size: 24px;
  color: rgba(0, 0, 0, .8);
  margin-bottom: 10px
}

.info-show dl dt:before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 10px;
  background: url(../images/ico_dot.png) no-repeat center;
  background-size: 100% 100%
}

.info-show dl dt span {
  color: #5d9ffd;
  margin-left: 30px;
  cursor: pointer
}

.info-show dl dt .pic-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99
}

.info-show dl dt .pic-show img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 700px;
  transform: translate(-50%, -50%)
}

.info-show dl dt .pic-show .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/close.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer
}

.info-show dl dd p {
  padding-left: 25px;
  color: #646464
}

.info-show dl dd table {
  width: 100%;
  text-align: center;
  color: #646464;
  line-height: 40px
}

.info-show dl dd table tr td:first-child {
  text-align: left;
  padding-left: 25px;
  width: 20%
}

.info-show dl dd table tr td:last-child {
  text-align: right
}

.info-show .th {
  color: #4b4b4b
}

.info-show .th li,
.info-show .info-panel .info-panel-head li {
  text-align: center;
  font-size: 22px;
  line-height:1.5!important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info-show .th li:nth-of-type(1),.info-show .info-panel .info-panel-head li:nth-of-type(1){
  flex:3;
}
.info-show .th li:nth-of-type(2),.info-show .info-panel .info-panel-head li:nth-of-type(2){
  flex:2;
}
.info-show .th li:nth-of-type(3),.info-show .info-panel .info-panel-head li:nth-of-type(3){
  flex:4;
}
.info-show .th li:nth-of-type(4),.info-show .info-panel .info-panel-head li:nth-of-type(4){
  flex:1;
}

.info-show .info-panel {
}

.info-show .info-panel.on {
  height: auto
}

.info-show .info-panel .info-panel-head {
  position: relative
}

.info-show .info-panel .info-panel-head li {

  line-height: 40px;
  /* height: 40px; */
  margin: 10px 0;
  color: #646464;
  cursor: pointer
}

.info-show .info-panel.on .info-panel-head li {
  border-bottom: 2px solid #e1e1e1
}
/*
.info-show .info-panel .info-panel-head:before {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #AFAFAF;
}*/

.info-show .info-panel ol {
  margin-bottom: 30px
}

.info-show .info-panel ol li {
  float: left;
  width: 50%;
  height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 35px;
  color: #646464
}

.info-show .info-panel .info-panel-head {
}

/*WeChat*/
.pro-lists {
  padding-top: 20px;
  background-color: #FBFBFB
}

.pro-list {
  position: relative;
  display: block;
  width: 100%;
  min-height: 160px;
  padding: 20px 20px 20px 220px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  margin-bottom: 20px
}

.pro-list .pro-img {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 20px;
  top: 20px;
  overflow: hidden
}

.pro-list .pro-cont .pro-name {
  font-size: 34px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.pro-list .pro-cont .pro-detail {
  font-size: 22px;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 10px
}

.pro-list .pro-cont .pro-buy {
  font-size: 24px
}

.pro-list .pro-cont .pro-buy font {
  color: #df3f41;
  font-size: 34px
}

.pro-list .pro-cont .pro-buy span {
  display: block;
  width: 110px;
  height: 40px;
  border: 1px solid #007AFF;
  color: #007AFF;
  line-height: 38px;
  text-align: center;
  border-radius: 5px
}

/*服务中心*/
.cont-body {
  padding: 0 22px;
  margin-bottom: 30px;
  position: relative;
}

.order-list {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.order-list h3 {
  position: relative;
  height: 86px;
  padding: 0 25px;
  box-sizing: border-box;
  line-height: 86px;
  z-index: 10;
  background-color: #fff;
}

.order-list h3::after {
  display: block;
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #AFAFAF;
}

.order-list ul {
  background-color: #fbfbfb;
  padding: 0 35px;
}

.order-list ul li {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}

.order-list ul li:last-child {
  border-bottom: none
}

.order-list ul li p {
  position: relative;
  padding-left: 10px;
  font-size: 24px;
  margin-bottom: 14px
}

.order-list ul li p::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 10px;
  display: block;
  width: 12px;
  height: 11px;
  background: url(../images/ico_dot.png) no-repeat center;
}

.order-list ul li .operate {
  margin-top: 25px
}

.order-list ul li .operate a {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 22px;
  margin-right: 28px;
  border: 1px solid #1a78fe;
  color: #1a78fe;
  line-height: 38px;
  text-align: center
}

.order-list ul li .operate .pay-btn {
  background-color: #1a78fe;
  color: #fff
}

.order-sreach {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 20px auto;
}

.order-yz #select-box {
  float: left;
  width: 480px;
  line-height: 60px;
  height: 100%;
  font-size: 24px;
  background-color: #f9f9f9;
  padding: 0 20px;
  position: relative;
}
.order-yz #select-box i {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 0;
}

.order-sreach .sreach-btn {
  float: right;
  width: 135px;
  height: 100%;
  font-size: 24px;
  border: none;
  margin-right: 24px;
  background-color: #1a78fe;
  color: #fff;
}

.order-yz > ul li {
  position: relative;
  padding: 23px 160px 23px 23px;
}

.order-yz > ul li:nth-child(odd) {
  background-color: #fbfbfb
}

.order-yz > ul li a {
  display: block;
  position: absolute;
  right: 23px;
  top: 23px;
  width: 136px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #1a78fe;
  color: #1a78fe
}

.order-yz > ul li p {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.perspnel-info {
  width: 100%;
  height: auto;
  background-color: #fbfbfb;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  min-height: 200px;
}

.perspnel-info .portrait {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.perspnel-info .portrait > div {
  float: left;
  width: 88px;
  height: 88px;
  border-radius: 44px;
  background-color: #dadada;
  overflow: hidden;
}
.perspnel-info .load-img {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.perspnel-info .zhanweitu {
  width: 50px;
  margin: 0 auto;
  display: block;
}
.perspnel-info .zhanweizi {
  text-align: center;
}

.perspnel-info .portrait > div img {
  width: 100%;
  height: 100%
}

.perspnel-info .portrait input[type="file"] {
  display: none
}

.perspnel-info .portrait label {
  float: right;
  color: #1a78fe;
  margin-top: 25px;
}

.perspnel-info > ul li {
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  margin-bottom: 14px
}

.perspnel-info > ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 12px;
  height: 11px;
  background: url(../images/ico_dot.png) no-repeat center;
}

.perspnel-info .add-card {
  display: inline-block;
  width: 150px;
  height: 40px;
  font-size: 22px;
  margin-top: 28px;
  border: 1px solid #1a78fe;
  color: #1a78fe;
  line-height: 38px;
  text-align: center
}

.popup-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 100;
}

.add-card-content {
  width: 555px;
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
  margin: 50% auto 0
}

.add-card-content h3 {
  font-size: 28px;
  margin-bottom: 40px
}

.add-card-content .add-card-select, .add-card-content input {
  width: 100%;
  height: 76px;
  line-height: 76px;
  font-size: 24px;
  background-color: #fbfbfb;
  margin-top: 20px;
  padding: 0 10px;
  position: relative;
}
.add-card-content .add-card-select {
  z-index: 33;
}
.add-card-content .add-card-select i {
  font-size: 34px;
}
.add-card-content .add-card-options {
  width: 100%;
  position: absolute;
  top: 76px;
  left: 0;
  background-color: #fff;
  border: 1px solid #1a78fe;
  box-sizing: border-box;
}
.add-card-content .add-card-options li {
  line-height: 66px;
  font-size: 24px;
  text-align: center;
}
.add-card-content .add-card-options .cur {
  color: #fff;
  background-color: #1a78fe;
}
.add-card-content .btn-box {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.add-card-content .btn-box a {
  display: inline-block;
  width: 250px;
  height: 72px;
  font-size: 30px;
  border: 1px solid #1a78fe;
  color: #1a78fe;
  line-height: 70px;
  text-align: center
}

.add-card-content .btn-box a.submit-btn {
  background-color: #1a78fe;
  color: #fff
}
.details-popup {
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-content {
  width: 700px;
  background: #fff;
  border-radius: 5px;
  max-height: 70%;
  overflow-y: auto;
  padding-top: 30px;
  position: relative;
}

.details-content .close {
  position: fixed;
  width: 40px;
  height: 40px;
  background: url(../images/close.png) no-repeat center;
  right: 40px;
  top: 135px;
  z-index: 2;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.details-panel {
  margin-bottom: 20px
}

.details-content h3 {
  position: relative;
  font-size: 32px;
  color: #4A4A4A;
  line-height: 60px;
  padding-left: 30px;
  margin-bottom: 10px;
  z-index: 1;
}

.details-content h3::before {
  position: absolute;
  content: '';
  top: 0;
  left: 15px;
  display: block;
  width: 5px;
  height: 60px;
  background-color: #1a78fe
}

.details-content h3::after {
  position: absolute;
  content: '';
  top: 0;
  left: 5px;
  display: block;
  width: 5px;
  height: 60px;
  background-color: #F1F1F1
}

.details-content .list {
  width: 635px;
  margin: 0 auto
}

.details-content .list ul li {
  position: relative;
  padding-left: 20px;
  font-size: 24px;
  margin-bottom: 14px
}

.details-content .list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 12px;
  height: 11px;
  background: url(../images/ico_dot.png) no-repeat center;
}

.details-content .list ol {
  background-color: #FBFBFB;
  padding: 15px
}

.details-content .list h4 {
  background-color: #f1f1f1;
  padding: 10px 15px;
  font-size: 30px
}

.details-content .list h4 p {
  font-size: 24px;
  color: #8F8F8F
}

.details-content .list ol li {
  line-height: 30px;
  margin-bottom: 14px
}

.details-content .list ol li span {
  float: right;
}

.clicked {
  opacity: 0.7;
}

.hide {
  display: none;
}

/*登录*/
.login-container {
  background-color: #F6F7F9;
  width: 750px;
  margin: 0 auto;
  background: url("../images/login-bg.png") 0 0 no-repeat;
  overflow: hidden;
  padding-top: 232px;
  padding-bottom: 254px;
  position: relative;
}
.login-container .logo {
  position: absolute;
  top: 93px;
  left: 50%;
  transform: translateX(-50%);
}
.login-container .form-item {
  width: 670px;
  height: 847px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(215, 215, 215, 0.50);
  padding: 55px 45px 0 45px;
  box-sizing: border-box;
}

.login-container h3 {
  font-family: MicrosoftYaHei;
  font-size: 40px;
  color: #282728;
  letter-spacing: 0;
  line-height: 40px;
  padding-left: 10px;
}

.login-container .code,
.login-container .phone {
  height: 80px;
  line-height: 80px;
  margin-top: 55px;
  position: relative;
}

.login-container .phone input {
  width: 100%;
  height: 100%;
  position: absolute;
  padding-left: 120px;
  left: 0;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #D7D8DA;
}

.login-container .phone span {
  position: absolute;
  height: 100%;
  width: 102px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 22;
  opacity: 0.5;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0;
}

.login-container .phone span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 26px;
  width: 1.5px;
  margin-top: -13px;
  background: #D8D8D8;
}

.login-container .code input {
  width: 369px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #D7D8DA;
  padding-left: 20px;
  float: left;
}

.login-container input {
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #4A4A4A;
}

.login-container input::placeholder {
  opacity: 0.5;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #4A4A4A;
}

.login-container .code .getCode {
  height: 100%;
  overflow: hidden;
  background: #ED7700;
  font-family: MicrosoftYaHei;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.login-container .login {
  width: 100%;
  height: 80px;
  background: #1A78FE;
  border: 1px solid #1A78FE;
  ont-family: MicrosoftYaHei;
  font-size: 32px;
  color: #FFFFFF;
  margin-top: 58px;
  letter-spacing: 0;
}

.login-container .reg {
  margin-top: 56px;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #9B9B9B;
  letter-spacing: 0;
}

.login-container .reg a {
  color: #1A78FE;
}

.login-container .other {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #9B9B9B;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 102px;
}

.login-container .wechat {
  text-align: center;
  padding-top: 22px;

}

.login-container .wechat i {
  font-size: 62px;
  color: #A6A6A6;;
}

/*注册*/

.popup-main-re {
  box-sizing: border-box;
  position: absolute;
  width: 426px;
  right: 0;
  top: 82px;
  background-color: #fff;
  z-index: 999;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #4A4A4A;
  border: 1px solid #ddd;
}
.popup-main-re li {
  box-sizing: border-box;
  height: 80px;
  padding-left: 32px;
}
.popup-main-re .cur {
  background: #1A78FE;
  color: #fff;
}

.register-container {
  background-color: #F6F7F9;
  width: 750px;
  margin: 0 auto;
  background: url("../images/login-bg.png") 0 0 no-repeat;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 71px;
  position: relative;
}
.register-container .logo {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
}
.register-container #login-form {
  box-sizing: border-box;
  width: 670px;
  height: 1133px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 33px 0 rgba(215, 215, 215, 0.50);
  padding: 50px 45px 0 45px;
}

.register-container #login-form h2 {
  font-family: MicrosoftYaHei;
  font-size: 40px;
  color: #282728;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 48px;
  padding-left: 10px;
}

.register-container .get-code,
.register-container .list {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  position: relative;
  line-height: 80px;
  border: 1px solid #D7D8DA;
  padding-left: 165px;
  box-sizing: border-box;
}
.register-container .input-box,
.register-container .card-type,
.register-container .list input {
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #4A4A4A;
}


.register-container .get-code input {
  width: 359px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #4A4A4A;
}

/*.date_roll>div:nth-child(1) .gear {*/
  /*text-indent: 65% !important;*/
/*}*/

.register-container .get-code button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 220px;
  line-height: 80px;
  text-align: center;
  background-color: #ED7700;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.register-container input::placeholder {
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #4A4A4A;
}

.register-container .list span {
  opacity: 0.5;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #4A4A4A;
  letter-spacing: 0;
  padding-left: 14px;
  width: 140px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.register-container .list span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.5px;
  height: 26px;
  margin-top: -13px;
  opacity: 0.8;
  background: #D8D8D8;
}


.register-container .list i {
  position: absolute;
  right: 14px;
  top: 0;
  color: #DADFE6;
  height: 100%;
  font-size: 30px;
}
.register-container #birthday {
  background: #fff;
}

.register-container .sex {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  line-height: 80px;
  display: flex;
  /*background: rgba(242,247,255,0.64);*/

}

.register-container .sex span {
  width: 50%;
  height: 100%;
  font-family: MicrosoftYaHei;
  font-size: 28px;
  color: #BABABA;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #DADFE6;
  box-sizing: border-box;
}

.register-container .sex .cur {
  background: rgba(242, 247, 255, 0.64);
  color: #1A78FE;
}

.register-container .sex i {
  font-size: 28px;
  padding-right: 22px;
}

.register-container .register-btn {
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: #1A78FE;
  border: 1px solid #1A78FE;
  font-family: MicrosoftYaHei;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 50px;
}

.register-container p {
  margin-top: 53px;
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 26px;
  color: #9B9B9B;
  padding-left: 20px;
}

.register-container p a {
  color: #1A78FE;
}

.service-loading-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 333;
  background: #fff;
  text-align: center;
  min-height: 250px;
}
.service-loading-box img {
  width: 50px;
  margin-top: 30px;
}
















