@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
/*** 
 *author:james;
 *date:2014-10-20;
 ***/
/*引入compass.css*/
/*引入自定义方法*/
/***
 *author:james;
 *date:2014-10-24;
 ***/
/* line 14, ../../sass/public/mod/_method.scss */
.pcenter .einfo .hd, .pcenter .einfo .bd dd, .form-box .pwd-item, .form-box .pw-str, .bank_list dd, .bank_list dd .edit_card, .msg-list dl dt, .msg-list dl dd {
  zoom: 1;
}
/* line 16, ../../sass/public/mod/_method.scss */
.pcenter .einfo .hd:after, .pcenter .einfo .bd dd:after, .form-box .pwd-item:after, .form-box .pw-str:after, .bank_list dd:after, .bank_list dd .edit_card:after, .msg-list dl dt:after, .msg-list dl dd:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*引入用户中心的reset*/
/*** 
 *author:james;
 *date:2014-10-20;
 ***/
/*引入compass.css*/
/*引入common.css*/
/* line 9, ../../sass/user/mod/_reset.scss */
body {
  padding: 0;
}

/*引入用户中心的登录页样式*/
/*** 
 *author:james;
 *date:2014-10-30;
 ***/
/* line 6, ../../sass/user/mod/_login.scss */
.login-box {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* line 9, ../../sass/user/mod/_login.scss */
.login-box .login-form {
  -moz-box-shadow: #ccc 2px 2px 10px;
  -webkit-box-shadow: #ccc 2px 2px 10px;
  box-shadow: #ccc 2px 2px 10px;
  padding: 30px 40px;
  width: 335px;
  height: 380px;
  background-color: #fff;
}
/* line 15, ../../sass/user/mod/_login.scss */
.login-box .login-form h2 {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}
/* line 21, ../../sass/user/mod/_login.scss */
.login-box .login-form .dy-group input.form-control {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 282px;
  height: 20px;
  line-height: 20px;
  padding: 9px 5px 9px 45px;
  margin: 0;
}
/* line 29, ../../sass/user/mod/_login.scss */
.login-box .login-form .dy-group span.icon-addon {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #cccccc;
}
/* line 41, ../../sass/user/mod/_login.scss */
.login-box .login-form .dy-group .btn-login {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  background: #0697da;
  cursor: pointer;
}
/* line 50, ../../sass/user/mod/_login.scss */
.login-box .login-form .dy-group .notice {
  height: 30px;
  padding-left: 40px;
  color: #333333;
  border: 1px solid #f6c8b5;
  background-color: #fceee8;
}
/* line 56, ../../sass/user/mod/_login.scss */
.login-box .login-form .dy-group .notice span {
  line-height: 30px;
  color: #333333;
}
/* line 62, ../../sass/user/mod/_login.scss */
.login-box .login-form .dy-error {
  display: none;
}

/*引入用户中心的注册页样式*/
/*** 
 *author:james;
 *date:2014-10-31;
 *Updated By:chenls
 *Updated Time:2014-11-26
 ***/
/* line 8, ../../sass/user/mod/_reg.scss */
.reg-box {
  -moz-box-shadow: #ccc 2px 2px 10px;
  -webkit-box-shadow: #ccc 2px 2px 10px;
  box-shadow: #ccc 2px 2px 10px;
  width: 770px;
  padding: 20px 115px 50px;
  margin: 70px auto;
  background-color: #ffffff;
}
/* line 14, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step {
  position: relative;
  height: 150px;
}
/* line 17, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step .reg-step-line {
  position: absolute;
  top: 50px;
  width: 770px;
  height: 3px;
  overflow: hidden;
  background: #cccccc;
}
/* line 25, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step .reg-step-on {
  position: absolute;
  top: 50px;
  width: 770px;
  height: 3px;
  overflow: hidden;
  background: #4cc3fe;
}
/* line 32, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step .reg-step-on.reg-step-on1 {
  width: 120px;
}
/* line 35, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step .reg-step-on.reg-step-on2 {
  width: 285px;
}
/* line 38, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step .reg-step-on.reg-step-on3 {
  width: 450px;
}
/* line 41, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step .reg-step-on.reg-step-on4 {
  width: 770px;
}
/* line 45, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol {
  width: 770px;
  height: 150px;
  position: absolute;
  list-style: none;
}
/* line 50, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol li {
  position: absolute;
  left: 120px;
  top: 27px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  font-family: "Arial";
  color: #fff;
  background: url(../img/icon/reg/reg_icon.png) #fff no-repeat;
  background-position: -236px -470px;
}
/* line 63, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol li span.word {
  position: absolute;
  left: -25px;
  top: 40px;
  width: 100px;
  color: #999999;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  text-align: center;
}
/* line 73, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol li.on {
  background-position: -279px -470px;
}
/* line 75, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol li.on span.word {
  color: #333333;
}
/* line 79, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol li.step2 {
  left: 285px;
}
/* line 82, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol li.step3 {
  left: 450px;
}
/* line 85, ../../sass/user/mod/_reg.scss */
.reg-box .reg-step ol li.step4 {
  left: 615px;
}
/* line 91, ../../sass/user/mod/_reg.scss */
.reg-box .reg-form {
  padding: 15px;
}
/* line 93, ../../sass/user/mod/_reg.scss */
.reg-box .reg-form .user-phone {
  display: inline-block;
  padding-top: 8px;
  font-size: 14px;
  color: #333;
}
/* line 100, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-control {
  width: 300px;
}
/* line 103, ../../sass/user/mod/_reg.scss */
.reg-box .input-icon {
  padding-left: 45px;
}
/* line 107, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group .icon-addon {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #e2e2e2;
}
/* line 119, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group .dy-form-control {
  background: #faf9f8;
}
/* line 122, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group .veri-img {
  height: 42px;
  vertical-align: middle;
  cursor: pointer;
}
/* line 127, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group span.error {
  background: url(../img/icon/reg/reg_icon.png) no-repeat -64px -77px;
  padding-left: 21px;
}
/* line 131, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group span.right {
  background-position: -8px 0px;
}
/* line 134, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group input.error {
  color: #666666;
}
/* line 137, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group .pw_strength {
  position: relative;
  top: 5px;
  left: 190px;
  width: 294px;
  height: 18px;
  background-color: #ffd099;
  overflow: hidden;
}
/* line 145, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group .pw_strength .pw_bar {
  width: 0;
  height: 18px;
  overflow: hidden;
  background-color: #f00;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: width 0.4s linear;
}
/* line 155, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group .pw_strength .pw_letter {
  position: absolute;
  left: 0px;
  top: 0px;
}
/* line 159, ../../sass/user/mod/_reg.scss */
.reg-box .dy-form-group .pw_strength .pw_letter span {
  display: inline;
  float: left;
  height: 18px;
  width: 97px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #FFF;
  border-right: 1px solid #FFF;
}
/* line 173, ../../sass/user/mod/_reg.scss */
.reg-box .reg-help {
  overflow: hidden;
  color: #333;
  border-top: 1px solid #E1E1E1;
  padding: 30px 0 50px;
}
/* line 178, ../../sass/user/mod/_reg.scss */
.reg-box .reg-help h3 {
  margin-bottom: 10px;
}
/* line 179, ../../sass/user/mod/_reg.scss */
.reg-box .reg-help p {
  font-size: 14px;
}
/* line 180, ../../sass/user/mod/_reg.scss */
.reg-box .reg-help a {
  color: #0697DA;
  margin: 0 8px;
}
/* line 185, ../../sass/user/mod/_reg.scss */
.reg-box .reg-help input.getcode {
  background: #E5C362;
  color: #FFF;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 8px;
  cursor: pointer;
}
/* line 194, ../../sass/user/mod/_reg.scss */
.reg-box .reg-help input.get_verty_dis {
  background-color: #ccc;
  cursor: not-allowed;
}
/* line 200, ../../sass/user/mod/_reg.scss */
.reg-box .reg-mail {
  color: #333;
  padding-bottom: 60px;
}
/* line 203, ../../sass/user/mod/_reg.scss */
.reg-box .reg-mail h2 {
  padding-bottom: 15px;
}
/* line 204, ../../sass/user/mod/_reg.scss */
.reg-box .reg-mail p {
  font-size: 14px;
}
/* line 205, ../../sass/user/mod/_reg.scss */
.reg-box .reg-mail .btn {
  background: #0d9572;
  margin-top: 15px;
}
/* line 208, ../../sass/user/mod/_reg.scss */
.reg-box .reg-mail .btn:hover {
  background: #018261;
}
/* line 213, ../../sass/user/mod/_reg.scss */
.reg-box .reg-mail-success {
  text-align: center;
  color: #333;
  padding: 280px 0 50px;
  background: url(../img/user/mail_success.jpg) no-repeat center 0;
}
/* line 218, ../../sass/user/mod/_reg.scss */
.reg-box .reg-mail-success h4 {
  margin-bottom: 30px;
}

/* line 221, ../../sass/user/mod/_reg.scss */
.reg-server {
  color: #0073b6;
}

/* line 224, ../../sass/user/mod/_reg.scss */
.service_detail_box {
  padding: 20px 10px;
  overflow: hidden;
  color: #666666;
  font-family: "Microsoft YaHei","tahoma","arial","sans-serif";
  font-size: 12px;
  line-height: 1.5;
}

/* line 232, ../../sass/user/mod/_reg.scss */
.service_detail {
  width: 400px;
  height: 280px;
  margin: 0 auto;
  overflow-y: scroll;
  border: 1px solid #ededed;
  padding: 5px;
}
/* line 239, ../../sass/user/mod/_reg.scss */
.service_detail p {
  text-indent: 24px;
}

/* line 243, ../../sass/user/mod/_reg.scss */
.text_center {
  text-align: center;
}

/* line 246, ../../sass/user/mod/_reg.scss */
.reg-server-btn {
  color: #fff;
  font: 20px/30px "Microsoft YaHei";
  padding: 5px 35px;
  margin-top: 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  overflow: visible;
  background: #0697DA;
}

/****************产品中心****************/
/* line 4, ../../sass/user/mod/_common.scss */
.pcenter {
  /*该样式可能后期会删除*/
  overflow: hidden;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #f4f4f4), color-stop(50%, #ffffff));
  background: -moz-linear-gradient(left, #f4f4f4 50%, #ffffff 50%);
  background: -webkit-linear-gradient(left, #f4f4f4 50%, #ffffff 50%);
  background: linear-gradient(to right, #f4f4f4 50%, #ffffff 50%);
}
/* line 9, ../../sass/user/mod/_common.scss */
.pcenter .wrap {
  background: #f4f4f4;
  overflow-y: hidden;
}
/* line 13, ../../sass/user/mod/_common.scss */
.pcenter .slidebar {
  width: 238px;
  float: left;
  padding: 24px 0;
  background: #f4f4f4;
}
/* line 19, ../../sass/user/mod/_common.scss */
.pcenter .content {
  width: 910px;
  min-height: 500px;
  padding-left: 50px;
  float: left;
  background: #FFF;
  position: relative;
  padding-bottom: 50px;
}
/* line 28, ../../sass/user/mod/_common.scss */
.pcenter .dlbox {
  overflow: hidden;
  margin-bottom: 25px;
}
/* line 31, ../../sass/user/mod/_common.scss */
.pcenter .dlbox dt {
  height: 33px;
  font-size: 22px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
/* line 36, ../../sass/user/mod/_common.scss */
.pcenter .dlbox dt h3 {
  display: inline-block;
  background: #FFF;
  position: relative;
  top: 15px;
  padding-right: 8px;
}
/* line 44, ../../sass/user/mod/_common.scss */
.pcenter .dlbox dd {
  line-height: 1.8;
}
/* line 46, ../../sass/user/mod/_common.scss */
.pcenter .dlbox dd .btn-box {
  margin-bottom: 20px;
}
/* line 48, ../../sass/user/mod/_common.scss */
.pcenter .dlbox dd .btn-box .buy-other {
  color: #0697da;
  border: 1px solid #0697da;
  border-radius: 3px;
  line-height: 22px;
  padding: 2px 10px;
}

/* line 60, ../../sass/user/mod/_common.scss */
.pcenter .upfile {
  margin-top: 10px;
}
/* line 63, ../../sass/user/mod/_common.scss */
.pcenter .upfileBtn {
  font-size: 14px;
  color: #333;
  padding: 5px 20px !important;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e7e7eb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
/* line 75, ../../sass/user/mod/_common.scss */
.pcenter .upfileBtn label {
  width: auto !important;
  line-height: normal !important;
  padding: 0 !important;
}
/* line 80, ../../sass/user/mod/_common.scss */
.pcenter .upfileBtn input[type=file] {
  font-size: 200px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 88, ../../sass/user/mod/_common.scss */
.pcenter .upfileBtn:hover {
  color: #fff !important;
  background-color: #0dba83;
}
/* line 91, ../../sass/user/mod/_common.scss */
.pcenter .upfileBtn:hover label {
  color: #fff !important;
}
/* line 96, ../../sass/user/mod/_common.scss */
.pcenter .progress-view {
  border: 1px solid #e7e7eb;
  padding: 5px 20px;
  overflow: hidden;
  position: relative;
  top: -1px;
  display: none;
}
/* line 103, ../../sass/user/mod/_common.scss */
.pcenter .progress-view span {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
}
/* line 107, ../../sass/user/mod/_common.scss */
.pcenter .progress-view span.file-name {
  color: #333;
  width: 80px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 114, ../../sass/user/mod/_common.scss */
.pcenter .progress-view span.file-size {
  color: #999;
}
/* line 116, ../../sass/user/mod/_common.scss */
.pcenter .progress-view span.file-size em {
  font-style: normal;
}
/* line 121, ../../sass/user/mod/_common.scss */
.pcenter .progress-view .progress {
  display: inline-block;
  font-size: 0px;
  width: 200px;
  height: 5px;
  margin-top: 13px;
  *margin-top: 18px;
  background-color: #e7e7eb;
  overflow: hidden;
}
/* line 130, ../../sass/user/mod/_common.scss */
.pcenter .progress-view .progress span {
  height: 5px;
  margin: 0;
  background-color: #0dba83;
}
/* line 137, ../../sass/user/mod/_common.scss */
.pcenter .preview {
  margin-top: 10px;
}
/* line 139, ../../sass/user/mod/_common.scss */
.pcenter .preview img {
  width: 100px;
  height: 60px;
  padding: 2px;
  border: 1px solid #e7e7eb;
}
/* line 146, ../../sass/user/mod/_common.scss */
.pcenter span.warning {
  color: #ff0000 !important;
  float: none !important;
  margin-right: 5px !important;
}
/* line 151, ../../sass/user/mod/_common.scss */
.pcenter .pop {
  min-height: 50px;
  line-height: 50px;
  padding: 23px 20px 23px 0;
  border: 2px solid #e9e2cd;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f6f2e6;
  overflow: hidden;
  margin: 10px 0 30px 0;
}
/* line 160, ../../sass/user/mod/_common.scss */
.pcenter .pop .btn {
  width: 130px;
  float: right;
  margin-top: 3px;
}
/* line 165, ../../sass/user/mod/_common.scss */
.pcenter .pop .icon {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 50px;
  height: 50px;
  background: url(../img/user/icon.png) no-repeat;
  position: absolute;
  margin-left: 20px;
}
/* line 173, ../../sass/user/mod/_common.scss */
.pcenter .pop .icon-error {
  background-position: 0px -62px;
}
/* line 176, ../../sass/user/mod/_common.scss */
.pcenter .pop .title {
  font-size: 26px;
  padding-left: 83px;
  line-height: 50px !important;
  color: #333;
}

/*user left-slidebar module start */
/* line 186, ../../sass/user/mod/_common.scss */
.content-left {
  background: #f4f4f4;
  float: left;
  width: 240px;
  min-height: 100px;
  _height: 300px;
}
/* line 192, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar {
  line-height: 35px;
  padding-top: 30px;
  padding-left: 55px;
}
/* line 196, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item {
  -webkit-transform: translateZ(0);
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  width: 185px;
}
/* line 201, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item dt {
  font-size: 14px;
  line-height: 40px;
  color: #666;
  font-weight: 400;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  position: relative;
}
/* line 213, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item dt i {
  position: absolute;
  top: 18px;
  *top: 7px;
  _top: -18px;
  width: 0px;
  height: 0px;
  right: 0px;
  _height: 4px;
  _line-height: 4px;
  border: solid 1px transparent;
  border-width: 0 4px 4px 4px;
  border-width: 0 5px 5px 5px \0 !important;
  _border-color: #f4f4f4;
  _filter: chroma(color=gray);
  border-bottom-color: #999;
  display: inline-block;
  margin-right: 6px;
  float: right;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 233, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item dt i.rotate {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 236, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item dt i.slide-up {
  border: solid 1px transparent;
  border-width: 0 4px 4px 4px;
  _border-color: #f4f4f4;
  _filter: chroma(color=gray);
  border-bottom-color: #999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 246, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item a {
  position: relative;
  right: 0;
  display: block;
  font-size: 12px;
  color: #666;
  zoom: 1;
}
/* line 253, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item a .span-l {
  display: block;
  font-size: 12px;
}
/* line 257, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item a:hover {
  background-color: #e2e2e2;
}
/* line 260, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item a.on {
  background-color: #fff;
  color: #000;
}
/* line 265, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item .iconfont {
  position: relative;
  top: -1px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
  margin-left: 10px;
  color: #666666;
}
/* line 275, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item dt a {
  font-size: 14px;
}
/* line 278, ../../sass/user/mod/_common.scss */
.content-left .left-slidebar .nav-item dd a {
  padding-left: 50px;
}

/*user left-slidebar module end   */
/*user tables module start*/
/* line 287, ../../sass/user/mod/_common.scss */
.user-tab1 {
  width: 100%;
  border-collapse: collapse;
}
/* line 290, ../../sass/user/mod/_common.scss */
.user-tab1 thead {
  background: #f1f1f1;
}
/* line 293, ../../sass/user/mod/_common.scss */
.user-tab1 td, .user-tab1 th {
  text-align: center;
  line-height: 20px;
  padding: 10px 1px;
  color: #333333;
}
/* line 299, ../../sass/user/mod/_common.scss */
.user-tab1 td a.u-tab6-btn, .user-tab1 th a.u-tab6-btn {
  color: #fff;
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: visible;
  color: #fff;
  line-height: 20px;
  padding: 2px 15px;
  border-radius: 3px;
  background: #0697DA;
}
/* line 312, ../../sass/user/mod/_common.scss */
.user-tab1 td {
  padding: 20px 1px;
  color: #666666;
  border-bottom: 1px dashed #e2e2e2;
}
/* line 317, ../../sass/user/mod/_common.scss */
.user-tab1 th span {
  margin: 0px 10px;
}
/* line 320, ../../sass/user/mod/_common.scss */
.user-tab1 tr.tab6_tit td {
  background: #f6f6f6;
}
/* line 323, ../../sass/user/mod/_common.scss */
.user-tab1 td a {
  color: #0073b6;
  margin: 0px 5px;
}
/* line 326, ../../sass/user/mod/_common.scss */
.user-tab1 td a:hover {
  text-decoration: underline;
}

/*user tables module end*/
/* CSS Document */
/****************产品中心 - 确认支付****************/
/* line 5, ../../sass/user/mod/_info.scss */
.pcenter {
  /*产品信息*/
}
/* line 7, ../../sass/user/mod/_info.scss */
.pcenter .info-check {
  padding: 0px 35px;
  overflow: hidden;
}
/* line 10, ../../sass/user/mod/_info.scss */
.pcenter .info-check .pop {
  height: 50px;
  line-height: 50px;
  padding: 23px 20px 23px;
  border: 2px solid #e9e2cd;
  border-radius: 2px;
  background: #f6f2e6;
  overflow: hidden;
  margin-top: 30px;
}
/* line 19, ../../sass/user/mod/_info.scss */
.pcenter .info-check .pop .btn {
  width: 130px;
  float: right;
  margin-top: 3px;
}
/* line 24, ../../sass/user/mod/_info.scss */
.pcenter .info-check .pop .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/user/icon.png) no-repeat;
  float: left;
}
/* line 31, ../../sass/user/mod/_info.scss */
.pcenter .info-check .pop .icon-error {
  background-position: 0px -62px;
}
/* line 34, ../../sass/user/mod/_info.scss */
.pcenter .info-check .pop .title {
  font-size: 26px;
  padding-left: 13px;
  line-height: 50px;
  color: #333;
}
/* line 42, ../../sass/user/mod/_info.scss */
.pcenter .einfo {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  min-height: 250px;
  padding-bottom: 50px;
}
/* line 47, ../../sass/user/mod/_info.scss */
.pcenter .einfo .hd {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 18px;
}
/* line 53, ../../sass/user/mod/_info.scss */
.pcenter .einfo .hd .buy-other {
  color: #0697da;
}
/* line 56, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd {
  padding: 0px 35px;
  overflow: hidden;
}
/* line 59, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd dl {
  border-top: 1px solid #efefef;
  padding: 35px 0 15px;
  margin-top: -1px;
}
/* line 64, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd dd {
  margin-bottom: 20px;
  position: relative;
}
/* line 69, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd input[type="file"] {
  float: left;
}
/* line 72, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd label {
  width: 150px;
  line-height: 31px;
  text-align: right;
  padding-right: 15px;
  float: left;
}
/* line 78, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd label em {
  color: red;
  margin: 0 5px;
  font-style: normal;
}
/* line 80, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .val {
  line-height: 31px;
}
/* line 83, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .txt {
  float: left;
}
/* line 85, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .txt.error {
  border-color: #ff0000;
}
/* line 87, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sel {
  width: 150px;
  border: 1px solid #CDCDCD;
  font-size: 13px;
  padding: 4px 3px;
  border-radius: 3px;
}
/* line 94, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd span {
  float: left;
  line-height: 30px;
}
/* line 97, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd span.error {
  line-height: 35px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
/* line 104, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd span.info {
  line-height: 35px;
}
/* line 108, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sel-input {
  margin: 0 3px 0 10px;
  vertical-align: middle;
}
/* line 112, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .btn-upload {
  margin: 0 12px 0 5px;
  float: left;
}
/* line 116, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .btn-submit {
  margin: 40px 0 0 165px;
}
/* line 119, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .pic {
  float: left;
}
/* line 121, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .pic img {
  height: 31px;
  display: block;
}
/* line 126, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .msg {
  height: 31px;
  line-height: 31px;
  font-size: 12px;
}
/* line 131, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .msg-error {
  color: #ff0000;
  margin-left: 10px;
}
/* line 136, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .down {
  position: absolute;
  top: 38px;
  left: 160px;
  font-size: 12px;
  color: #1a97d5;
}
/* line 143, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .list-inline {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
/* line 146, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .list-inline li {
  width: 250px;
  text-align: left;
}
/* line 149, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .list-inline li label {
  text-align: right;
  width: 70px;
  min-width: 50px;
  padding-right: 10px;
  float: none;
  display: inline-block;
}
/* line 157, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .list-inline li span {
  float: none;
  display: inline-block;
}
/* line 160, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .list-inline li span.ellipsis {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 169, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .tip-hint {
  padding: 12px 20px;
  color: #e9500d;
  font: 12px/24px '宋体';
  border: 1px solid #f5cca0;
  background-color: #fffae6;
  margin: 20px 0;
}
/* line 178, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sub-list dd {
  padding: 10px 0;
  margin: 0;
}
/* line 181, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sub-list dd label {
  width: 180px;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  padding-right: 15px;
  float: left;
  display: inline-block;
}
/* line 189, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sub-list dd label em {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  color: #FF0000;
  margin: 0;
}
/* line 198, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sub-list dd input[type=text] {
  width: 220px;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  display: inline-block;
  border: 1px solid #cecece;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 208, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sub-list dd .span {
  float: left;
  display: inline-block;
}
/* line 211, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sub-list dd .span p {
  max-width: 300px;
  color: #999;
  padding: 10px 0 0 0;
  margin: 0;
}
/* line 216, ../../sass/user/mod/_info.scss */
.pcenter .einfo .bd .sub-list dd .span p.error {
  color: #ff0000;
}

/*产品详情*/
/* CSS Document */
/****************用户中心 - 产品详情****************/
/* line 8, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .info {
  padding: 25px 18px 30px;
}
/* line 10, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .info .paybar {
  padding-top: 50px;
}
/* line 12, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .info .paybar .p-state {
  font-size: 12px;
  margin-right: 15px;
}
/* line 18, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .ibox {
  padding: 0;
  border: 0;
}
/* line 22, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .ptab {
  margin-top: -1px;
}
/* line 23, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .ptab .hd ul {
  width: 911px;
}
/* line 24, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .ptab .hd li {
  width: 302px;
}
/* line 25, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .ptab .bd {
  min-height: 300px;
}
/* line 26, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .order-cont {
  border: 1px solid #E9E9E9;
  overflow: hidden;
  margin-top: -1px;
}
/* line 30, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .order-cont .hd {
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  padding: 0 20px;
  border-bottom: 1px dashed #E9E9E9;
}
/* line 36, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .order-cont .hd em {
  color: #000;
}
/* line 38, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .order-cont .bd {
  padding: 10px 0 30px;
}
/* line 39, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .order-cont .fd {
  height: 68px;
  border-top: 1px solid #E9E9E9;
}
/* line 43, ../../sass/user/mod/_detail.scss */
.pcenter .order-detail .order-cont .total {
  line-height: 68px;
  padding: 0 30px;
  text-align: right;
}

/* CSS Document 
** author:ray;	
*/
/****************产品中心 - 定制功能****************/
/* line 8, ../../sass/user/mod/_order.scss */
.pcenter {
  /*定制功能*/
}
/* line 11, ../../sass/user/mod/_order.scss */
.pcenter .order .step {
  height: 42px;
  line-height: 42px;
  background: url(../img/user/step.png) no-repeat;
}
/* line 15, ../../sass/user/mod/_order.scss */
.pcenter .order .step li {
  width: 33%;
  float: left;
  text-align: center;
  color: #999;
}
/* line 20, ../../sass/user/mod/_order.scss */
.pcenter .order .step li.on {
  color: #FFF;
}
/* line 24, ../../sass/user/mod/_order.scss */
.pcenter .order .step.step2 {
  background-position: 0 -43px;
}
/* line 27, ../../sass/user/mod/_order.scss */
.pcenter .order .step.step3 {
  background-position: 0 -87px;
}
/* line 31, ../../sass/user/mod/_order.scss */
.pcenter .order .info {
  overflow: hidden;
  padding: 45px 18px 40px;
  border-bottom: 1px solid #e2e2e2;
}
/* line 35, ../../sass/user/mod/_order.scss */
.pcenter .order .info .img {
  height: 142px;
  float: left;
}
/* line 39, ../../sass/user/mod/_order.scss */
.pcenter .order .info .cont {
  width: 700px;
  float: right;
  font-size: 12px;
}
/* line 43, ../../sass/user/mod/_order.scss */
.pcenter .order .info .cont div {
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
/* line 48, ../../sass/user/mod/_order.scss */
.pcenter .order .info .cont label {
  font-size: 14px;
  color: #333;
}
/* line 51, ../../sass/user/mod/_order.scss */
.pcenter .order .info .cont label.lab-blue {
  color: #12a7df;
}
/* line 58, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox {
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px dashed #e2e2e2;
}
/* line 62, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .tit {
  width: 88px;
  float: left;
  color: #666;
  line-height: 32px;
  text-align: right;
  margin-right: 25px;
  font-size: 12px;
}
/* line 71, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val {
  width: 760px;
  float: left;
  font-size: 12px;
  color: #999;
  line-height: 32px;
}
/* line 77, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val label {
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
/* line 82, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val .label {
  display: inline-block;
  min-width: 75px;
}
/* line 86, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val .cbox {
  vertical-align: middle;
  position: relative;
  width: 13px;
  height: 13px;
  top: -1px;
  margin-right: 8px;
}
/* line 94, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val .price {
  font-size: 20px;
  color: #FF7000;
}
/* line 98, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val .unit {
  color: #333;
}
/* line 101, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val a {
  color: #12a7df;
  margin: 0 10px;
}
/* line 104, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val a:hover {
  text-decoration: underline;
}
/* line 108, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val .green {
  color: green;
}
/* line 111, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .val .orange {
  color: #FF7000;
}
/* line 115, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox .item {
  padding-top: 12px;
}
/* line 120, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox-tpl div {
  display: inline-block;
  width: 305px;
}
/* line 121, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox-tpl .tpl {
  display: block;
  margin-left: 25px;
  margin-top: 5px;
}
/* line 128, ../../sass/user/mod/_order.scss */
.pcenter .order .ibox-time span {
  margin-right: 60px;
}
/* line 130, ../../sass/user/mod/_order.scss */
.pcenter .order .result {
  overflow: hidden;
  margin: 20px 0;
  padding-left: 115px;
}
/* line 134, ../../sass/user/mod/_order.scss */
.pcenter .order .result .msg {
  padding-bottom: 5px;
}
/* line 137, ../../sass/user/mod/_order.scss */
.pcenter .order .result .price {
  font-size: 30px;
  color: #ff6600;
}
/* line 141, ../../sass/user/mod/_order.scss */
.pcenter .order .result .unit {
  color: #333;
}
/* line 144, ../../sass/user/mod/_order.scss */
.pcenter .order .result .btn {
  width: 182px;
  margin-top: 15px;
}
/* line 148, ../../sass/user/mod/_order.scss */
.pcenter .order .result .btn-back {
  width: 120px;
  margin-right: 5px;
}
/* line 152, ../../sass/user/mod/_order.scss */
.pcenter .order .result .btn-submit {
  background-color: #ee965b;
}
/* line 154, ../../sass/user/mod/_order.scss */
.pcenter .order .result .btn-submit:hover {
  background-color: #ca7b46;
}
/* line 160, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .result {
  border-top: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
  padding: 5px 90px 10px;
}
/* line 165, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt {
  overflow: hidden;
  padding-left: 80px;
}
/* line 168, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt .tit {
  padding: 0 10px 15px;
}
/* line 171, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt ul {
  margin-bottom: 15px;
}
/* line 174, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt li {
  float: left;
  margin: 0 25px 15px 0;
  _display: inline;
}
/* line 178, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt li input[type="radio"] {
  float: left;
  vertical-align: middle;
  margin: 16px 10px 0;
  margin: 13px 10px 0\9;
}
/* line 184, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt li label {
  float: left;
  border: 1px solid #e2e2e2;
  cursor: pointer;
}
/* line 188, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt li label:hover {
  border-color: #17a0e4;
}
/* line 192, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt li img {
  display: block;
}
/* line 196, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .opt li.on label {
  border-color: #17a0e4;
}
/* line 202, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .btn-submit {
  width: 176px;
  margin: 30px 0 0 115px;
}
/* line 206, ../../sass/user/mod/_order.scss */
.pcenter .order .pay .btn-cancel {
  font-size: 12px;
  color: #17a0e4;
  position: relative;
  top: 13px;
  left: 10px;
  text-decoration: underline;
  cursor: pointer;
}

/* CSS Document */
/****************产品中心****************/
/* line 6, ../../sass/user/mod/_view.scss */
.pcenter {
  /*产品信息*/
  /*背景图标*/
  /*产品选项卡*/
}
/* line 8, ../../sass/user/mod/_view.scss */
.pcenter .pinfo {
  position: relative;
  z-index: 10;
  height: 410px;
  overflow: hidden;
}
/* line 13, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .tit {
  font-size: 60px;
  padding-left: 80px;
  background: url(../images/dol.png) no-repeat 0 center;
  margin-top: 50px;
}
/* line 19, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .price {
  font-size: 18px;
  margin: -5px 0;
}
/* line 23, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .nprice {
  font-size: 60px;
  color: #ff6600;
  margin-left: -12px;
}
/* line 28, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .oprice {
  font-size: 14px;
  color: #999;
  margin-left: 25px;
  text-decoration: line-through;
}
/* line 34, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .attr {
  margin-left: -12px;
}
/* line 36, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .attr a {
  margin: 0 12px;
}
/* line 38, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .attr a:hover {
  text-decoration: underline;
}
/* line 43, ../../sass/user/mod/_view.scss */
.pcenter .pinfo .btn {
  margin-top: 25px;
}
/* line 49, ../../sass/user/mod/_view.scss */
.pcenter .pbg {
  width: 775px;
  height: 326px;
  background: url(../img/user/product-bg.jpg) no-repeat;
  position: absolute;
  top: 38px;
  left: 280px;
}
/* line 59, ../../sass/user/mod/_view.scss */
.pcenter .ptab {
  overflow: hidden;
}
/* line 61, ../../sass/user/mod/_view.scss */
.pcenter .ptab .hd {
  height: 46px;
  line-height: 46px;
  background: #f7f7f7;
  border: 1px solid #e1e1df;
  margin-bottom: 25px;
}
/* line 67, ../../sass/user/mod/_view.scss */
.pcenter .ptab .hd ul {
  margin-left: -1px;
}
/* line 70, ../../sass/user/mod/_view.scss */
.pcenter .ptab .hd li {
  width: 226px;
  height: 46px;
  line-height: 46px;
  float: left;
  text-align: center;
  border-left: 1px solid #e1e1df;
  right: 0;
  font-size: 16px;
  cursor: pointer;
}
/* line 80, ../../sass/user/mod/_view.scss */
.pcenter .ptab .hd li.on {
  height: 45px;
  border-bottom: 2px solid #1a97d5;
  background: #FFF;
}
/* line 87, ../../sass/user/mod/_view.scss */
.pcenter .ptab .bd {
  min-height: 1000px;
  overflow: hidden;
  _height: 1000px;
}
/* line 93, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark dt {
  margin-bottom: 50px;
}
/* line 96, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .img {
  float: left;
  margin-left: 55px;
}
/* line 100, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .cont {
  width: 562px;
  float: right;
}
/* line 103, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .cont label {
  color: #333;
}
/* line 106, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .cont div {
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
/* line 111, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .cont .h1 {
  font-size: 16px;
}
/* line 114, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .cont .h2 {
  font-size: 12px;
}
/* line 117, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .cont .h3 {
  font-size: 12px;
}
/* line 119, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-remark .cont .h3 label {
  font-size: 14px;
  color: #12a7df;
}
/* line 127, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-mode dd {
  padding-left: 98px;
}
/* line 128, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-mode .pp {
  padding-left: 71px;
}
/* line 133, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-help dd {
  padding-left: 98px;
}
/* line 136, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-help .link {
  width: 180px;
  float: left;
  margin-right: 23px;
  _display: inline;
}
/* line 141, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-help .link h4 {
  color: #333;
}
/* line 144, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-help .link a {
  color: #666;
  font-size: 12px;
}
/* line 147, ../../sass/user/mod/_view.scss */
.pcenter .ptab .dl-help .link a:hover {
  color: #12a7df;
  text-decoration: underline;
}

/*修改密码*/
/* CSS Document */
/*****修改密码******/
/* line 6, ../../sass/user/mod/_changepwd.scss */
.mt30 {
  margin-top: 30px;
}

/* line 8, ../../sass/user/mod/_changepwd.scss */
.w140 {
  width: 140px !important;
}

/* line 11, ../../sass/user/mod/_changepwd.scss */
.form-box {
  padding: 30px 0 0 100px;
}
/* line 13, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item {
  margin: 15px 0;
}
/* line 17, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item em {
  margin-left: 5px;
  font: normal 14px/35px "Microsoft YaHei";
  color: #f00;
}
/* line 21, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item em a {
  color: #0697da;
}
/* line 23, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .pwd-label {
  float: left;
  display: inline;
  width: 130px;
  height: 35px;
  margin-right: 10px;
  font: 15px/35px "Microsoft YaHei";
  text-align: right;
}
/* line 31, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .pwd-span {
  float: left;
  display: inline;
  height: 35px;
  font: 15px/35px "Microsoft YaHei";
}
/* line 36, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .veri-img {
  margin-left: 5px;
}
/* line 38, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .re-img {
  vertical-align: middle;
}
/* line 40, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .pwd-input {
  float: left;
  display: inline;
  width: 230px;
  padding: 5px;
  height: 25px;
  border: 1px solid #e2e2e2;
  font: 14px/25px 'Microsoft yahei';
  color: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 50, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .pwd-submit {
  width: 180px;
  height: 40px;
  font: 18px/40px 'Microsoft yahei';
  color: #fff;
  background: #0697da;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 58, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .get_verty_btn {
  float: left;
  display: inline;
  margin-left: 5px;
  font: 13px/35px "Microsoft yahei";
  padding: 0px 8px;
  color: #fff;
  background: #d26c68;
  cursor: pointer;
}
/* line 67, ../../sass/user/mod/_changepwd.scss */
.form-box .pwd-item .get_verty_btn_dis {
  background: #c4ccd1;
}
/* line 69, ../../sass/user/mod/_changepwd.scss */
.form-box .pw-str {
  margin: -10px 0 -5px;
}
/* line 72, ../../sass/user/mod/_changepwd.scss */
.form-box .pw_strength {
  position: relative;
  width: 243px;
  height: 18px;
  margin-left: 140px;
  background-color: #ffd099;
  overflow: hidden;
}
/* line 79, ../../sass/user/mod/_changepwd.scss */
.form-box .pw_strength .pw_bar {
  width: 0;
  height: 18px;
  overflow: hidden;
  background-color: #f00;
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: width .4s linear;
}
/* line 88, ../../sass/user/mod/_changepwd.scss */
.form-box .pw_strength .pw_letter {
  position: absolute;
  left: 0px;
  top: 0px;
}
/* line 92, ../../sass/user/mod/_changepwd.scss */
.form-box .pw_strength .pw_letter span {
  display: inline;
  float: left;
  height: 18px;
  width: 80px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #FFF;
  border-right: 1px solid #FFF;
}

/*充值中心*/
/* CSS Document */
/*****修改密码******/
/* line 5, ../../sass/user/mod/_recharge.scss */
.mt30 {
  margin-top: 30px;
}

/* line 7, ../../sass/user/mod/_recharge.scss */
.bank_list {
  padding: 20px 10px;
}
/* line 9, ../../sass/user/mod/_recharge.scss */
.bank_list dd {
  width: 224px;
  height: 135px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  margin: 10px;
  display: inline;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 3px 3px #ebebed;
}
/* line 23, ../../sass/user/mod/_recharge.scss */
.bank_list dd .bank_card_infor {
  padding: 5px 10px;
  border-bottom: 1px dashed #b6b9be;
}
/* line 26, ../../sass/user/mod/_recharge.scss */
.bank_list dd .bank_card_infor img {
  margin-bottom: 5px;
}
/* line 29, ../../sass/user/mod/_recharge.scss */
.bank_list dd .edit_card {
  padding: 5px 10px;
  line-height: 25px;
}
/* line 33, ../../sass/user/mod/_recharge.scss */
.bank_list dd .edit_card em {
  vertical-align: middle;
  color: #ff0000;
  font-style: normal;
}
/* line 38, ../../sass/user/mod/_recharge.scss */
.bank_list dd .edit_card a {
  font-size: 14px;
}
/* line 41, ../../sass/user/mod/_recharge.scss */
.bank_list dd .edit_card .a_link {
  color: #0697DA;
}
/* line 44, ../../sass/user/mod/_recharge.scss */
.bank_list dd p {
  font: 16px/24px "simsun";
  margin: 0;
}

/* line 50, ../../sass/user/mod/_recharge.scss */
.recharge_box {
  width: 350px;
  padding: 30px;
  font: 14px/26px "Microsoft YaHei";
}
/* line 54, ../../sass/user/mod/_recharge.scss */
.recharge_box p {
  margin: 0;
  font: 14px/26px "Microsoft YaHei";
  text-indent: 0px;
}
/* line 58, ../../sass/user/mod/_recharge.scss */
.recharge_box .recharge_edit {
  margin: 30px 0px;
  text-align: center;
}
/* line 61, ../../sass/user/mod/_recharge.scss */
.recharge_box .recharge_edit a {
  display: inline-block;
  height: 24px;
  font: 14px/24px "Microsoft YaHei";
  background: #f1f1f1;
  border: 1px solid #e2e2e2;
  margin-right: 10px;
  padding: 2px 10px;
}
/* line 70, ../../sass/user/mod/_recharge.scss */
.recharge_box .alink {
  color: #0697DA;
}

/*站内信息*/
/* CSS Document */
/****站内信息*******/
/* line 9, ../../sass/user/mod/_msg.scss */
.msg-list dl dt, .msg-list dl dd {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
}
/* line 13, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel-box, .msg-list dl dd .sel-box {
  float: left;
  display: inline;
  width: 80px;
  text-align: center;
}
/* line 18, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel-box input, .msg-list dl dd .sel-box input {
  margin-top: 20px;
}
/* line 22, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel a, .msg-list dl dd .sel a {
  margin-right: 15px;
  color: #0697DA;
}
/* line 26, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel-txt, .msg-list dl dd .sel-txt {
  float: left;
  display: inline;
  width: 820px;
  font: 14px/20px "Microsoft YaHei";
  color: #666;
}
/* line 32, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel-txt .tit, .msg-list dl dd .sel-txt .tit {
  font-weight: bold;
}
/* line 34, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel-txt .tit a, .msg-list dl dd .sel-txt .tit a {
  color: #0697DA;
}
/* line 36, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel-txt .tit a:hover, .msg-list dl dd .sel-txt .tit a:hover {
  text-decoration: underline;
}
/* line 40, ../../sass/user/mod/_msg.scss */
.msg-list dl dt .sel-txt .cont, .msg-list dl dd .sel-txt .cont {
  padding: 10px;
  margin-top: 10px;
  background: #f0f0f0;
}

/*短信通道*/
/*** 
 *author:chenli;
 *date:2014-12-22;
 *Updated By:
 *Updated Time:
 ***/
/* line 12, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .hd h3 em {
  font-style: normal;
  font-size: 14px;
}
/* line 20, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info h4 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-top: 30px;
  overflow: hidden;
}
/* line 26, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info h4 span {
  font-size: 16px;
  color: #666;
  display: inline-block;
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
/* line 35, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info h4 i {
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: inline-block;
  border-top: 1px solid #e9e9e9;
  margin-top: -15px;
  position: relative;
  z-index: 1;
}
/* line 48, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd {
  width: 830px;
  display: block;
  float: left;
}
/* line 52, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd label {
  width: 100px;
  font-size: 14px;
  color: #666;
  line-height: 35px;
}
/* line 57, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd label .wrong {
  color: #FF0000;
  padding-right: 5px;
}
/* line 62, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .fee {
  font-size: 18px;
  color: #ff0000;
  padding-right: 2px;
}
/* line 67, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span {
  line-height: 35px;
}
/* line 69, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span input {
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
/* line 74, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span input[type='password'] {
  width: 200px;
  padding: 0 5px;
}
/* line 79, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span a.password {
  width: 200px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
/* line 88, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num {
  width: 85px;
  line-height: 34px;
  margin-right: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
}
/* line 96, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num input {
  width: 80px;
  height: 34px;
  line-height: 34px;
  border: none;
  padding: 0 0 0 5px;
}
/* line 102, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num input.on {
  background-color: #e9e9e9;
}
/* line 106, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num .sms-num-btn {
  width: 18px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  *top: 1px;
}
/* line 114, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num .sms-num-btn a {
  width: 18px;
  height: 17px;
  line-height: 17px;
  display: inline-block;
  text-align: center;
  background-color: #e9e9e9;
  position: relative;
}
/* line 122, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num .sms-num-btn a:hover {
  background-color: #a8a8a8;
}
/* line 125, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num .sms-num-btn a .icon {
  width: 0;
  height: 0;
  font-style: normal;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -4px;
}
/* line 135, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num .sms-num-btn a .icon.up_icon {
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #555555 transparent;
}
/* line 139, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .sms-num .sms-num-btn a .icon.down_icon {
  border-width: 4px 4.5px 0 4.5px;
  border-color: #555555 transparent transparent transparent;
}
/* line 147, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span .input-text {
  border: 1px solid #e9e9e9;
}
/* line 150, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .span em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  zoom: 1;
}
/* line 158, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .list-inline {
  width: 720px;
  padding: 0;
  border: none;
}
/* line 162, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .list-inline li {
  width: 33.33333%;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  padding: 0px;
  *display: inline;
  zoom: 1;
}
/* line 170, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .list-inline li label {
  width: auto;
  text-align: left;
  vertical-align: middle;
}
/* line 177, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info form div dd .sub-btn {
  display: inline-block;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #f7bb5b;
  color: #FFF;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 194, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use {
  border: 1px solid #e9e9e9;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
/* line 199, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .no-use {
  padding: 20px 50px;
  float: left;
  background-color: #fff;
}
/* line 203, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .no-use div {
  font-size: 48px;
  line-height: 50px;
  color: #bcde00;
}
/* line 208, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .no-use em {
  font-size: 14px;
  color: #666;
  font-style: normal;
}
/* line 214, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .use {
  padding-right: 211px;
  color: #666;
  font-size: 14px;
}
/* line 218, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .use div {
  line-height: 54px;
}
/* line 220, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .use div.used {
  border-bottom: 1px dashed #e1e1e1;
}
/* line 222, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .use div.used em {
  color: #ff9138;
}
/* line 227, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .use div.total em {
  color: #1ec2f1;
}
/* line 233, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .use em {
  font-size: 24px;
  font-style: normal;
  padding-right: 2px;
}
/* line 239, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .btn-box {
  width: 110px;
  padding: 15px 50px;
  border-left: 1px dashed #e1e1e1;
  position: absolute;
  top: 0px;
  right: 0px;
}
/* line 246, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .btn-box a {
  width: 110px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 258, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .btn-box a.buy-sms {
  background: #f7bb5b;
  margin-bottom: 20px;
}
/* line 262, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-use .btn-box a.edit-sms {
  background: #0697da;
}
/* line 269, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list table {
  font-size: 12px;
  border: 0;
  border-collapse: collapse;
}
/* line 274, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list table thead tr {
  background-color: #f1f1f1;
}
/* line 277, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list table thead th {
  color: #333;
  padding: 15px 0;
  text-align: center;
  border: 0;
}
/* line 284, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list table td {
  color: #666;
  padding: 15px 0;
  border: 0;
  text-align: center;
}
/* line 291, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list .pagenation {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
}
/* line 295, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list .pagenation a, .pcenter .einfo .bd .sms-info .sms-list .pagenation span {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  font: 14px/35px arial;
  color: #333;
  text-align: center;
  margin-left: 10px;
  background: #e8e8e8;
}
/* line 306, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list .pagenation a.on, .pcenter .einfo .bd .sms-info .sms-list .pagenation a:hover, .pcenter .einfo .bd .sms-info .sms-list .pagenation span.on, .pcenter .einfo .bd .sms-info .sms-list .pagenation span:hover {
  background: #009ad7;
  color: #fff;
}
/* line 311, ../../sass/user/mod/_sms.scss */
.pcenter .einfo .bd .sms-info .sms-list .pagenation .page_all {
  width: auto;
  padding: 0 8px;
}

/*密码重置*/
/*** 
 *author:chenli;
 *date:2015-01-08;
 *Updated By:
 *Updated Time:
 ***/
/* line 13, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .hd h3 em {
  font-style: normal;
  font-size: 14px;
}
/* line 21, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-info h4 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-top: 30px;
  overflow: hidden;
}
/* line 27, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-info h4 span {
  font-size: 16px;
  color: #666;
  display: inline-block;
  padding-right: 10px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
/* line 36, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-info h4 i {
  font-size: 0px;
  width: 100%;
  height: 0px;
  display: inline-block;
  border-top: 1px solid #e9e9e9;
  margin-top: -15px;
  position: relative;
  z-index: 1;
}
/* line 47, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-info .pwreset-txt {
  font: 12px/24px '宋体';
  color: #666;
  padding: 12px 30px;
  border: 1px solid #e4e4e4;
  background-color: #fbf8f0;
}
/* line 53, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-info .pwreset-txt dd {
  padding: 0;
  margin: 0;
}
/* line 59, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-tip {
  font: 16px/32px '宋体';
  color: #000;
  text-align: center;
  padding: 60px 0;
}
/* line 64, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-tip em {
  font-style: normal;
}
/* line 68, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-btn {
  text-align: center;
}
/* line 70, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-btn .btn {
  display: inline-block;
  width: 135px;
  height: 44px;
  line-height: 44px;
  margin: 0 5px;
  text-align: center;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 84, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-btn input[type='submit'] {
  color: #FFF;
  background: #17a0e4;
}
/* line 88, ../../sass/user/mod/_pwreset.scss */
.pcenter .einfo .bd .pwreset-btn .back {
  color: #333;
  background: #e4e4e4;
}

/*用户基本信息*/
/* CSS Document */
/****************产品中心 - 确认支付****************/
/* line 6, ../../sass/user/mod/_base.scss */
.pcenter {
  /*产品信息*/
}
/* line 8, ../../sass/user/mod/_base.scss */
.pcenter .user-base {
  overflow: hidden;
  border: 1px solid #E9E9E9;
  min-height: 250px;
  padding-bottom: 50px;
}
/* line 13, ../../sass/user/mod/_base.scss */
.pcenter .user-base .hd {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 18px;
}
/* line 19, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd {
  padding: 0px 20px;
  overflow: hidden;
}
/* line 22, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd .u-item {
  height: 49px;
  line-height: 49px;
  padding: 10px;
  border-bottom: 1px solid #E9E9E9;
  overflow: hidden;
}
/* line 28, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd .u-item .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #999;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
}
/* line 37, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd .u-item .icon-right {
  color: #00c25f;
}
/* line 40, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd .u-item .icon-error {
  color: #ff0000;
}
/* line 43, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd .u-item .name {
  display: inline-block;
  width: 140px;
  color: #666;
}
/* line 48, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd .u-item .val {
  color: #666;
}
/* line 51, ../../sass/user/mod/_base.scss */
.pcenter .user-base .bd .u-item a {
  color: #12a7df;
  cursor: pointer;
}

/*我的帝友云*/
/* CSS Document */
/**** 帝友云index ****/
/* line 4, ../../sass/user/mod/_cloud.scss */
.cloud-hed {
  padding: 30px 0 20px;
  font-weight: 100;
  font-size: 20px;
}
/* line 8, ../../sass/user/mod/_cloud.scss */
.cloud-hed span {
  font-size: 16px;
}

/* line 10, ../../sass/user/mod/_cloud.scss */
.index .pro-title {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  padding-top: 30px;
  border-bottom: 1px solid #c2c2c2;
}

/**** 帝友云index end****/
/**** 帝友云-备案 ****/
/* line 21, ../../sass/user/mod/_cloud.scss */
.record-why {
  height: 105px;
  padding: 0 25px 0 20px;
  border: 1px solid #e2e2e2;
  background: #f1f6fa;
}
/* line 26, ../../sass/user/mod/_cloud.scss */
.record-why dl {
  margin: 10px 0;
}
/* line 28, ../../sass/user/mod/_cloud.scss */
.record-why dl dt {
  margin: 5px 0;
  font-size: 15px;
  color: #f00;
}
/* line 33, ../../sass/user/mod/_cloud.scss */
.record-why dl dd {
  line-height: 25px;
}

/* line 38, ../../sass/user/mod/_cloud.scss */
.record-flow {
  padding: 30px 0;
}
/* line 40, ../../sass/user/mod/_cloud.scss */
.record-flow h3 {
  padding: 30px 0;
  font-size: 24px;
  color: #333;
  text-align: center;
}
/* line 46, ../../sass/user/mod/_cloud.scss */
.record-flow .record-img {
  margin-left: 25px;
}

/* line 50, ../../sass/user/mod/_cloud.scss */
.record-wich {
  padding: 50px 0;
  font-size: 13px;
  color: #333;
}
/* line 54, ../../sass/user/mod/_cloud.scss */
.record-wich span {
  margin-left: 15px;
  font-size: 12px;
  color: #666;
}
/* line 58, ../../sass/user/mod/_cloud.scss */
.record-wich span a {
  display: inline-block;
  width: 85px;
  height: 25px;
  vertical-align: middle;
  background: url(../img/cloud/cloud-qq.png) 0 0 no-repeat;
}
/* line 65, ../../sass/user/mod/_cloud.scss */
.record-wich span em {
  font-size: 15px;
  color: #17a0e4;
  font-style: initial;
}

/**** 帝友云-备案 end****/
/* line 74, ../../sass/user/mod/_cloud.scss */
.pay-type {
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 20px;
}

/* line 79, ../../sass/user/mod/_cloud.scss */
.pay-flow {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}
/* line 83, ../../sass/user/mod/_cloud.scss */
.pay-flow li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 88, ../../sass/user/mod/_cloud.scss */
.pay-flow li em {
  background: url(../img/user/flow-icon.png) no-repeat center center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  color: #f1f6fa;
  display: inline-block;
  float: left;
}
/* line 100, ../../sass/user/mod/_cloud.scss */
.pay-flow li i {
  background: url(../img/user/flow-bg.jpg) repeat-x center center;
  width: 100px;
  height: 48px;
  font-size: 0px;
  margin: 0 -5px 0 -1px;
  display: inline-block;
  float: left;
}
/* line 109, ../../sass/user/mod/_cloud.scss */
.pay-flow li p {
  width: 120px;
  font-size: 12px;
  color: #15b0f8;
  position: absolute;
  left: 0;
  top: 60px;
  margin-left: -36px;
  text-align: center;
}

/* line 121, ../../sass/user/mod/_cloud.scss */
.pay-hint {
  font-size: 12px;
  background-color: #fffae6;
  border: 1px solid #f5cca0;
  padding: 25px 20px 20px;
  margin: 20px 0;
}
/* line 127, ../../sass/user/mod/_cloud.scss */
.pay-hint p {
  line-height: 24px;
  color: #e9500d;
  margin: 0;
}
/* line 131, ../../sass/user/mod/_cloud.scss */
.pay-hint p a {
  font-weight: bold;
  color: #e9500d;
  text-decoration: underline;
}
/* line 135, ../../sass/user/mod/_cloud.scss */
.pay-hint p a img {
  vertical-align: middle;
}
/* line 141, ../../sass/user/mod/_cloud.scss */
.pay-hint ol li {
  line-height: 20px;
  color: #666;
}

/* line 148, ../../sass/user/mod/_cloud.scss */
.pay-list .list-inline {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
/* line 151, ../../sass/user/mod/_cloud.scss */
.pay-list .list-inline li {
  width: 280px;
  line-height: 30px;
  font-size: 14px;
  text-align: left;
}
/* line 156, ../../sass/user/mod/_cloud.scss */
.pay-list .list-inline li label {
  text-align: right;
  width: auto;
  min-width: 100px;
  padding-right: 10px;
  float: none;
  display: inline-block;
  color: #999999;
}
/* line 165, ../../sass/user/mod/_cloud.scss */
.pay-list .list-inline li span {
  float: none;
  display: inline-block;
  color: #333333;
  max-width: 155px;
  vertical-align: top;
}
/* line 171, ../../sass/user/mod/_cloud.scss */
.pay-list .list-inline li span.ellipsis {
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 180, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list {
  border-top: 1px solid #efefef;
  padding: 35px 0 15px;
  margin-top: -1px;
}
/* line 184, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd {
  padding: 10px 0;
  margin: 0;
  overflow: hidden;
}
/* line 188, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd label {
  width: 180px;
  line-height: 35px;
  font-size: 14px;
  text-align: right;
  color: #333;
  padding-right: 15px;
  float: left;
  display: inline-block;
}
/* line 197, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd label em {
  display: block;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  color: #FF0000;
  margin: 0;
}
/* line 206, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd i {
  font-style: normal;
  color: #ff0000;
  padding: 0;
}
/* line 211, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd a {
  color: #0697da;
  text-decoration: underline;
}
/* line 215, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd input[type=text], .pay-list .sub-list dd input[type=password] {
  width: 250px;
  height: 15px;
  line-height: 15px;
  padding: 10px;
  display: inline-block;
  border: 1px solid #cecece;
  vertical-align: middle;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 225, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd input[type=password] {
  width: 100px;
}
/* line 228, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span {
  float: left;
  display: inline-block;
  line-height: 35px;
}
/* line 234, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span .upload-state tr td {
  color: #999;
  padding: 8px 0;
  border-bottom: 1px dashed #cecece;
}
/* line 238, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span .upload-state tr td strong {
  color: #FF0000;
  display: inline-block;
}
/* line 244, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span .upload-state tr.nobor td {
  border-bottom: none;
}
/* line 250, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span p {
  max-width: 500px;
  color: #999;
  padding: 8px 0 0 0;
  margin: 0;
}
/* line 255, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span p.error {
  color: #ff0000;
}
/* line 259, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span em {
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  color: #999;
  margin: 0;
}
/* line 268, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span span.error {
  line-height: 35px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
}
/* line 275, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span span.info {
  line-height: 35px;
}
/* line 278, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .span span.ts {
  color: #ff0000;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
}
/* line 286, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .pic {
  float: left;
  display: inline-block;
  width: 100px;
  padding-top: 20px;
}
/* line 291, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .pic li {
  margin: 0 5px 10px 5px;
  text-align: center;
}
/* line 296, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .business {
  width: 700px;
}
/* line 298, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .business li {
  width: 340px;
  padding-bottom: 20px;
  display: inline-block;
}
/* line 303, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .business li span.info {
  line-height: 35px;
}
/* line 307, ../../sass/user/mod/_cloud.scss */
.pay-list .sub-list dd .business li img {
  width: 105px;
  height: 60px;
  padding: 2px;
  border: 1px solid #e7e7eb;
}

/*用户中心首页 改版 2014-11-22*/
/* CSS Document 
** author:ray;	
*/
/****************产品中心首页 11-22改版样式****************/
/* line 9, ../../sass/user/mod/_index.scss */
.pcenter .index {
  overflow: hidden;
  /*账户信息*/
  /*产品开通*/
  /*服务购买*/
  /*云帮助*/
  /*系统公告*/
}
/* line 12, ../../sass/user/mod/_index.scss */
.pcenter .index .account {
  overflow: hidden;
  border: 1px solid #e1e1e1;
}
/* line 15, ../../sass/user/mod/_index.scss */
.pcenter .index .account a:hover {
  text-decoration: underline;
}
/* line 16, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd {
  padding-top: 13px;
  padding-left: 32px;
  padding-right: 16px;
  height: 46px;
  border-bottom: 2px dotted #e1e1e1;
}
/* line 22, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .ac-name {
  font-size: 14px;
  color: #000;
  line-height: 32px;
  float: left;
}
/* line 28, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .icon {
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  background: url(../img/user/icon-index.png) no-repeat 0px 0px;
  margin-left: 8px;
}
/* line 35, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .icon.icon-tel {
  background-position: 0px 0px;
}
/* line 36, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .icon.icon-mail {
  background-position: -39px 0px;
}
/* line 37, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .icon.icon-user {
  background-position: -78px 0px;
}
/* line 38, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .icon.icon-other {
  background-position: -116px 0px;
}
/* line 40, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .ac-safe {
  line-height: 32px;
  margin-left: 20px;
  color: #000;
  float: left;
}
/* line 45, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .ac-safe .hig {
  color: green;
}
/* line 46, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .ac-safe .mid {
  color: #ff6600;
}
/* line 47, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .ac-safe .low {
  color: #ff0000;
}
/* line 48, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .ac-safe .goup {
  margin: 0 5px;
  color: #0697DA;
  cursor: pointer;
}
/* line 54, ../../sass/user/mod/_index.scss */
.pcenter .index .account .hd .time {
  float: right;
  line-height: 32px;
}
/* line 59, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd {
  height: 143px;
  padding-left: 32px;
}
/* line 63, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left {
  width: 620px;
  height: 100%;
  float: left;
  color: #333;
}
/* line 68, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left a {
  color: #0697DA;
}
/* line 69, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left dd {
  padding: 13px 0 8px;
}
/* line 70, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left .money {
  font-size: 36px;
  color: #ff6600;
  margin: 0 5px;
  position: relative;
  bottom: -3px;
}
/* line 76, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left .money em {
  font-size: 16px;
  font-style: normal;
}
/* line 81, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left .btn-rec {
  display: inline-block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #00a1c9;
  color: #FFF;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 93, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left .btn-rec:hover {
  background: #55d7f8;
  text-decoration: none;
}
/* line 95, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left .cur {
  color: #666;
  margin: 0 10px;
}
/* line 99, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-left .ser {
  margin: 0 5px;
}
/* line 101, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right {
  width: 250px;
  height: 100%;
  float: right;
  border-left: 1px solid #e1e1e1;
}
/* line 106, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .msg {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  padding: 0 25px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 112, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .msg .num {
  font-size: 34px;
  color: #7cb552;
  padding-right: 20px;
  vertical-align: middle;
}
/* line 118, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .msg .text {
  padding-left: 25px;
  background: url(../img/user/icon-index.png) no-repeat -133px -87px;
}
/* line 122, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .msg a {
  float: right;
  color: #0697DA;
}
/* line 127, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .cts {
  padding-left: 23px;
}
/* line 129, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .cts dd {
  height: 25px;
  line-height: 25px;
  padding-top: 10px;
}
/* line 134, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .cts .qq {
  display: inline-block;
  width: 83px;
  height: 25px;
  background: url(../img/user/icon-qq.png) no-repeat 0 0;
  text-indent: 27px;
  color: #FFF;
  text-decoration: none;
  vertical-align: middle;
}
/* line 143, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .cts .qq:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
/* line 145, ../../sass/user/mod/_index.scss */
.pcenter .index .account .bd-right .cts .tel {
  font-size: 15px;
  color: #0697DA;
  vertical-align: middle;
}
/* line 155, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open {
  overflow: hidden;
  margin-top: 10px;
}
/* line 158, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .hd {
  height: 48px;
  border-bottom: 1px solid #ddd;
}
/* line 161, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .hd .tit {
  display: inline-block;
  height: 47px;
  line-height: 47px;
  border-bottom: 2px solid #00a2ca;
  padding-left: 5px;
  padding-right: 15px;
  font-size: 16px;
  color: #333;
}
/* line 172, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .bd {
  padding-top: 35px;
  overflow: hidden;
}
/* line 176, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .pro-pic {
  height: 180px;
  float: left;
  margin-left: 10px;
  margin-right: 55px;
}
/* line 182, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .pro-left {
  width: 650px;
  float: left;
}
/* line 186, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .pro-tit {
  font-size: 18px;
  color: #0697DA;
}
/* line 190, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .pro-cont {
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.8;
}
/* line 195, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .btn {
  width: 92px;
  margin-top: 10px;
  margin-right: 15px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  background-color: #FFF;
  color: #666;
  border: 1px solid #ddd;
  position: relative;
}
/* line 206, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .btn em {
  position: absolute;
  top: 14px;
  width: 0;
  height: 0;
  margin-left: 3px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #7c7c7c;
}
/* line 216, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .btn:hover, .pcenter .index .pro-open .btn.on {
  background-color: #ff7e00;
  border-color: #ff7e00;
  color: #FFF;
}
/* line 220, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .btn:hover em, .pcenter .index .pro-open .btn.on em {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #FFF;
  border-bottom: 0;
}
/* line 228, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .btn-cancel {
  margin-top: 10px;
}
/* line 229, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .btn-cancel:hover {
  background: #C7C7C7;
}
/* line 233, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont {
  width: 545px;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  background-color: #f3f3f3;
  overflow: hidden;
  border-radius: 3px;
}
/* line 241, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li {
  position: relative;
  display: none;
  font-size: 14px;
}
/* line 245, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li.on {
  display: block;
}
/* line 246, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li a {
  color: #828282;
  padding: 0 10px;
}
/* line 249, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li a:hover {
  color: #36a9df;
  text-decoration: underline;
  background: url(../img/user/arrow2.png) no-repeat 3px 8px;
}
/* line 255, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li.i1 {
  padding-left: 10px;
}
/* line 256, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li.i2 {
  padding-left: 112px;
}
/* line 257, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li.i3 {
  padding-left: 225px;
}
/* line 258, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li.i4 {
  padding-left: 340px;
}
/* line 259, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li.i5 {
  padding-left: 452px;
}
/* line 260, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-open .clo-cont li em {
  font-size: 12px;
  color: #b7b6b6;
  font-style: normal;
}
/* line 269, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server {
  position: relative;
  overflow: hidden;
  margin: 10px 0 40px;
}
/* line 273, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .hd {
  height: 45px;
}
/* line 275, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .hd .tit {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #737373;
}
/* line 283, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .bd {
  position: relative;
  padding-top: 10px;
  padding-left: 18px;
  overflow: hidden;
  height: 150px;
  border: 1px solid #f1f1f1;
}
/* line 290, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .bd ul {
  width: 110%;
}
/* line 291, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .bd li {
  width: 156px;
  height: 180px;
  float: left;
  margin: 0 9px;
  text-align: center;
}
/* line 297, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .bd li .tit {
  display: inline-block;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 14px;
}
/* line 307, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .next,
.pcenter .index .pro-server .prev {
  width: 18px;
  height: 40px;
  position: absolute;
  top: 98px;
  background: url(../img/user/arrow.png) no-repeat;
  cursor: pointer;
}
/* line 316, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .prev {
  left: 13px;
  background-position: left 0px;
}
/* line 319, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .prev:hover {
  background-position: left bottom;
}
/* line 321, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .next {
  right: 13px;
  background-position: right 0px;
}
/* line 324, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-server .next:hover {
  background-position: right bottom;
}
/* line 329, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help {
  overflow: hidden;
}
/* line 331, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .hd {
  height: 42px;
  border-bottom: 1px solid #f1f1f1;
}
/* line 334, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .hd .tit {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  color: #737373;
  padding: 0 20px;
  border-bottom: 2px solid #00a2ca;
}
/* line 344, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd {
  overflow: hidden;
}
/* line 346, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .bd-item {
  width: 302px;
  float: left;
  display: inline;
  margin-left: 0px;
  margin-top: 48px;
}
/* line 352, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .bd-item li {
  line-height: 24px;
}
/* line 354, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .bd-item li a {
  color: #999;
}
/* line 356, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .bd-item li a:hover {
  text-decoration: underline;
}
/* line 360, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .cont {
  width: 145px;
  height: 180px;
  float: left;
}
/* line 365, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .icon {
  float: left;
  width: 78px;
  height: 78px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: url(../img/user/icon-ser.png) no-repeat 16px 18px;
  margin: 0px 20px;
}
/* line 373, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .icon.icon-2 {
  background-position: -60px 18px;
}
/* line 374, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .icon.icon-3 {
  background-position: -144px 18px;
}
/* line 375, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .icon.icon-4 {
  background-position: -224px 18px;
}
/* line 376, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .icon.icon-5 {
  background-position: -304px 18px;
}
/* line 377, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .icon.icon-6 {
  background-position: -396px 18px;
}
/* line 379, ../../sass/user/mod/_index.scss */
.pcenter .index .pro-help .bd .tit {
  font-size: 16px;
  color: #3392be;
  margin-bottom: 15px;
}
/* line 388, ../../sass/user/mod/_index.scss */
.pcenter .index .notice {
  overflow: hidden;
}
/* line 390, ../../sass/user/mod/_index.scss */
.pcenter .index .notice .tit {
  display: inline-block;
  font-size: 18px;
  color: #333;
  padding-left: 28px;
  height: 28px;
  line-height: 28px;
  margin: 10px 0;
  background: url(../img/user/icon-index.png) no-repeat 0px -78px;
}
/* line 400, ../../sass/user/mod/_index.scss */
.pcenter .index .notice li {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px dashed #e4e4e4;
  overflow: hidden;
}
/* line 405, ../../sass/user/mod/_index.scss */
.pcenter .index .notice li .time {
  float: right;
  color: #999;
  margin-right: 25px;
}
/* line 410, ../../sass/user/mod/_index.scss */
.pcenter .index .notice li a {
  color: #333;
}

/* 域名解析 */
/* CSS Document */
/**** 帝友云-解析 ****/
/* line 5, ../../sass/user/mod/_ip.scss */
.n-form {
  margin: 35px 0 20px;
}
/* line 8, ../../sass/user/mod/_ip.scss */
.n-form .dom-ana h5 {
  font: 14px / 26px "Microsoft YaHei";
  padding-bottom: 10px;
}
/* line 11, ../../sass/user/mod/_ip.scss */
.n-form .dom-ana h5.dom-hint {
  font-weight: bold;
  padding: 10px 0;
}
/* line 17, ../../sass/user/mod/_ip.scss */
.n-form .dom-item {
  line-height: 32px;
  font-size: 14px;
}
/* line 20, ../../sass/user/mod/_ip.scss */
.n-form .dom-item a {
  color: #0697da;
}
/* line 23, ../../sass/user/mod/_ip.scss */
.n-form .dom-item label {
  line-height: 32px !important;
}
/* line 26, ../../sass/user/mod/_ip.scss */
.n-form .dom-item .dom-input {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 310px;
  height: 40px;
}
/* line 32, ../../sass/user/mod/_ip.scss */
.n-form label {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: auto !important;
  float: none !important;
  padding: 0px !important;
}
/* line 38, ../../sass/user/mod/_ip.scss */
.n-form .dom-from {
  padding: 10px 0 !important;
  border: none !important;
}
/* line 41, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd {
  padding: 10px 0;
}
/* line 43, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd label, .n-form .dom-from dd input[type="text"] {
  font: 14px/45px "Microsoft YaHei";
}
/* line 46, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd input[type="text"] {
  width: 260px;
  padding: 0 10px;
  color: #333;
  border: 1px solid #e4e4e4;
}
/* line 51, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd input[type="text"]:focus {
  outline: none;
  border: 1px solid #55bbee;
}
/* line 55, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd input[type="text"].error {
  border: 1px solid #ff0000;
}
/* line 59, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd input[type="submit"] {
  color: #FFF;
  margin-top: 10px;
  margin-left: 66px;
}
/* line 64, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd span.error {
  line-height: 30px !important;
  margin-left: 82px !important;
  position: absolute;
  top: 60px;
}
/* line 70, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd .input-hint {
  width: 490px;
  font: 12px/20px '宋体';
  color: #666;
  margin-left: 5px;
  margin-top: 2px;
  position: absolute;
}
/* line 77, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd .input-hint em {
  font-style: normal;
}
/* line 79, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd .input-hint em.blue {
  color: #17a0e4;
}
/* line 82, ../../sass/user/mod/_ip.scss */
.n-form .dom-from dd .input-hint em.orange {
  color: #ee9119;
}