
.center-wrapper {
  width: 1240px;
  margin: 0 auto;
}

.content-wrapper {
  background-color: #f4f4f4;
  padding-bottom: 70px;
}
.content {
  /*width: 1240px;*/
  margin: 0 auto;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

/*面包屑*/
.break_nav {
  padding-top: 42px;
  padding-bottom: 31px;
}

.break_nav a {
  color: #00a7ea;
}

.submit-form .error {
	border-color : red;
}

.submit-form span.error {
	color : red;
}

.submit-form .img-captcha {
	width: 130px;
	height: 38px;
	vertical-align: middle;
}

.red {
  color : red;
}

/*=========== 搜索框[[ ========== */

.search_text {
  float: left;
  padding: 8px 0 8px 13px;
  width: 430px;
  height: 30px;
  line-height: 22px;
  border: 1px solid #d7d7d7;
  color: rgb(203, 203, 203);
}

.checkcode {
  float: left;
  padding: 8px 0 8px 13px;
  width: 306px;
  height: 30px;
  line-height: 22px;
  border: 1px solid #d7d7d7;
  margin-right: 10px;
  color: rgb(203, 203, 203);
}

.search_form {
  margin-top: 6px;
}
.search_form .text {
  float: left;
  padding: 8px 0 8px 13px;
  
  height: 25px;
  line-height: 22px;
  border: 1px solid #d7d7d7;
}

.search_form .tel {
  width: 353px;
}

.search_form .captcha {
  width: 230px;
}

.search_form .img_captcha {
  width: 113px;
  height: 43px;
  vertical-align: middle;
}

.search_btn {
  float: left;
  width: 112px;
  height: 42px;
  border: none;
  background-color: #32a5e7;
  font-size: 13px;
  color: #fff;
}
.search_tips {
  line-height: 40px;
}
.search_tips a {
  color: #00a7ea;
}

.repair_history {
  font-size: 16px;
  margin: 20px 0 0 15px;
}

.repair_history a {
  color: #00a7ea;
}
/*=========== 搜索框]] ========== */


/*=========== 产品列表[[ ========== */
.product_list {
  padding-top: 40px;
}

.product_list h2 {
  font-size: 18px;
  color: #000;
  padding-left: 5px;
  padding-bottom: 11px;
  
  border-bottom: 1px solid #d7d7d7;
}

.product_list a {
  color: #00a7ea;
}

.product_sn {
  padding-top: 16px;
}

.product_list .pl_line {
  width: 100%;
  float: left;
  padding-bottom: 11px;
}

.product_list .pl_line .pl_left {
  float: left;
  padding-left: 7px;
  width: 773px;
}

.product_list .pl_line .pl_right {
  float: left;
}

.pl_status {
  float: left;
  overflow: hidden;
  padding-bottom: 40px;
}

.product_list ul {
  margin: 27px -1px 0 8px;
  float: left;
  border: 1px solid #ccc;
  border-bottom: none;
  width: 1014px;
}

.product_list li {
  float: left;
  width: 337px;
  height: 91px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.product_list .type_1 {
  background-color: #f5f5f5;
}

.product_list p {
  padding-top: 12px;
}

.product_list .status {
  font-size: 18px;
  padding-top: 16px;
}

.product_list li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('//service.res.meizu.com/service/image/maintain.png');
  vertical-align: middle;
  margin-right: 5px;
}

.product_list .type_2 i {
  background-position: -26px 0;
}

.product_list .type_3 i {
  background-position: -51px -1px;
}
/*=========== 产品列表]] ========== */




.btn-blue {
  display: inline-block;
  padding: 10px 36px;
  color: #FFF;
  background: #00a7ea;
  border: none;
}

/*维修服务入口*/
.entrance {
  margin: 40px 0 80px;
  text-align: center;
}
.entrance-history, .entrance-service {
  width: 500px;
  height: 256px;
  border: 1px solid #ddd;
  background-color: #FFF;
}
.entrance-history:hover, .entrance-service:hover {
  width: 496px;
  height: 252px;
  border: 3px solid #00a7ea;
}
.entrance-history {
  float: left;
}
.entrance-service {
  float: right;
}
.entrance .icon {
  display: block;
  margin: 52px auto 0;
  height: 60px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(../image/tools.png);
}
.entrance-service .icon {
  background-position: -51px 0;
}
.entrance h2 {
  font-size: 30px;
  line-height: 2;
  color: #00a7ea;
}


/*维修历史*/
.repair-history {
  margin-top: 80px;
}
.repair-history-title {
  font-size: 20px;
  line-height: 1.6;
}
.repair-history table th, .repair-history table td {
  padding: 15px 10px 15px 0;
}
.repair-history table {
  line-height: 1;
}
.repair-history thead {
  color: #888;
  border-bottom: 2px solid #1a1a1a;
}
.repair-history tbody tr {
  border-bottom: 1px solid #DDD;
}
.repair-history tbody tr a {
  color: #00a7ea;
}


/*模态窗口*/
body {
  position: relative;
}
.modal {
  position: absolute;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  background-color: #FFF;
  z-index: 1001;

  display: none;
}
.modal-top {
  height: 54px;
  background-color: #ececec;
}
.modal-top .modal-title {
  float: left;
  font-size: 20px;
  line-height: 54px;
  text-indent: 20px;
}
.modal-top .modal-close {
  float: right;
  margin-top: 19px;
  margin-right: 20px;
  width: 21px;
  height: 21px;
  background: url(../image/close.png) 0 0 no-repeat;
}
.modal-content {
  padding: 40px 20px;
}

.modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1000;

  display: none;
}


/*维修详情*/
.repair-detail {
  position: relative;
  border-top: 1px solid #DDD;
  padding: 30px;
}
.repair-detail h3 {
  position: absolute;
  top: -10px;
  left: 0;
  padding-right: 10px;
  z-index: 1;
  background-color: #FFF;
}
.repair-detail p {
  margin-bottom: 10px;
}
.repair-detail p span {
  display: inline-block;
  width: 110px;
  color: #888;
  text-align: right;
  margin-right: 20px;
}
.repair-detail p a {
  color: #00a7ea;
  margin-left: 12px;
}

.repair-detail p b  {
  font-weight: normal;
  padding-left: 130px;
}

.shipping-input {
  padding: 4px 0 4px 8px;
  width: 180px;
  height: 22px;
  border: 1px solid #DDD;
}

.repair-detail .repair-detail-tips {
  margin-top: 20px;
  color: #888;
}

.repair-detail .submit-btn {
	width: 99px;
	height: 33px;
	line-height: 33px;
	color: #FFF;
	background: #00a7ea;
	border: none;
	margin-left: 5px;
	text-align: center;
}


/*维系服务*/
/*进度*/
.progress {
    width: 1240px;
    height: 100px;
    padding-top: 40px;
}

.progress ul {
	width: 825px;
	margin: 0 auto;
}

.progress li {
    float: left;
    position: relative;
    margin-left: -20px;
    width: 275px;
    height: 19px;
    background: url(../image/progress_gray.png) 0 0 no-repeat;
}
.progress li.progress-active {
    background: url(../image/progress_blue.png) 0 0 no-repeat;
    z-index: 1;
}
.progress li.progress-first {
    margin-left: 0;
}
.progress li p {
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
}


/*填写资料*/
.info-title {
  font-size: 20px;
  line-height: 3;
}
.info-detail {
  border: 1px solid #DDD;
  background-color: #FFF;
}
.info-help {
 color: #CCC;
}
.info-help a{
  color: #00a7ea;
}
.info-detail-material {
  margin: 100px auto;
  margin-top: 40px;
  width: 390px;
}
.info-detail-material p {
  margin-top: 10px;
}
.info-detail-material label {
  display: inline-block;
  width: 90px;
  padding-right: 20px;
  text-align: right;
}
.info-detail-material input {
  padding-left: 10px;
  width: 260px;
  height: 38px;
  border: 1px solid #d7d7d7;
}
.info-detail-material select,.info-detail-material option {
  padding-left: 10px;
  width: 130px;
  height: 38px;
  border: 1px solid #d7d7d7;
}

.info-detail-material select.select {
  width: 272px;
}
.info-detail-material .half {
  width: 120px;
}
.info-detail-material .btn {
  padding-left: 0;
  width: 130px;
}
.info-detail-material .get-code-btn {
  background-color: #f9f9f9;
}
.info-detail-material .next-btn {
  color: #FFF;
  background-color: #00a7ea;
}

.b-tips {
  width: 904px;
  height: 82px;
  border-top: 1px #eee solid;
  margin: 0 auto;
  background: url(../image/bbb.png) 8px 36px no-repeat;
}
.b-tips li {
  float: left;
  width: 278px;
  margin-top: 41px;
  margin-left: 66px;
}
.b-tips li.last {
  width: 130px;
}
.b-tips li h3 {
  font-weight: bold;
  font-size: 16px;
}



/*填写设备信息*/
.cut-line {
   width: 100%;
   height: 0;
   border-top: 1px dotted #e7e7e7;
   margin: 30px 0;
}

.info-title {
  font-size: 20px;
  line-height: 3;
}
.info-detail {
  border: 1px solid #DDD;
  background-color: #FFF;
  padding: 60px 0;
}
.info-detail h2 {
  width: 800px;
  font-size: 16px;
  margin: 10px auto 30px auto;
}
.info-detail-device {
  margin: 0 auto;
  margin-bottom: 40px;
  width: 644px;
}
.info-detail-device .send-address {
  border: 1px solid #e7e7e7;
  padding: 14px 10px 30px 10px;
  margin-top: 30px;
  position: relative;
}
.info-detail-device .send-address label {
  color: #b5b5b5;
}
.info-detail-device .send-address h2 {
  margin: 0;
  width: auto;
  padding: 5px 10px;
  background-color: #fff;
  position: absolute;
  top: -17px;
  left: 30px;
}
.info-detail-device .send-help {
  color: #b5b5b5;
  margin: 20px 0;
}
.info-detail-device .send-help p {
  margin: 0;
}
.info-detail-device .send-help p.second {
  margin-left: 69px;
}
.info-detail-device .help {
  color: #b5b5b5;
  margin-top: 5px;
}
.info-detail-device .vcode_info .input-text {
  width: 365px;
}

.info-detail-device .search_text {
  height: 20px;
  width: 360px
}
.info-detail-device .search_btn {
  height: 38px;
}
.info-detail-device .sn-search {
  color: #999;
  line-height: 48px;
  font-size: 16px;
}
.info-detail-device a {
  margin-right: 3px;
  color: #00a7ea;
}
.info-detail-device .sn-search a {
  margin-right: 3px;
}
 .info-detail-device p {
  margin-top: 16px;
}
 .info-detail-device p span.pl {
  padding-left: 128px;
}
.info-detail-device label {
  display: inline-block;
  width: 90px;
  padding-right: 20px;
  text-align: right;
}
.info-detail-device select {
  width: 122px;
  height: 38px;
}
.info-detail-device select.sf_address {
  width: 90px;
  height: 38px;
}

.info-detail-device input, .info-detail-device select, .info-detail-device option, .info-detail-device textarea {
  border: 1px solid #d7d7d7;
}

.info-detail-device .input-text {
  width: 250px;
  height: 38px;
  line-height: 38px;
  padding:0 5px;
}
.info-detail-device .input-address {
  width:360px;
}

.info-detail-device .breakdown {
  width: 640px;
}
.info-detail-device .breakdown label {
  float: left;
  width: 114px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #DDD;
  margin-right: 4px;
  padding: 0;
  margin-bottom: 4px;
  text-align: center;
  cursor: pointer;
}
.info-detail-device .breakdown label.checked {
  border: 3px solid #00a7ea;
  width: 110px;
  height: 50px;
}
.info-detail-device .breakdown input {
  display: none;
}


.info-detail-device .breakdown-detail {
  padding: 10px;
}



.info-detail-device .next-btn {
  color: #FFF;
  background-color: #00a7ea;
  width: 130px;
  height: 40px;
  font-size: 18px;
  border: none;
}


/*服务类型*/
.repair-row {
  margin-top: 30px;
}

.repair-row .step3Btn {
  margin-left: 34px;
}
.repair-row h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: normal;
}

.repair-service-type {
  width: 300px;
  height: 160px;
  border: 1px solid #ddd;
  background-color: #FFF;
  margin: 20px 0px 0 34px;
  text-align: center;
  float: left;
}

.repair-service-type:hover, .repair-service-type-active{
  width: 296px;
  height: 156px;
  border: 3px solid #00a7ea;
}

.repair-service-type h2 {
  margin-top: 32px;
  font-size: 30px;
  line-height: 2;
  color: #00a7ea;
}

.repair-service-type:hover h2, .repair-service-type-active h2 {
  margin-top: 30px;
}

.repair-service-type p {
  color: #888;
}

.repair-after-type {
  width: 272px;
  height: 120px;
  border: 1px solid #ddd;
  background-color: #FFF;
  margin: 20px 28px 0 34px;
  text-align: center;
  float: left;
}

.repair-after-type h2 {
  margin: 27px 0 0 0;
  font-size: 22px;
  line-height: 2;
  color: #00a7ea;
}

.repair-after-type:hover h2, .repair-after-type-active h2 {
  margin: 25px 0 0 0;
}

.repair-after-type:hover, .repair-after-type-active{
  width: 268px;
  height: 116px;
  border: 3px solid #00a7ea;
}

.repair-after-type p {
  color: #888;
}


/*预约方式*/
.date-row {
  margin-top: 30px;
}
.date-row h2 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.6;
  font-weight: normal;
}

.date-row li.selected a {
  border-color: #00a7ea;
}

.date-point-content {
  position: relative;
  padding: 14px 24px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

a.date-point-content {
  display: block;
  cursor: pointer;
}

a.date-point-content:hover {
  border: 1px solid #00a7ea;
}

.date-point a.selected {
  border: 1px solid #00a7ea;
}

.date-point-content h3 {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 6px;
}
.date-point-content p {
  display: inline-block;
  margin-right: 40px;
  line-height: 22px;
}
.date-point-content p span {
  position: absolute;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url(../image/ss.png);
}
.date-point-content p i {
  margin-left: 26px;
  font-style: normal;
}
.date-location span {
  background-position: 0 0;
}
.date-phone span {
  background-position: -21px 0;
}
.date-point-change {
  position: absolute;
  right: 20px;
  top: 34px;
}
.date-point-change a {
  color: #00a7ea;
}


.date-day h2 span {
  margin-left: 10px;
  font-size: 12px;
  color: red;
}
.date-day li {
  float: left;
}
.date-day li a {
  float: left;
  margin-right: 10px;
  width: 248px;
  height: 80px;
  border: 1px solid #DDD;
  text-align: center;
  background-color: #FFF;
}
.date-day li.unable a {
  background-color: #f4f4f4;
  cursor: default;
}

.date-day li p {
  font-size: 16px;
  margin-top: 18px;
}

.date-time li {
  float: left;
}
.date-time li a {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 248px;
  height: 80px;
  border: 1px solid #DDD;
  text-align: center;
  background-color: #FFF;
}
.date-time li.unable a {
  background-color: #f4f4f4;
  cursor: default;
}
.date-time li p {
  font-size: 16px;
  margin-top: 18px;
}

.date-point-search span {
  font-size: 16px;
}
.date-point-search select,.date-point-search input {
  margin-left: 6px;
  width: 126px;
  height: 42px;
  padding-left: 6px;
  border: 1px solid #DDD;
}
.date-point-search input {
  width: 160px;
}

.btn-pager {
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #DDD;
  color: #00a7ea;
}
.btn-pager.unable {
  color: #888;
}

/*填写资料完成*/
.complete-content {
  margin: 100px auto;
  width: 530px;
  height: 136px;
}
.complete-content span {
  float: left;
  width: 110px;
  height: 110px;
  background: url(../image/complete.png) 0 0 no-repeat;
}
.complete-content h3, .complete-content p {
  margin-left: 150px;
}
.complete-content h3 {
  font-size: 22px;
  padding-top: 36px;
}
.complete-content a{
  color: #00a7ea;
}
.btn_disable{
background:#888;
border: medium none;
color: #fff;
display: inline-block;
padding: 10px 36px;
}