@charset "UTF-8";
body {
  background: #fff;
  font-family: "微软雅黑"; }

.fl {
  float: left; }

.fr {
  float: right; }

/*我的资料首页*/
.myInformaiton {
  width: 100%;
  height: auto; }

.myInformaiton .information-input {
  width: 100%;
  background: #ffffff;
  padding-left: .24rem; }

.information-input .infor-input-child {
  width: 100%;
  height: 1.2rem;
  position: relative;
  border-bottom: .01rem solid #ECECF0; }

.infor-input-child > span {
  display: block;
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .28rem;
  color: #8D8D96;
  line-height: 1.2rem;
  letter-spacing: .01rem;
  z-index: 10; }

.infor-input-child > input {
  display: block;
  width: 100%;
  height: .54rem;
  position: absolute;
  top: .33rem;
  text-indent: 1.5rem;
  font-size: .28rem;
  color: #333443; }

.infor-input-child > a {
  display: block;
  width: .5rem;
  position: absolute;
  top: 0;
  right: .24rem;
  height: 100%; }

.infor-input-child > a > i {
  display: block;
  background-repeat: repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.infor-input-child > a > i.icon_xiugai {
  width: .12rem;
  height: .24rem;
  background-image: url(//js.ibaotu.com/mobile/img/icons/user/icon_xiugai.png);
  margin: .48rem auto; }

.infor-input-child > a > i.icon_bianji {
  width: .24rem;
  height: .24rem;
  background-image: url(//js.ibaotu.com/mobile/img/icons/user/icon_user_bianji.png);
  margin: .48rem auto; }

.information-input .infor-input-child:last-child {
  border-bottom: none; }

.myInformaiton .infor-child-two {
  width: 100%;
  background: #ffffff;
  margin-top: .2rem;
  height: 1.2rem;
  padding-left: .24rem; }

.infor-child-two > div {
  position: relative;
  height: 100%; }

.infor-child-two > div > span {
  display: block;
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: .28rem;
  color: #8D8D96;
  line-height: 1.2rem;
  letter-spacing: .01rem;
  z-index: 999; }

.infor-child-two > div > input {
  display: block;
  width: 100%;
  height: .54rem;
  position: absolute;
  top: .33rem;
  text-indent: 1.5rem;
  font-size: .28rem;
  color: #333443; }

.infor-child-two > div > a {
  display: block;
  width: .5rem;
  position: absolute;
  top: 0;
  right: .24rem;
  height: 100%; }

.infor-child-two > div > a > i {
  display: block;
  background-repeat: repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.infor-child-two > div > a > i.icon_xiugai {
  width: .12rem;
  height: .24rem;
  background-image: url(//js.ibaotu.com/mobile/img/icons/user/icon_xiugai.png);
  margin: .48rem auto; }

/*个人使用倾向*/
.mobileSelect {
  position: relative;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, z-index 0.4s;
  -o-transition: opacity 0.4s, z-index 0.4s;
  transition: opacity 0.4s, z-index 0.4s; }

.mobileSelect * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mobileSelect .grayLayer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  background: rgba(0, 0, 0, 0.7);
  z-index: 888;
  display: block; }

.mobileSelect .content {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 889;
  color: black;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  bottom: -7rem;
  left: 0;
  background: white; }

.mobileSelect .content .fixWidth {
  width: 90%;
  margin: 0 auto;
  position: relative; }

.mobileSelect .content .fixWidth:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.mobileSelect .content .btnBar {
  border-bottom: 1px solid #DCDCDC;
  font-size: .36rem;
  height: .9rem;
  position: relative;
  text-align: center;
  line-height: .9rem; }

.mobileSelect .content .btnBar .cancel,
.mobileSelect .content .btnBar .ensure {
  height: .9rem;
  width: 1.1rem;
  cursor: pointer;
  position: absolute;
  top: 0; }

.mobileSelect .content .btnBar .cancel {
  left: 0;
  color: #666; }

.mobileSelect .content .btnBar .ensure {
  right: 0;
  color: #939399; }

.mobileSelect .content .panel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.mobileSelect .content .panel .wheels {
  width: 100%;
  height: 4rem;
  overflow: hidden; }

.mobileSelect .content .panel .wheel {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  height: 4rem;
  overflow: hidden;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.mobileSelect .content .panel .wheel .selectContainer {
  display: block;
  text-align: center;
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: -webkit-transform 0.18s ease-out;
  -o-transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
  transition: transform 0.18s ease-out, -webkit-transform 0.18s ease-out; }

.mobileSelect .content .panel .wheel .selectContainer li {
  font-size: .36rem;
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block; }

.mobileSelect .content .panel .selectLine {
  height: .8rem;
  width: 100%;
  position: absolute;
  top: 1.6rem;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC; }

.mobileSelect .content .panel .shadowMask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0.9;
  pointer-events: none; }

.mobileSelect-show {
  opacity: 1;
  z-index: 10000;
  visibility: visible; }

.mobileSelect-show .content {
  bottom: 0; }

.bindPhone {
  width: 100%;
  height: auto; }

.bindPhone .code-input {
  width: 7.02rem;
  height: 1rem;
  position: relative;
  margin: 0 auto; }

.bindPhone .code-input > input {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  text-indent: .3rem;
  font-size: .28rem;
  color: #292A41;
  border: .01rem solid #ECECF0; }

.bindPhone .Phone-code {
  margin-top: .22rem; }

.bindPhone .Phone-code > span {
  display: block;
  width: .5rem;
  position: absolute;
  top: 0;
  right: .3rem;
  height: 100%; }

.bindPhone .Phone-code > span > i.icon_clear {
  display: block;
  background-repeat: repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: .28rem;
  height: .28rem;
  background-image: url(//js.ibaotu.com/mobile/img/icons/user/icon_clear.png);
  margin: .36rem auto; }

.bindPhone .Veri-code {
  margin-top: .4rem; }

.bindPhone .Veri-code .get-vericode {
  display: block;
  width: 2.5rem;
  height: .4rem;
  font-size: .28rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  line-height: .4rem;
  border-left: .01rem solid #ececf0;
  margin: .3rem 0;
  color: #8D8D96; }

.bindPhone .Veri-code .get-vericode > input {
  background: none;
  border: none;
  height: 1rem;
  display: block;
  margin-top: -.3rem;
  margin-left: .2rem;
  z-index: 999;
  color: #999999; }

/*验证手机号*/
.bindPhone .code-input > p {
  position: absolute;
  left: 0;
  bottom: -.45rem;
  font-size: .24rem;
  color: #FF3A30; }

.bindPhone .Veri-code .clear-veri {
  display: block;
  width: .5rem;
  position: absolute;
  top: 0;
  right: 2.5rem;
  height: 100%; }

.bindPhone .Veri-code .clear-veri {
  display: none; }

.bindPhone .Veri-code .clear-veri .icon_clear {
  display: block;
  background-repeat: repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: .28rem;
  height: .28rem;
  background-image: url(//js.ibaotu.com/mobile/img/icons/user/icon_clear.png);
  margin: .36rem auto; }

.bindPhone .Phone-code .clear-phone {
  display: none; }

.Phone-code .error-prompt {
  display: none; }

.Veri-code .veri-prompt {
  display: none; }

/*确定按钮*/
.bindPhone .determine-but {
  display: block;
  width: 7.02rem;
  height: 1rem;
  margin: .8rem auto 0;
  font-size: .32rem;
  text-align: center;
  line-height: 1rem;
  background: #ececf0;
  -webkit-border-radius: .5rem;
  border-radius: .5rem;
  letter-spacing: .01rem;
  color: #8D8D96; }

.bindPhone .determine-but-on {
  background: #ff9100;
  color: #ffffff; }

/*滑动验证*/
.bindPhone .slide-verification {
  width: 7.02rem;
  height: .68rem;
  margin: .6rem auto 0rem; }

.myPhone {
  width: 100%;
  height: auto; }

.myPhone .myPhone-child {
  width: 100%;
  height: 1.2rem;
  border-bottom: .01rem solid #ECECF0;
  position: relative;
  padding: 0 .24rem; }

.myPhone-child > span {
  display: block;
  width: 1.5rem;
  position: absolute;
  top: 0;
  left: .24rem;
  color: #8D8D96;
  font-size: .28rem;
  text-align: left;
  line-height: 1.2rem;
  letter-spacing: .01rem; }

.myPhone-child > p {
  display: block;
  position: absolute;
  top: 0;
  right: .24rem;
  font-size: .28rem;
  text-align: right;
  line-height: 1.2rem;
  letter-spacing: .01rem; }

/*修改手机号按钮*/
.myPhone .update-phone {
  display: block;
  margin: 1rem auto 0;
  width: 7.02rem;
  height: 1rem;
  -webkit-border-radius: .5rem;
  border-radius: .5rem;
  background: #ff9100;
  color: #ffffff;
  letter-spacing: .01rem;
  line-height: 1rem;
  font-size: .28rem;
  text-align: center; }

/*手机注册登录*/
.bottom-par-link {
  width: 7.02rem;
  height: auto;
  margin: .4rem auto 0; }

.bottom-par-link > a {
  width: 50%;
  display: block;
  font-size: .28rem;
  color: #333443;
  letter-spacing: .01rem; }

.bottom-par-link > a.have-go-login {
  text-align: right; }

/*绑定手机号*/
.bindPhone .bindnumber {
  width: 100%;
  padding: .3rem .24rem 0rem; }

.bindnumber > p {
  display: block;
  width: 100%;
  font-size: .26rem;
  color: #8d8d96;
  text-align: left;
  margin-bottom: .12rem; }

.bindPhone .bindframe {
  width: 100%;
  height: 1.2rem;
  padding-left: .24rem;
  background: #ffffff; }

.bindPhone .bindframe-QQ {
  margin-top: .5rem; }

.bindframe-QQ .child-QQ {
  border-bottom: .01rem solid #DCDCDC; }

.bindframe .bindframe-child {
  width: 100%;
  height: 100%;
  padding: .22rem 0;
  position: relative; }

.bindframe-child > img {
  width: .76rem;
  height: .76rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }

.bindframe-child > div {
  margin-left: .2rem; }

.bindframe-child > div > p {
  font-size: .28rem;
  text-align: left;
  letter-spacing: .01rem;
  color: #333443;
  display: block;
  margin-bottom: .06rem; }

.bindframe-child > div > span {
  font-size: .24rem;
  color: #8d8d96;
  letter-spacing: .01rem;
  text-align: left;
  display: block; }

.bindframe-child .bindselec {
  position: absolute;
  top: 0;
  right: .24rem;
  width: .5rem;
  height: 1.2rem;
  display: block; }

.bindselec > i {
  width: .34rem;
  height: .34rem;
  display: block;
  background-repeat: repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin: .41rem auto; }

.bindselec .icon-selected {
  background-image: url(//js.ibaotu.com/mobile/img/icons/user/icon_weixuan.png); }

.bind-active .icon-selected {
  background-image: url(//js.ibaotu.com/mobile/img/icons/user/icon_xuanzhong.png); }

/*绑定*/
.bind-button {
  width: 7.02rem;
  height: 1rem;
  background: #ff9100;
  text-align: center;
  line-height: 1rem;
  color: #ffffff;
  -webkit-border-radius: .5rem;
  border-radius: .5rem;
  font-size: .32rem;
  margin: .6rem auto 0;
  letter-spacing: .02rem; }

.bind-button > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff; }

.success-copy {
  display: none;
  width: 2.8rem;
  height: .8rem;
  background: rgba(9, 7, 36, 0.7);
  color: #ffffff;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin: -.4rem auto 0;
  color: #ffffff;
  text-align: center;
  line-height: .8rem;
  font-size: .28rem;
  letter-spacing: .01rem;
  -webkit-border-radius: .48rem;
  border-radius: .48rem; }

.success-copy .success-hook {
  display: inline-block;
  width: .36rem;
  height: .26rem;
  background: url(//js.ibaotu.com/mobile/img/icons/public/icon_success.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  margin-top: -.04rem;
  margin-right: .1rem; }

/*滑动验证*/
.nc-container .nc_scale .nc_ok, .nc-container .nc_scale .nc_bg {
  background: #ff9100; }

.nc-container .nc_scale span {
  text-align: center;
  width: 40px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  cursor: move;
  background: #fff;
  z-index: 2; }

/*登录即同意协议*/
.login-agree-pro {
  font-size: .24rem;
  color: #CFCFD6;
  text-align: center;
  margin-top: .18rem; }

.login-agree-pro > span {
  color: #CFCFD6;
  display: inline-block;
  border-bottom: .01rem dashed #CFCFD6; }

/*包图网网络服协议*/
.protocol-page {
  width: 100%;
  display: none;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  padding: .3rem .24rem 1rem;
  background: #ffffff;
  z-index: 999;
  overflow: auto; }

.protocol-page .close-pop {
  height: .44rem;
  width: .44rem;
  background: url(//js.ibaotu.com/revision/img/icon-public.png);
  position: absolute;
  right: .25rem;
  top: .5rem;
  display: block; }

.protocol-page > h2 {
  font-size: .36rem;
  color: #292A41;
  text-align: center;
  letter-spacing: .01rem;
  font-weight: normal;
  margin-bottom: .3rem; }

.protocol-page > p {
  display: block;
  width: 100%;
  color: #333443;
  text-align: left;
  margin-bottom: .25rem;
  letter-spacing: .01rem; }

.protocol-page > p.pa-title-f {
  font-size: .32rem; }

.protocol-page > p.pa-title-s {
  font-size: .28rem;
  margin-top: -.12rem; }

.protocol-page > span {
  display: block;
  font-size: .28rem;
  color: #8D8D96;
  line-height: .45rem;
  margin-bottom: .2rem; }

.protocol-page > span > em {
  border-bottom: .01rem solid #8D8D96;
  color: #8D8D96;
  font-size: .26rem;
  font-weight: normal; }

/*2018-09-11*/
/*滑动验证*/
._nc .stage1 {
  width: 100%;
  height: .68rem;
  position: relative; }

._nc .stage1 .slider {
  position: absolute;
  height: .68rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ddd;
  left: 0rem;
  right: .3rem;
  width: 100%; }

._nc .stage1 .track div, ._nc .stage1 .label {
  line-height: .68rem;
  height: .68rem;
  text-align: center;
  font-size: .32rem; }

._nc .stage1 .button {
  position: absolute;
  left: 0;
  top: 0;
  width: .8rem;
  height: .68rem;
  background-color: #fff;
  cursor: pointer;
  border: .01rem solid #cccccc; }

._nc .icon-slide-arrow, ._nc .icon-ok {
  font-size: .4rem; }

._nc .icon-ok {
  color: #ff9100; }

._nc .stage1 .bg-green {
  background-color: #ff9100; }

._nc .stage1 .icon {
  position: absolute;
  left: .1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: .68rem; }

@media all and (max-width: 320px) {
  .mobileSelect .content .panel .wheel .selectContainer > li {
    line-height: 12px; } }

@media all and (max-width: 360px) {
  .mobileSelect .content .panel .wheel .selectContainer > li {
    line-height: 34px !important; } }

@media all and (max-width: 375px) {
  .mobileSelect .content .panel .wheel .selectContainer > li {
    line-height: 40px !important; } }

@media all and (max-width: 414px) {
  .mobileSelect .content .panel .wheel .selectContainer > li {
    line-height: 60px; } }

/* 181011滑动验证码改成图片验证码 */
.bindPhone .code-input {
  position: relative; }

.bindPhone .code-input:before {
  position: absolute;
  content: ''; }

.bindPhone .code-input.Phone-code:before {
  top: 0.28rem;
  left: 0.32rem;
  width: 0.28rem;
  height: 0.4rem;
  background: url(//js.ibaotu.com/mobile/img/icons/login/icon_mphone.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.bindPhone .code-input.imgCode:before {
  top: 0.34rem;
  left: 0.3rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url(//js.ibaotu.com/mobile/img/icons/login/icon_imgvcode.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.bindPhone .code-input.Veri-code:before {
  top: 0.32rem;
  left: 0.3rem;
  width: 0.32rem;
  height: 0.38rem;
  background: url(//js.ibaotu.com/mobile/img/icons/login/icon_smsvcode.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.bindPhone .imgCode {
  margin-top: 0.4rem; }

.bindPhone .imgCode.error {
  margin-bottom: .68rem; }

.bindPhone .code-input > input {
  text-indent: 0.8rem; }

.bindPhone .code-input .imgcode-input {
  float: left;
  width: 65.81197%; }

.bindPhone .imgCode canvas {
  vertical-align: top;
  width: 31.33903%;
  height: 100%;
  margin-left: 2.849%; }

.error .imgcode-prompt {
  display: block; }

.imgcode-prompt {
  display: none;
  line-height: 0.36rem;
  margin-top: 0.16rem; }

/*注册页广告位*/
.Adver-space{
    width: 100%;
    height: 1.2rem;
    background: url(//js.ibaotu.com/mobile/img/icons/public/img_zhuce.png)center no-repeat;
    background-size: cover;
}

.Adver-space>a{
    display: block;
    width: 100%;
    height: 100%;
}

/*2018-12-26*/
/*登录页面改*/
.bottom-link-up{
  width: 6.8rem;
  height: .01rem;
  background: #D8D8D8;
  margin: .8rem auto 0;
  position: relative;
}

.bottom-link-up>a.have-go-login{
  position: absolute;
  width: 30%;
  background: #ffffff;
  top: -.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/*QQ登录图标*/
.QQ-login-icon{
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: #13B7F6 url(//js.ibaotu.com/mobile/img/icons/login/img-qq-icon2.png)center no-repeat;
  background-size: 50%;
  border-radius: 100%;
  margin: .6rem auto 0;
}


.login-agree-pro .privacy{
  margin-top: .2rem;
}

/*2019-01-08*/
/*登录页面增加注意事项*/
.precautions{
  font-size: .24rem;
  color: #333443;
  text-align: center;
  margin-top: .5rem;
}

/*2019-01-14登录注册广告位更换*/
.Adver-space2{
  width: 100%;
  height: 2.16rem;
  background: url(//js.ibaotu.com/mobile/img/icons/public/img_user_new.png)center no-repeat;
  background-size: cover;
}
/*2019-06-04 我的vip增加腾讯会员和设计坞兑换卡片*/

.pop-cards-sjw {
  display: none; }

.pop-cards-sjw .g-cards-sjw {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 5.5rem;
  height: 4rem;
  background: #fff;
  padding: .74rem .18rem 0 .51rem;
  -webkit-border-radius: .2rem;
  border-radius: .2rem;
  color: #333443;
  }
  .g-cards-sjw > p {
    line-height: .44rem;
    font-size: .26rem;
    letter-spacing: .01rem;
    padding-right: .2rem; }
  .g-cards-sjw > span {
    display: block;
    line-height: .44rem;
    font-size: .26rem;
    margin: .3rem 0 .1rem; }
  .g-cards-sjw > i {
    float: right;
    width: 3.58rem;
    height: 1.06rem;
    background: url(//js.ibaotu.com/mobile/img/activity/190418/sjw.png) center 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .g-cards-sjw .u-iknow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    line-height: .98rem;
    font-size: .32rem;
    color: #FF9100;
    text-align: center;
    border-top: .02rem solid #ECECF0; }


