html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x: hidden;overflow-y: auto;}
a,audio,b,body,canvas,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,html,img,li,p,ul,input{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
body{width:100%;margin:0 auto;font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;font-size:15px;background: #fff;color:#666;}
dl,ol,ul{list-style:none}
a,button,input{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;outline:0;border:none}
a{color:#5a85ce;text-decoration:none}
a:active{outline:0 none}
.clearfix:after{ content:""; height:0; visibility:hidden; display:block; clear:both;}
.clearfix{ zoom:1;}
.mt30 {
	margin-top: 30px;
}
.wrap {
	width: 1000px;
	margin: 0 auto;
}
.header {
	width: 100%;
	background-color: #000;
	border-bottom: 1px rgba(0,0,0,.1) solid;
}
.header-con {
	height: 60px;
  width: 1000px;
  margin: auto;
  position: relative;
}
.header-con .nubia-logo {
	  background-image: url(../images/nubia-logo.png);
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    background-size: 190px 110px;
    width: 190px;
    height: 55px;
    float: left;
    top: 4px;
    left: 0;
    background-position: 0 0;
}

.subnav {
	background: rgba(0,0,0,0.04);
	height: 120px;
}
.subnav-process {
	height: 120px;
}
.subnav-process ul {
	padding-top: 30px;
}
.subnav-process ul li {
	width: 308px;
	display: inline-block;
	position: relative;
}
.subnav-process ul li em {
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	text-align:center;
	font-size: 16px;
	color: #fff;
	background: #ddd;
	border-radius: 50%;
	margin: 0 20px;
	float: left;
}
.subnav-process ul li i {
	width: 236px;
	height: 2px;
	background: #ddd;
	display: inline-block;
	margin-top: 16px;
	float: left;
}
.subnav-process ul li p {
	position: absolute;
	top: 40px;
	color: #666;
	font-size: 16px;
}
.subnav-process ul li p.text1 {
	left: 8px;
}
.subnav-process ul li p.text2 {
	left: -10px;
}
.subnav-process ul li p.text3 {
	left: -10px;
}
.subnav-process ul li p.text4 {
	left: -5px;
	width:90px;
}
.subnav-process ul li.last {
	width: 32px;
}
.subnav-process ul li.active em,.subnav-process ul li.active i{
	background: #FF4D4D;
}
.find-tab {
	height: 28px;
	line-height: 28px;
	margin: 90px auto 40px;
}
.find-tab li {
	width: 183px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	float: left;
}
.find-tab li.line {
	border-right: 1px solid #D8D8D8;
}
.find-tab li a {
	font-size: 18px;
	color: #222;
}
.find-tab li a.active {
	color: #FF4D4D;
}
.main {
	min-height: 550px;
}
.con-wrap {
	width: 600px;
	margin:0 auto;
}
.reason {
	padding-bottom:42px;
	border-bottom: 1px solid #ccc;
}
.reason li {
	line-height: 35px;
}
.reason-con {
	padding: 2px 0 12px;
}
.h-txt {
	font-weight: 500;
	font-size: 24px;
	padding: 5px 0;
	line-height: 34px;
	margin: 30px 0;
	color: #333;
	position: relative;
}
.h-txt em {
	  color: red;
    position: absolute;
    top: 10px;
    left: -15px;
    font-size: 14px;
}
.input-text {
	border-radius: 2px;
  border: 1px solid #9aa0a7;
  line-height: 36px;
  text-indent: 10px;
  -webkit-transition: border-color .2s,box-shadow .2s;
  transition: border-color .2s,box-shadow .2s;
}
.input-text:focus {
    border-color: #2f86f6!important;
    box-shadow: 0 0 4px 0 #2f86f6!important;
}
.check-code {
	width: 110px;
	height: 38px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 5px;
}
.check-code img {
	width: 110px;
	height: 38px;
}
.btn-ok {
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 360px;
	background: #FF4D4D;
	border-radius: 18px;
}
.btn-ok:hover {
	background:#f55c5c;
}
.btn-ok.disable{
	background-color: #ddd;
	cursor: default;
}
.appeal-text {
	font-size: 14px;
	text-align: center;
}
.appeal-text a {
	color: #2C2BCD;
	text-decoration: underline;
	margin-left: 5px;
}
/*step2*/
.w-tip {
	font-size: 14px;
	padding: 50px 0 42px;
	border-bottom: 1px solid #ccc;
}
.form-lable {
	width: 120px;
	display: inline-block;
	float: left;
	position: relative;
	height: 36px;
	line-height: 36px;
}
.form-lable em {
	color: red;
	position: absolute;
	top: 2px;
	left: -15px;
}
.form-con {
	position: relative;
}
.form-control {
	padding-left: 120px;
}
.input-text.width2 {
	width: 400px;
}
.form-control-select {
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	color: #444;
	border-radius: 2px;
	border:1px solid #bbb;
	-webkit-transition: border-color .2s,box-shadow .2s;
  transition: border-color .2s,box-shadow .2s;
	font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
}
.form-control-select:focus {
	border-color: #2f86f6!important;
  box-shadow: 0 0 4px 0 #2f86f6!important;
}
.form-control-textarea {
	font-family: "Microsoft Yahei","微软雅黑",Arial,Helvetica,sans-serif;
	height: 179px;
	width: 500px;
	border:1px solid #bbb;
	font-size: 14px;
	border-radius: 2px;
	padding:10px;
	line-height: 20px;
	-webkit-transition: border-color .2s,box-shadow .2s;
  transition: border-color .2s,box-shadow .2s;
}
.form-control-textarea:focus {
	border-color: #2f86f6!important;
  box-shadow: 0 0 4px 0 #2f86f6!important;
}
.imei-tip {
	width: 25px;
	height: 25px;
	display: inline-block;
	background: url(../images/ico-imei-tip.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 6px;
	cursor: pointer;
}
.imei-tip:hover {
	background: url(../images/ico-imei-tip-hover.png) no-repeat;
}
.imei-tip-con {
	position: absolute;
	width: 126px;
	height: 57px;
	right: -63px;
  top: -57px;
	background: url(../images/ico-imei-tip-con.png) no-repeat;
	display: none;
}
.sel-images {
	width: 120px;
	height: 120px;
	display: inline-block;
	float: left;
	margin-right: 11px;
	margin-bottom: 15px;
	position: relative;
}
.sel-images img {
	width: 118px;
	height: 118px;
	border: 1px solid #ccc;
}
.ico-delete {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url(../images/ico-delete.png) no-repeat;
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 100;
	cursor: pointer;
}
.btn-add-img {
	background: url(../images/btn-add-img.png) no-repeat;
}
.sel-sfz-images {
	width: 178px;
	height: 116px;
	display: inline-block;
	float: left;
	margin-right: 23px;
	margin-bottom: 15px;
	position: relative;
}
.sel-sfz-images img {
	width: 176px;
	height: 114px;
	border: 1px solid #ccc;
}
.btn-add-sfz-img {
	background: url(../images/btn-add-sfz-img.png) no-repeat;
}
.get-check-code {
	width: 110px;
	height: 38px;
	display: inline-block;
	background: #FF4D4D;
	vertical-align: bottom;
	margin-left: 5px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 38px;
	border-radius: 19px;
}
.get-check-code.disable {
	background: #ddd;
	cursor:default;
}
.sucess-ok {
	text-align: center;
	padding-top: 210px;
}
.sucess-ok h3 {
	color: #FF4D4D;
	font-size: 28px;
	font-weight: 500;
}
.sucess-ok p {
	font-size: 16px;
	color: #222;
	margin-top: 40px;
}
.sucess-ok p.back {
	font-size: 13px;
	color: #666;
	margin-top: 20px;
}
.sucess-ok p.back a {
	color: #2C2BCD;
	text-decoration: underline;;
}
.error-text {
	position: absolute;
	left: 535px;
  top: 5px;
  width: 200px;
	line-height: 26px;
	font-size: 14px;
	color: red;
}

.cancel {
    padding-top: 50px;
}
.cancel h3 {
    color: #FF4D4D;
    font-size: 28px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}
.notice-txt {
	padding: 10px 0 15px;
	color:#333;
	border-bottom: 1px solid rgb(185, 184, 184);
	margin-bottom: 25px;
}
.notice-item h5 {
	font-size: 15px;
	color: #666666;
	font-weight: 600;
	padding: 10px 0 5px;
}
.notice-item p {
	line-height: 24px;
	font-size: 14px;
}

.footer {
	padding: 80px 0 50px;
	font-size: 12px;
	color: #777;
	text-align: center;
}
.footer a {
	display: inline-block;
  margin-right: 20px;
  color: #777;
}
.footer a:hover {
	color: #333;
}
.icon-ok {
	width:20px;
	height:20px;
	display: inline-block;
	position: absolute;
	right: 125px;
	top: 10px;
	background: url(../images/icon-ok.png);
	background-size: cover;
	display:none;
}