/* 样式初始化开始 */
* {
  margin: 0;
  padding: 0;
  font-family: 'microsoft yahei', 'Droid Sans Fallback', 'STHeitiSC-Light', 'STHeitiSC-Light', 'arial';
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
input {
  outline: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  border: 0;
}
a img {
  border: 0;
}
em {
  font-style: normal;
}
textarea {
  margin: 0;
  padding: 0;
  resize: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
/* 样式初始化结束 */
/* 快速工具开始 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/* 快速工具结束 */
/*弹出层开始*/
.pop_layer {
  width: 12.25rem;
  padding-top: 0.75rem;
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #fff;
  border-radius: 0.25rem;
  z-index: 6;
  display: none;
}
.pop_title {
  width: 100%;
  height: 2.175rem;
  line-height: 2.175rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
  border-bottom: 0.025rem solid #d9d9d7;
}
.pop_img_box {
  height: 2.25rem;
  text-align: center;
}
.pop_img_box img {
  width: 2.25rem;
  height: 2.25rem;
}
.shengluehao {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pop_text_box {
  font-size: 0.65rem;
  width: 10.25rem;
  line-height: 0.9rem;
  padding-left: 1.025rem;
  padding-top: 0.5rem;
  padding-bottom: 0.875rem;
}
.pop_content_box {
  width: 10.5rem;
  height: 4.5rem;
  padding: 0.5rem 0;
  margin-left: 1.25rem;
}
.pop_content_box input {
  width: 9.95rem;
  height: 1.45rem;
  padding-left: 0.5rem;
  line-height: 1.45rem;
  border: 0.025rem solid #bbbbbb;
  border-radius: 0.15rem;
  font-size: 0.7rem;
  margin: 0.5rem 0;
  display: block;
}
.pop_btn_box {
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  border-top: 0.025rem solid #d9d9d7;
}
.pop_btn_box a {
  width: 4.95rem;
  height: 1.45rem;
  font-size: 0.7rem;
  line-height: 1.45rem;
  border: 0.025rem solid #bbbbbb;
  margin: 0 0.2rem;
  border-radius: 0.15rem;
  color: #000;
  display: inline-block;
}
.pop_btn_box .show_contract {
  border: 0.025rem solid #f05555;
  color: #f05555;
}
.pop_btn_box .pop_custom_btn {
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #f05555;
  color: #fff;
}
#mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7f7f7f;
  opacity: 0.7;
  display: none;
  z-index: 10;
}
/*弹出层结束*/
/*蓝色*/
.yfb_c_b {
  color: #019cff;
}
.yfb_c_r {
  color: #f16060;
}
/*橘红色*/
.yfb_c_o {
  color: #ff5e3e;
}
.yfb_c_red {
  color: #f05555;
}
.yfb_s_b {
  color: #999999;
  font-weight: bold;
}
.yfb_s_w {
  font-weight: bold;
}
.yfb_c_g {
  color: #999999;
}
.set_api {
  width: 0;
  height: 0;
}
/*新的模糊弹层*/
.mask {
  position: fixed;
  left: 0;
  top: 2.2rem;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #fff;
}
.mask2 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #000;
}
.mask.active {
  display: block;
}
/*模糊效果*/
.filter {
  -webkit-filter: blur(6px);
  /* Chrome, Opera */
  -moz-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.pop-tip {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 13rem;
  height: 10rem;
  border-radius: 0.2rem;
  background: #fff;
  z-index: 20;
}
.pop-tip.active {
  display: block;
}
.pop-tip .content {
  font-size: 0.7rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 1.375rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.pop-tip .btn-area-tip {
  border-top: 0.025rem solid #cccccc;
  padding: 0 1rem;
  padding-top: 0.95rem;
}
.btn-area-tip a {
  display: block;
  float: left;
  width: 4.825rem;
  height: 1.7rem;
  text-align: center;
  line-height: 1.7rem;
  border-radius: 0.1rem;
  border: 1px solid #cccccc;
  font-size: 0.6rem;
  /*background-color: red;*/
}
.btn-area-tip a.sure-btn-tip {
  border: 1px solid #ff5252;
  color: #ff5252;
  margin-left: 1rem;
}
.masks {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 10;
}
.masks.active {
  display: block;
}
.notice {
  opacity: 0;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1.75rem;
  padding: 0 0.45rem;
  border-radius: 0.17066667rem;
  width: 5rem;
  height: 1.75rem;
  background: #000;
  font-size: 0.55rem;
  color: white;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.public-input {
  display: block;
  border-radius: 0.21333333rem;
  border: 1px solid #ccc;
  padding: 0 0.64rem;
  height: 1.792rem;
  line-height: 1.792rem;
  margin: 0 auto;
  font-family: 'PingFang', 'microsoft yahei', 'Droid Sans Fallback', 'STHeitiSC-Light', 'STHeitiSC-Light', 'arial';
}
.btn-default {
  height: 1.408rem;
  width: 4.69333333rem;
  text-align: center;
  line-height: 1.408rem;
  background-color: #fff;
  color: #333333;
  font-size: 0.55466667rem;
  border-radius: 0.17066667rem;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
}
.btn-danger {
  height: 1.408rem;
  width: 4.69333333rem;
  text-align: center;
  line-height: 1.408rem;
  background-color: #FF6600;
  color: #fff;
  font-size: 0.55466667rem;
  border-radius: 0.17066667rem;
  box-sizing: border-box;
}
.fixed-bottom {
  width: 100%;
  height: 2.304rem;
  line-height: 2.304rem;
  text-align: center;
  font-size: 0.768rem;
  background-color: #FF6600;
  color: #fff;
  position: fixed;
  bottom: 0;
  opacity: 1;
  border-radius: 0;
  z-index: 99;
}
#foot {
  background: url("../images/bottom-box.png") center center no-repeat;
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 3.775rem;
  z-index: 99;
  padding-top: 1.45rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-size: cover;
  background-size: cover;
}
#foot a {
  float: left;
  width: 2.5rem;
  background-position: center 0.375rem;
  background-repeat: no-repeat;
  padding-top: 1.4rem;
  line-height: 0.65rem;
  height: 0.65rem;
  font-size: 0.4rem;
  text-align: center;
}
#foot a.active {
  color: #EA5514;
}
#foot .sy {
  background-image: url("../images/bottom-icon1.png");
  margin-left: 0.55rem;
  -webkit-background-size: 0.975rem 0.85rem;
  background-size: 0.975rem 0.85rem;
}
#foot .sy.active {
  background-image: url("../images/bottom-icon1-active.png");
}
#foot .dzal {
  background-image: url("../images/bottom-icon2.png");
  margin-left: 0.575rem;
  -webkit-background-size: 0.925rem 0.85rem;
  background-size: 0.925rem 0.85rem;
}
#foot .dzal.active {
  background-image: url("../images/bottom-icon2-active.png");
}
#foot .ljdz {
  background-image: url("../images/telus.gif");
  width: 3.75rem;
  margin-top: -1.25rem;
  padding-top: 2.625rem;
  -webkit-background-size: 2.25rem;
  background-size: 2.25rem;
}
#foot .dzzt {
  background-image: url("../images/bottom-icon3.png");
  -webkit-background-size: 0.9rem 0.85rem;
  background-size: 0.9rem 0.85rem;
}
#foot .dzzt.active {
  background-image: url("../images/bottom-icon3-active.png");
}
#foot .grzx {
  background-image: url("../images/bottom-icon4.png");
  margin-left: 0.575rem;
  -webkit-background-size: 0.925rem;
  background-size: 0.925rem;
}
#foot .grzx.active {
  background-image: url("../images/bottom-icon4-active.png");
}
.header {
  height: 2.5rem;
  position: relative;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.header .prev {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/prev-icon.png") center center no-repeat;
  -webkit-background-size: 0.55rem 1rem;
  background-size: 0.55rem 1rem;
}
.header .head-logo {
  /*position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.025rem;
  margin-top: -0.775rem;
  */
  float:left;
  margin-top:0.15rem;
  text-indent: -999em;
  width: 6.075rem;
  height:2.0rem;
  background: url("../images/head-logo.png") center center no-repeat;
  
  -webkit-background-size: cover;
  background-size: cover;
}
.header .head-phone {
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../images/head-tel.png") center center no-repeat;
  -webkit-background-size: 1rem;
  background-size: 1rem;
}
#topTip {
  position: fixed;
  left: 0;
  top: -1.35rem;
  width: 100%;
  line-height: 1.35rem;
  font-size: 0.7rem;
  text-align: center;
  background-color: #e83531;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
#topTip.show {
  top: 0;
}
.pop-div {
  display: none;
}
.pop-div .index-mask {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
}
.pop-div .pop-main {
  position: fixed;
  width: 8.35rem;
  height: 7.5rem;
  left: 50%;
  top: 50%;
  margin-left: -4.175rem;
  margin-top: -3.75rem;
  background-color: #ffffff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  z-index: 1000;
  text-align: center;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.pop-div .pop-main .pop-img {
  width: 1.525rem;
  height: 1.525rem;
  margin-top: 1.05rem;
}
.pop-div .pop-main h2 {
  margin-top: 0.25rem;
  font-size: 0.6rem;
  line-height: 0.95rem;
  height: 0.95rem;
  font-weight: normal;
  text-align: center;
}
.pop-div .pop-main h3 {
  margin-top: 0.225rem;
  font-size: 0.35rem;
  /*width: 200rem/@rem;*/
  margin: 0 auto;
  line-height: 0.525rem;
  max-height: 999rem;
  font-weight: normal;
  color: #EA5514;
  text-align: center;
}
.pop-div .pop-main .pop-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 0.45rem;
  border-top: 1px solid #000000;
}
.pop-div.show {
  display: block;
}
.c-float-modePop {
  text-align: center;
  background-color: #fff;
  font-family: "Songti";
}
.c-float-popWrap.show {
  display: block;
}
.c-float-shade.hide {
  display: none;
}
.weui_mask_transparent {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #5E5E5F;
  opacity: 0.8;
  z-index: 98;
}
.c-float-popWrap .c-float-modePop {
  border-radius: 6px;
  background-color: #fff;
  width: 13.6rem;
  z-index: 9999;
  position: fixed;
  border-radius: 3px;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-left: -6.8rem;
  margin-top: -5rem;
}
.c-float-popWrap .c-float-modePop .warnMsg {
  padding: 0.8em 0 0.8em;
  font-size: 0.75rem;
  color: #333;
}
.c-float-popWrap .c-float-modePop .content {
  padding: 0 0.5rem;
  font-size: 0.7rem;
  color: #888;
  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
}
.c-float-popWrap .c-float-modePop .doBtn {
  width: 100%;
  margin-top: 0.375rem;
  position: relative;
}
.c-float-modePop .doBtn {
  width: 100%;
  margin: 0 auto;
}
.c-float-popWrap .c-float-modePop button {
  background-color: #ffffff;
  width: 50%;
  height: 2.1rem;
  line-height: 2.1rem;
  color: #444;
  font-size: 0.85rem;
  border: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #DEDEE0;
}
.c-float-popWrap .c-float-modePop button.cancel {
  position: relative;
  float: left;
}
.c-float-popWrap .c-float-modePop button.ok {
  color: #0BB20C;
  float: right;
  border-left: 1px solid #DEDEE0;
}
.c-float-popWrap .c-float-modePop .ok.onebtn {
  width: 100%;
}
.bottom-btn {
  display: block;
  width: 15.36rem;
  height: 2.13333333rem;
  line-height: 2.13333333rem;
  position: fixed;
  bottom: 0.42666667rem;
  left: 50%;
  margin-left: -7.68rem;
  background-color: #ff6600;
  background-image: -moz-linear-gradient(0deg, #ffec6d 0%, rgba(254, 213, 134, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 236, 109, 0.33) 0%, rgba(254, 213, 134, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #ffec6d 0%, rgba(254, 213, 134, 0) 100%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.128rem;
  -moz-border-radius: 0.128rem;
  border-radius: 0.128rem;
  color: #fff;
  font-size: 0.768rem;
  text-align: center;
}
.common-bottom-btn {
  text-align: center;
  background-color: #ff6600;
  background-image: -moz-linear-gradient(0deg, #ffec6d 0%, rgba(254, 213, 134, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 236, 109, 0.33) 0%, rgba(254, 213, 134, 0) 100%);
  background-image: -ms-linear-gradient(0deg, #ffec6d 0%, rgba(254, 213, 134, 0) 100%);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.128rem;
  -moz-border-radius: 0.128rem;
  border-radius: 0.128rem;
  color: #fff;
}
.btn-disabled {
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0 !important;
}
.notice-v {
  background: url("../images/notice-v.png") left center no-repeat;
  display: inline-block;
  width: 0.74666667rem;
  height: 0.42666667rem;
  -webkit-background-size: 0.53333333rem 0.384rem;
  background-size: 0.53333333rem 0.384rem;
}
