/*重置*/
* {
  margin: 0;
  padding: 0;
}
:not(img):not(input):not(textarea) {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
li,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body {
  width: 100%;
  background-color: #eef0f0;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "黑体", Arial, sans-serif;
}
a {
  text-decoration: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*清除浮动代码*/
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}

.flexBox {
  display: box;
  /*（伸缩盒最老版本）*/
  display: -webkit-box;
  /* iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  /* Chrome */
  display: -moz-box;
  /* Firefox 19 */
  display: -ms-flexbox;
  display: flexbox;
  display: flex;
  width: 100%; }

.flex-center {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }


.hide {
  display: none;
}
#whole {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  font-size: 14px;
}
#hewenqi {
  overflow: hidden;
}
.hewenqi-btn {
  position: absolute;
  top: 0;
  right: -80px;
  text-align: center;
  background: #FF6766;
  color: #fff;
  width: 80px;
  height: 70px;
  line-height: 70px;
}
.pro_modelWindow {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  /*宽320px时，单独处理*/
}
.pro_modelWindow .panel {
  background: #FFF;
  width: 82%;
  height: 170px;
  border-radius: 10px;
  margin: 50% auto;
  text-align: center;
  max-width: 420px;
}
.pro_modelWindow .panel .title {
  font-size: 16px;
  padding: 25px 0 10px;
  color: #324A5B;
}
.pro_modelWindow .panel .subTitle {
  padding: 0 0 10px;
  color: #99A2A9;
}
.pro_modelWindow .btnGroup {
  padding: 0 12px;
  /*宽320px时，单独处理*/
}
.pro_modelWindow .btnGroup .btn {
  margin: 15px 10px 10px;
  padding: 12px 30px;
  color: #FFF;
  background: #08BCB1;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
}
.pro_modelWindow .btnGroup .regNowBtn {
  color: #324A5B;
  border: 1px solid #ADB7BD;
  background: none;
}
@media only screen and (max-width: 360px) {
  .pro_modelWindow .btnGroup .btn {
    padding: 12px 16px;
    margin: 15px 4px 6px;
  }
}
@media only screen and (max-width: 320px) {
  .pro_modelWindow .btnGroup {
    padding: 0;
  }
}
.productCotent .title {
  background: #eef0f0;
  padding: 15px 20px;
  margin-bottom: -2px;
}
.productCotent .title img {
  width: 24px;
  vertical-align: middle;
}
.productCotent .title span {
  line-height: 24px;
  margin-left: 8px;
  color: #9FA5AC;
}
.productCotent .product {
  position: relative;
  background: #FFF;
  padding: 0 20px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.productCotent .product img {
  width: 70px;
  float: left;
}
.productCotent .product span {
  line-height: 70px;
  float: left;
  margin-left: 10px;
  color: #4B5362;
  font-size: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.productCotent .product .delBtn {
  border-radius: 15px;
  background-color: #ff3a30;
  width: 15%;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #FFF;
  margin-top: 21px;
  margin-left: 15px;
}
.proSearchBar {
  position: fixed;
  background: #EEF0F0;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
}
.proSearchBar .panelBg {
  background: #FFF;
  width: 100%;
  height: 50px;
  display: none;
  max-width: 640px;
  position: fixed;
  z-index: -1;
}
.proSearchBar .cover {
  width: 100%;
  height: 100%;
  max-width: 640px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  z-index: -1;
  margin-top: 50px;
}
.proSearchBar .searchPanel {
  background: #FFF;
  border-radius: 46px;
  width: 90%;
  height: 36px;
  margin-top: 7px;
  margin-left: 5%;
  border: 1px solid #E1E1E1;
}
.proSearchBar .searchPanel img {
  width: 20px;
  vertical-align: -5px;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 13px;
}
.proSearchBar .searchPanel input {
  font-size: 14px;
  height: 36px;
  border: none;
  outline: 0;
  background: transparent;
}
.proSearchBar .searchPanel .cancelBtn {
  float: left;
  display: none;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08BCB1;
}
.proSearchBar .searchPanel .dropdownMenu {
  border: medium none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
}
.proSearchBar .searchPanel .dropdownMenu li {
  padding: 17px;
  color: #4B5362;
  background: #EEF0F0;
  border-bottom: 1px solid #E1E1E1;
}
.proSearchBar .searchPanel .dropdownMenu li:visited,
.proSearchBar .searchPanel .dropdownMenu li:active {
  background: #E0E5E5;
}
.proSearchBar .searchPanel .dropdownMenu .emptyData {
  text-align: center;
}
.proSearchBar .searchPanel .dropdownMenu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: 400;
}
.proSearchBar .searchPanel .dropdownMenu > li > a.font-bold {
  font-weight: 600;
}
.proSearchBar_pro {
  position: fixed;
  background: #EEF0F0;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
}
.proSearchBar_pro .panelBg {
  background: #FFF;
  width: 100%;
  height: 50px;
  display: none;
  max-width: 640px;
  position: fixed;
  z-index: -1;
}
.proSearchBar_pro .cover {
  width: 100%;
  height: 100%;
  max-width: 640px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  z-index: -1;
  margin-top: 50px;
}
.proSearchBar_pro .searchPanel {
  background: #FFF;
  border-radius: 46px;
  width: 90%;
  height: 36px;
  margin-top: 7px;
  margin-left: 5%;
  border: 1px solid #E1E1E1;
}
.proSearchBar_pro .searchPanel img {
  width: 20px;
  vertical-align: -5px;
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 13px;
}
.proSearchBar_pro .searchPanel input {
  font-size: 14px;
  height: 36px;
  border: none;
  outline: 0;
  background: transparent;
}
.proSearchBar_pro .searchPanel .cancelBtn {
  float: left;
  display: none;
  padding: 10px;
  position: absolute;
  right: 10px;
  top: 4px;
  color: #08BCB1;
}
.proSearchBar_pro .searchPanel .dropdownMenu {
  border: medium none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 1000;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
}
.proSearchBar_pro .searchPanel .dropdownMenu li {
  padding: 17px;
  color: #4B5362;
  background: #EEF0F0;
  border-bottom: 1px solid #E1E1E1;
}
.proSearchBar_pro .searchPanel .dropdownMenu li:active,
.proSearchBar_pro .searchPanel .dropdownMenu li:visited {
  background: #E0E5E5;
}
.proSearchBar_pro .searchPanel .dropdownMenu .emptyData {
  text-align: center;
}
.proSearchBar_pro .searchPanel .dropdownMenu > li > a {
  border-radius: 3px;
  color: inherit;
  line-height: 25px;
  margin: 4px;
  text-align: left;
  font-weight: 400;
}
.proSearchBar_pro .searchPanel .dropdownMenu > li > a.font-bold {
  font-weight: 600;
}
.zipTitle {
  height: 50px;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  background-color: #FFF;
  padding-bottom: 10px;
}
.zipTitle img {
  float: left;
  width: 24px;
}
.zipTitle span {
  float: left;
  line-height: 24px;
  margin-left: 10px;
  color: #4B5362;
}
.zipTitle .arrow {
  float: right;
  color: #C4C6CA;
  line-height: 24px;
}
.zipContent {
  display: none;
}
.zipContent div {
  padding: 15px 60px;
  color: #767C85;
}
.upArrow {
  background: url("../img/arrow.png") no-repeat;
  background-position-x: -20px;
  width: 20px;
  height: 10px;
  margin-top: 9px;
  float: right;
  background-size: 200%;
}
.downArrow {
  background: url("../img/arrow.png") no-repeat;
  background-position-x: 0;
  width: 20px;
  height: 10px;
  margin-top: 9px;
  float: right;
  background-size: 200%;
}
.orangeLine {
  width: 5px;
  height: 40px;
  float: left;
  margin-top: 10px;
  border-left: 3px solid #FF8A00;
}
.blueLine {
  width: 5px;
  height: 40px;
  float: left;
  margin-top: 10px;
  border-left: 3px solid #08BCB1;
}
.grayLine {
  width: 5px;
  height: 40px;
  float: left;
  margin-top: 10px;
  border-left: 3px solid #CCC;
}
.line,
hr {
  clear: both;
  margin-left: 55px;
  height: 0;
  border-top: 1px solid #DDD;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.footer {
  background: #FFF;
  width: 640px;
  min-width: 320px;
  max-width: 640px;
  height: 64px;
  position: fixed;
  bottom: 0;
  -moz-box-shadow: 0 2px 10px #ABC0D4;
  -webkit-box-shadow: 0 2px 10px #ABC0D4;
  box-shadow: 0 2px 10px #ABC0D4;
}
.addBtn {
  background: #08BCB1;
  height: 40px;
  margin: 12px 30px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-size: 20px;
}
.empty {
  display: none;
  line-height: 1.5em;
  font-size: 18px;
  color: #b8bbbf;
}
.empty pre {
  white-space: pre-wrap;
  /*css-3*/
  white-space: -moz-pre-wrap;
  /*Mozilla,since1999*/
  white-space: -pre-wrap;
  /*Opera4-6*/
  white-space: -o-pre-wrap;
  /*Opera7*/
  word-wrap: break-word;
  /*InternetExplorer5.5+*/
}
.empty img {
  width: 26%;
  margin-top: 20%;
}
.success {
  line-height: 2em;
  font-size: 18px;
}
.success img {
  width: 40%;
  margin-top: 16%;
}
.success .title {
  color: #4B5362;
}
.success .subTitle {
  color: #A2A5AC;
}
.success .progressBtn {
  width: 70%;
  height: 40px;
  background: #08BCB1;
  color: #FFF;
  border-radius: 20px;
  line-height: 40px;
}
.success .closeBtn {
  width: 70%;
  height: 40px;
  color: #08BCB1;
  border-radius: 20px;
  line-height: 40px;
  border: 1px solid #08BCB1;
}
/*------- servicePoint.html --- ↓↓↓↓↓↓↓↓*/
.hidden-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
input[type="radio"] {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
input[type="radio"] + span {
  background: #FFF;
  color: #7B808A;
  border: 1px solid #D8DFDF;
  padding: 5px 8px;
  border-radius: 1em;
}
input[type="radio"] + span:hover {
  color: #FFF;
  background: #08BCB1;
  border: 1px solid #08BCB1;
}
input[type="radio"]:checked + span {
  color: #FFF;
  background: #08BCB1;
  border: 1px solid #08BCB1;
}
input[type="radio"]:focus + span {
  color: #FFF;
  background: #08BCB1;
  border: 1px solid #08BCB1;
}
.radioGroup {
  width: 75%;
  line-height: 4em;
}
.myRadio {
  margin-right: 8px;
  margin-top: -16px;
}
/*宽320px时，单独处理*/
@media only screen and (max-width: 320px) {
  .myRadio {
    margin-right: 4px;
  }
}
.selectCtl {
  background: url("../img/rarrow.png") no-repeat;
  width: 75%;
  border: none;
  background-size: 5px 15px;
  background-position-x: 98%;
  -webkit-appearance: none;
  font-size: 14px;
  color: #CCC;
}
.productType {
  margin: 10px 0;
  padding: 20px 2px 20px 20px;
  background-color: #FFF;
  padding-bottom: 3px;
  color: #4B5362;
}
.city {
  padding: 20px;
  margin-bottom: 0;
  background-color: #FFF;
  height: 20px;
  border-bottom: 1px solid #eee;
  color: #666;
}
.findBtn {
  background: #08BCB1;
  height: 40px;
  margin: 12px 30px;
  border-radius: 40px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
}
.findBtn img {
  width: 18px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 11px;
}
/*按钮不可用*/
.findBtn_disabled {
  background: #CCC;
}
.tip {
  position: fixed;
  top: 40%;
  left: 18%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 40px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  padding: 18px;
  width: 54%;
}
/*------- servicePoint.html ---*/
/* star */
.star {
  position: relative;
  width: 100%;
  margin: 20px auto;
  height: 24px;
}
.star span,
.star ul {
  float: left;
  display: inline;
  height: 19px;
  line-height: 19px;
}
.star li {
  float: left;
  width: 24px;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../img/star.png") no-repeat;
  background-size: 16px;
}
.star .score {
  color: #FFC600;
  padding-left: 10px;
  font-size: 16px;
  margin-top: -1px;
}
.star li.on {
  background-position: 0 -24px;
  background-size: 16px;
}
/***/
.infoPanel {
  width: 68%;
  min-height: 100px;
  padding: 10px 20px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 0 30px #CCC;
  -webkit-box-shadow: 0 0 16px #CCC;
  line-height: 36px;
  font-size: 14px;
  text-align: left;
}
.infoPanel #title {
  line-height: 1.3;
  min-height: 28px;
}
.infoPanel #addrss {
  color: #ACB3B8;
  height: 30px;
}
.infoPanel #addrss img {
  display: inline-block;
  width: 12px;
}
.infoPanel #addrss span {
  line-height: 20px;
  width: 92%;
  margin-left: 5px;
  margin-top: -3px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 12px;
}
.infoPanel .star {
  margin-top: 10px;
  margin-bottom: 4px;
}
.infoPanel hr {
  margin: 0 0 10px;
  color: #DDD;
}
.infoPanel #gotoBtn {
  width: 49%;
  margin: 10px 0;
}
.infoPanel #gotoBtn img {
  display: inline-block;
  width: 20px;
  margin-left: 16%;
}
.infoPanel #gotoBtn span {
  line-height: 20px;
  font-size: 14px;
  color: #324A5B;
}
.infoPanel #telBtn {
  width: 49%;
  margin: 10px 0;
}
.infoPanel #telBtn img {
  display: inline-block;
  width: 20px;
  margin-left: 32%;
}
.infoPanel #telBtn span {
  line-height: 16px;
  font-size: 14px;
}
.infoPanel .vline {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #DDD;
  height: 36px;
  margin-top: 0;
}
.infoPanel a:link {
  color: #324A5B;
  text-decoration: none;
}
.infoPanel a:visited {
  color: #324A5B;
  text-decoration: none;
}
.infoPanel a:hover {
  color: #324A5B;
  text-decoration: none;
}
.infoPanel a:active {
  color: #324A5B;
  text-decoration: none;
}
.evaluate .banner {
  background-color: #eef0f0;
  text-align: center;
}
.evaluate .banner img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.evaluate .item {
  height: 46px;
  padding: 10px 20px;
  /*宽320px时，单独处理*/
}
.evaluate .item .starStr {
  font-size: 1.6em;
  color: #FF8A00;
  line-height: 26px;
  margin-right: 20px;
  margin-top: 14px;
}
.evaluate .item #evaText {
  width: 72%;
  margin: 17px 0 0 32px;
  border: none;
  overflow-y: visible;
  height: 1.5em;
}
.evaluate .item .score {
  padding-left: 10px;
  font-size: 15px;
}
@media only screen and (max-width: 320px) {
  .evaluate .item .evaText {
    width: 68%;
  }
}
.evaluate .evaluteBtn {
  background: #08BCB1;
  height: 40px;
  margin: 12px 30px;
  border-radius: 38px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
}
.evaluate .evaBtn_disabled {
  background: #CCC !important;
}
.evaluate hr {
  clear: both;
  margin-left: 20px;
  height: 0;
  border-top: 1px solid #eeeeee;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.evaluate .evaSuccess {
  display: none;
  line-height: 1.5em;
  font-size: 18px;
  color: #4B5362;
}
.evaluate .evaSuccess img {
  width: 40%;
  margin-top: 20%;
}
.evaluate .evaSuccess #closeBtn {
  height: 40px;
  margin: 12px 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 38px;
  border: 1px solid #08BCB1;
  color: #08BCB1;
}
.tab-content-p {
  text-align: left;
  padding-left: 20px;
  color: #969696;
  font-family: "微软雅黑";
  background-color: #ffffff;
  margin-bottom: 10px;
}
.submitBtn {
  background: #08BCB1;
  height: 40px;
  margin: 12px 30px;
  border-radius: 40px;
  text-align: center;
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
}
.submitBtn.disabled {
  background: #CCC !important;
}
/* 详情页 */
.detail {
  background-color: #FFF;
  padding-top: 10px;
  color: #4B5362;
}
.detail .status {
  border-bottom: solid 1px #eeeeee;
  height: 60px;
  margin-left: 20px;
}
.detail .status .ticket {
  float: left;
  margin-top: 20px;
}
.detail .status .statusStr {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
  color: #ff8a00;
}
.detail .serviceType {
  margin-left: 20px;
  margin-top: 15px;
  line-height: 35px;
  border-bottom: solid 1px #eeeeee;
  color: #7B808A;
  padding-bottom: 10px;
}
.detail .info {
  margin-left: 20px;
  margin-top: 15px;
  line-height: 35px;
  color: #7B808A;
}
.detail .picContainer {
  padding: 20px;
}
.detail .picContainer .pic {
  margin-right: 5%;
  float: left;
  background-position: center;
  background-size: cover;
  width: 30%;
  height: 100px;
  position: relative;
}
.detail .picContainer .pic:last-child {
  margin-right: 0;
}
.serviceRulePage .btnContent {
  color: #FFFFFF;
  margin: auto 20px;
}
.serviceRulePage .imgButton {
  margin: 5%;
  width: 20%;
}
.serviceRulePage .imgButton .btnTxt {
  color: #324A5B;
  text-align: center;
}
.serviceRulePage .imgButton img {
  display: inline-block;
}
.serviceRulePage .ani1 {
  -webkit-animation: zoomIn 0.3s ease 0s forwards;
  animation: zoomIn 0.3s ease 0s forwards;
}
.serviceRulePage .ani2 {
  -webkit-animation: zoomIn 0.3s ease 0.05s forwards;
  animation: zoomIn 0.3s ease 0.05s forwards;
}
.serviceRulePage .ani3 {
  -webkit-animation: zoomIn 0.3s ease 0.1s forwards;
  animation: zoomIn 0.3s ease 0.1s forwards;
}
.serviceRulePage .ani4 {
  -webkit-animation: zoomIn 0.3s ease 0.15s forwards;
  animation: zoomIn 0.3s ease 0.15s forwards;
}
.serviceRulePage .ani5 {
  -webkit-animation: zoomIn 0.3s ease 0.2s forwards;
  animation: zoomIn 0.3s ease 0.2s forwards;
}
.serviceRulePage .ani6 {
  -webkit-animation: zoomIn 0.3s ease 0.25s forwards;
  animation: zoomIn 0.3s ease 0.25s forwards;
}
.serviceRulePage .ani7 {
  -webkit-animation: zoomIn 0.3s ease 0.3s forwards;
  animation: zoomIn 0.3s ease 0.3s forwards;
}
.serviceRulePage .ani8 {
  -webkit-animation: zoomIn 0.3s ease 0.35s forwards;
  animation: zoomIn 0.3s ease 0.35s forwards;
}
.serviceRulePage .tv {
  background: url("../img/btn_bxzc_tv.png") no-repeat center top;
}
.serviceRulePage .itv {
  background: url("../img/btn_bxzc_tv.png") no-repeat center top;
}
.serviceRulePage .ibox {
  background: url("../img/btn_bxzc_box.png") no-repeat center top;
}
.serviceRulePage .bx {
  background: url("../img/btn_bxzc_bx.png") no-repeat center top;
}
.serviceRulePage .lg {
  background: url("../img/btn_bxzc_bg.png") no-repeat center top;
}
.serviceRulePage .xyj {
  background: url("../img/btn_bxzc_xyj.png") no-repeat center top;
}
.serviceRulePage .mob {
  background: url("../img/btn_bxzc_phone.png") no-repeat center top;
}
.serviceRulePage .cwjd {
  background: url("../img/btn_bxzc_cw.png") no-repeat center top;
}
.serviceRulePage .info {
  display: none;
  position: relative;
  padding: 0 21px;
  /*height: 100%;*/
  /*overflow-x: hidden;*/
  line-height: 28px;
  -webkit-animation: zoomIn 0.3s ease 0s forwards;
  animation: zoomIn 0.3s ease 0s forwards;
  font-style: 16px;
}
.serviceRulePage .info .title {
  padding-left: 0;
}
.serviceRulePage .info p {
  color: #324A5B;
  text-align: justify;
  text-justify: inter-ideograph;
}
.serviceRulePage .info strong {
  color: #333;
}
.serviceRulePage .info li {
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.serviceRulePage .textIndent {
  text-indent: 2em;
}
.serviceRulePage .close {
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 996;
  display: none;
}
.serviceRulePage .title0 {
  background: url("../img/logo.gif") no-repeat;
  height: 22px;
  line-height: 22px;
  padding-left: 120px;
  font-size: 20px;
  font-weight: bold;
  color: #324A5B;
}
.serviceRulePage .title {
  height: 52px;
  line-height: 52px;
  padding-left: 58px;
  font-size: 20px;
  font-weight: bold;
  color: #324A5B;
}
.serviceRulePage .title2 {
  font-weight: bold;
  color: #324A5B;
}
.serviceRulePage .gap1 {
  height: 10px;
}
.serviceRulePage .gap2 {
  height: 20px;
}
.serviceRulePage .gap3 {
  height: 30px;
}
.serviceRulePage .closeBtn {
  background: #00A9A7;
  width: 100%;
  height: 42px;
  border-radius: 20px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  line-height: 42px;
  font-size: 20px;
}
.regPage {
  margin-bottom: 70px;
}
.regPage .bgPic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  min-width: 320px;
  max-width: 640px;
}
.regPage .part .panel {
  background: #FFF;
  border-radius: 10px;
  margin: 35% 20px 0;
  font-size: 14px;
  -webkit-box-shadow: 0 0 10px #CCC;
  -moz-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
}
.regPage .part .panel .item {
  padding: 15px;
}
.regPage .part .panel .item .leftIcon {
  width: 30px;
  margin-right: 12px;
}
.regPage .part .panel .item .leftIcon img {
  margin-top: 4px;
}
.regPage .part .panel .item .getCodeBtn {
  text-align: right;
  color: #FF8A00;
  width: 55%;
  float: right;
  line-height: 34px;
}
.regPage .part .panel .item .getCodeBtn_clicked {
  color: #BFC4C8;
}
.regPage .part .panel .item input {
  width: 95%;
  height: 34px;
  border: none;
  margin-left: 2px;
  font-size: 14px;
}
.regPage .part .panel hr {
  margin-left: 58px;
  height: 0;
  border: 1px solid #EEE;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.regPage .part .panel .tab {
  width: 50%;
  padding: 16px 0;
  text-align: center;
  color: #8EDBD9;
}
.regPage .part .panel .tab .line {
  width: 12px;
  background: #04C0BE;
  border-radius: 10px;
  height: 3px;
  margin: 5px auto 0;
  visibility: hidden;
}
.regPage .part .panel .tab.active {
  color: #04C0BE;
}
.regPage .part .panel .tab.active .line {
  visibility: visible;
}
.regPage .part .regBtn {
  margin: 20px 30px;
  padding: 15px;
  color: #FFF;
  background: #08BCB1;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
}
.regPage .part .regBtn_disabled {
  background: #CCC;
}
.regPage .part .regBtn_now {
  background: none;
  border: 1px solid #08BCB1;
  color: #08BCB1;
}
.regPage .modelWindow {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  /*宽320px时，单独处理*/
}
.regPage .modelWindow .panel {
  background: #FFF;
  width: 82%;
  height: 170px;
  border-radius: 10px;
  margin: 50% auto;
  text-align: center;
  max-width: 420px;
}
.regPage .modelWindow .panel .title {
  font-size: 16px;
  padding: 25px 0 10px;
  color: #324A5B;
}
.regPage .modelWindow .panel .subTitle {
  padding: 0 0 10px;
  color: #99A2A9;
}
.regPage .modelWindow .btnGroup {
  padding: 0 12px;
  /*宽320px时，单独处理*/
}
.regPage .modelWindow .btnGroup .btn {
  margin: 15px 10px 10px;
  padding: 12px 30px;
  color: #FFF;
  background: #08BCB1;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
}
.regPage .modelWindow .btnGroup .regNowBtn {
  color: #324A5B;
  border: 1px solid #ADB7BD;
  background: none;
}
@media only screen and (max-width: 360px) {
  .regPage .modelWindow .btnGroup .btn {
    padding: 12px 16px;
    margin: 15px 4px 6px;
  }
}
@media only screen and (max-width: 320px) {
  .regPage .modelWindow .btnGroup {
    padding: 0;
  }
}
.regPage .bindSuccess {
  line-height: 2em;
  font-size: 18px;
  background: #FFF;
  width: 100%;
  height: 100%;
}
.regPage .bindSuccess img {
  width: 40%;
  margin-top: 16%;
}
.regPage .bindSuccess .title {
  color: #4B5362;
}
.regPage .bindSuccess .subTitle {
  color: #A2A5AC;
}
.regPage .bindSuccess .progressBtn {
  width: 70%;
  height: 40px;
  background: #08BCB1;
  color: #FFF;
  border-radius: 20px;
  line-height: 40px;
}
.regPage .bindSuccess .closeBtn {
  width: 70%;
  height: 40px;
  color: #08BCB1;
  border-radius: 20px;
  line-height: 40px;
  border: 1px solid #08BCB1;
}
.regPage .alreadybindSuccess {
  line-height: 2em;
  font-size: 18px;
  background: #FFF;
  width: 100%;
  height: 100%;
}
.regPage .alreadybindSuccess img {
  width: 50%;
  margin-top: 16%;
}
.regPage .alreadybindSuccess .title {
  color: #4B5362;
}
.regPage .alreadybindSuccess .subTitle {
  color: #A2A5AC;
}
.regPage .alreadybindSuccess .progressBtn {
  width: 70%;
  height: 40px;
  background: #08BCB1;
  color: #FFF;
  border-radius: 20px;
  line-height: 40px;
}
.regPage .alreadybindSuccess .closeBtn {
  width: 70%;
  height: 40px;
  color: #08BCB1;
  border-radius: 20px;
  line-height: 40px;
  border: 1px solid #08BCB1;
}
