@charset "utf-8";
/* /mobile/css/dsmrz.css */
@charset "UTF-8";
/*@mixin*/
/* 渐变 */
/* 描边 */
.mod-dxxrz .ele-bg {
  background-image: url(../mobile/images/sprites_v220714.png?);
  background-repeat: no-repeat;
}

.mod-dxxrz {
  width: 90%;
  margin: 20px auto;
}
.mod-dxxrz .m-tip {
  font: 500 14px/26px "microsoft yahei";
  color: #616161;
}
.mod-dxxrz .txt-em {
  color: #ff5a00 !important;
}
.mod-dxxrz .lnk-txt {
  color: #0e8ad9;
  text-decoration: underline;
}
.mod-dxxrz .dxxrz-content {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding-top: 20px;
}
.mod-dxxrz .dxxrz-content .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 106px;
  margin: 0 30px;
}
.mod-dxxrz .dxxrz-content .item .info {
  background-position: 0 0;
  width: 103px;
  height: 103px;
  display: block;
  position: relative;
}
.mod-dxxrz .dxxrz-content .item .i-phone {
  background-position: -143px 0;
  width: 40px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -20px;
}
.mod-dxxrz .dxxrz-content .item .i-identity {
  background-position: -50px -103px;
  width: 50px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -25px;
}
.mod-dxxrz .dxxrz-content .item .i-right {
  background-position: -143px -64px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin: -10px 0 0 0;
}
.mod-dxxrz .dxxrz-content .item .title {
  font: 500 14px/24px "microsoft yahei";
  color: #616161;
  margin: 6px auto;
}
.mod-dxxrz .dxxrz-content .item .btn-txt {
  background-color: #44b3f8;
  font: 500 14px/36px "microsoft yahei";
  color: #fff;
  display: block;
  width: 106px;
  height: 36px;
  position: relative;
  *zoom: 1;
}
.mod-dxxrz .dxxrz-content .item .btn-txt:hover {
  text-decoration: none;
}
.mod-dxxrz .dxxrz-content .item .btn-txt[data-status="0"] .i-right {
  display: none;
}
.mod-dxxrz .dxxrz-content .item .btn-txt[data-status="0"] .txt {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.mod-dxxrz .dxxrz-content .item .btn-txt[data-status="1"] {
  padding-left: 46px;
  text-align: left;
  background-color: #f2f2f2;
  width: 60px;
  cursor: default;
}
.mod-dxxrz .dxxrz-content .item .btn-txt[data-status="1"] .i-right {
  display: block;
}
.mod-dxxrz .dxxrz-content .item .btn-txt[data-status="1"] .txt {
  color: #616161;
}
.mod-dxxrz .dxxrz-content .item.has .i-phone {
  background-position: -103px 0;
  width: 40px;
  height: 64px;
}
.mod-dxxrz .dxxrz-content .item.has .i-identity {
  background-position: 0 -103px;
  width: 50px;
  height: 42px;
}

.mod-dnick {
  width: 90%;
  margin: 20px auto;
}
.mod-dnick .txt {
  font: 500 14px/28px "microsoft yahei";
  color: #616161;
  text-align: center;
}
.mod-dnick .btn-txt {
  background-color: #44b3f8;
  font: 500 14px/36px "microsoft yahei";
  color: #fff;
  display: block;
  width: 106px;
  height: 36px;
  position: relative;
  text-align: center;
  *zoom: 1;
  margin: 10px auto;
}

.m-dialog_readname{
  width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -40vw;
  border: #555 1px solid;
  background: #fff;
  z-index: 202207;
}
.m-dialog_readname .u-pop-title{
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;

}
.m-dialog_readname .u-pop-title .title{
  color: #333;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.m-dialog_readname .u-pop-title .u-close{
  background: url(../mobile/images/close_btn.jpg?) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: 15px;
  line-height: 10px;
  overflow: hidden;
}

.m-mark{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202207;
}

@media screen and (max-width:500px){

  .m-dialog_readname{
    width: 100vw;
    margin-left: -50vw;
  }
  .mod-dxxrz .dxxrz-content .item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 106px;
    margin: 0 10px;
  }
}
/* /mobile/css/dappeal.css */
@charset "UTF-8";
/*@mixin*/
/* 渐变 */
/* 描边 */
input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999;
}

textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999;
}

input:focus, textarea:focus {
  outline: none;
}

.m-dialog_appeal{
  width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -40vw;
  /* border: #555 1px solid; */
  background: #fff;
  z-index: 111;
}
.m-dialog_appeal .u-pop-title{
  background: #f7f7f7;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;

}
.m-dialog_appeal .u-pop-title .title{
  color: #333;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.m-dialog_appeal .u-pop-title .u-close{
  background: url(../mobile/images/close_btn.jpg?) no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  margin-top: 15px;
  line-height: 10px;
  overflow: hidden;
}

.m-mark{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
}

.mod-appeal {
  width: 90%;
  margin: 10px auto 20px;
}
.mod-appeal .appeallist li {
  font: 500 14px/24px "microsoft yahei";
  color: #616161;
}
.mod-appeal .appeallist .lnk-txt {
  color: #0e8ad9;
}
.mod-appeal .appeallist .lnk-txt:hover {
  text-decoration: underline;
}
.mod-appeal .opt-cont {
  margin-top: 10px;
}
.mod-appeal .opt-cont .tit {
  font: 700 14px/30px "microsoft yahei";
  color: #333333;
  white-space: nowrap;
  height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod-appeal .opt-cont .m-textarea {
  border: 1px solid #a8a8a8;
  width: 100%;
  height: 100px;
  padding: 5px;
}
.mod-appeal .opt-cont .m-textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  resize: none;
  border: none;
}

.mod-appeal   .appealtip{
  font: 700 14px/28px "microsoft yahei";
  color: #ff0000;
  height: 28px;
  text-align: center;
}
.mod-appeal .opt-btn {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-align: center;

}
.mod-appeal .opt-btn .btn-txt {
  background-color: #44b3f8;
  border: 1px solid #44b3f8;
  font: 500 14px/36px "microsoft yahei";
  color: #fff;
  display: inline-block;
  width: 106px;
  height: 36px;
  position: relative;
  text-align: center;
  *zoom: 1;
  margin: 0 25px;
  cursor: pointer;
}
.mod-appeal .opt-btn .btn-cancel {
  background-color: #ffffff;
  border-color: #a8a8a8;
  color: #616161;
}

@media screen and (max-width:500px){

  .m-dialog_appeal{
    width: 100vw;
    margin-left: -50vw;
  }
}
.mod_mymsg .msginfo{
  position: relative;
}

.mod_mymsg .msginfo .msg_appeal{
  color: #61c2f4;
  margin-left: 8px;
  position: absolute;
  left: 0;
  font-size: 14px;
}
