/*公共类*/
.red-bg{
	background-color: #ff6464 !important;
}
.green-bg{
	background-color: #28b273 !important;
}
.grey-bg{
	background-color: #f7f7f7 !important;
}
.white-word{
	color: #fff;
}
.hide{
	display: none;
}
.show{
	display: block;
}

.clear{
    zoom: 1;
}
.clear:after{
    display: block;
    content:"";
    clear:both;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
input,textarea{
  box-shadow: none;
}

.in-err{
	border:1px solid #ff6450 !important;
}

/*公共按钮*/
.skin-btn{
  line-height: 88px;
  background-color: #fd593e;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 30px;
  margin-left: 30px;
  width: 580px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.skin-btn-02{
	display: block;
	width:578px;
	color: #fd593e;
	text-align: center;
	background-color: #fff;
	border:1px solid #fd593e;;
}
.skin-btn-yellow,.skin-btn-green{
	width: 520px;
	margin-left: 60px;
	background-color:#f6b310; 
}
.skin-btn-green{
	background-color: #26d0b3;
}
.skin-btn-yellow-02,.skin-btn-green-02{
	width:518px;
	border:1px solid #f6b310;
	background-color: #fff;
	color: #f6b310;
}
.skin-btn-green-02{
	border:1px solid #26d0b3;
	color: #26d0b3;	
}
/*布局*/
.content{
	background: #fff;
}
.content-supplier
{
	top:108px;
	bottom:148px;
}
.content-innovator,
.content-case{
	top:108px;
}
.content-innovator{
	bottom:148px;
}
.content-innovator.no_nav{
	top:0;
}
/*顶部导航*/
.page-top-nav{
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 640px;
	height: 88px;
	line-height: 88px;
	font-size: 28px;
	z-index: 2;
}
.page-top-nav a{
	display: inline-block;
	float: left;
	width: 213px;
	border-bottom:1px solid #e6e6e6;
	background: #fff;
	text-align: center;
	color: #333;
}
.page-top-nav .a1.z-sel,
.page-top-nav .a3.z-sel
{
	color: #ff644f;
	border-bottom:2px solid #ff6450;
	line-height: 87px;
}

.page-top-nav .a2.z-sel{
	color: #28b273;
	border-bottom:2px solid #28b273;
	line-height: 87px;
}


/*底部浮层*/

.fixed-bottom-show{
	position: absolute;
	bottom: 0;
	left:0;
	display: block;
	width: 640px;
	height: 74px;
	text-align: center;
	line-height: 74px;
    background-color: #ff6464;
    color: #fff;
    font-size: 28px;
}
.fixed-bottom-show a{
	display: block;
	color: #fff;
}
.supplier-bottom,.innovator-bottom{
	bottom: 74px;
}
.phone-dial{
	background-color: rgba(0,0,0,0.6)!important;
}
.phone-dial a i{display:inline-block;width:30px;height:40px;background-position:-934px -507px;  vertical-align: middle;}



/*tab切换*/
.tab-box .tab-title{
	height: 100px;
	padding:0 40px;
	border-bottom:1px solid #e2e2e2;
}
.tab-box .tab-title a{
	display: inline-block;
	float: left;
	width: 50%;
	color: #555;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 28px;
	font-size: 30px;	
}
.tab-box .tab-title a.z-sel{
	color: #ff6450;
	border-bottom:2px solid #ff6551;
}


/*弹窗*/

.pop {
    display: none;
    position: absolute;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
/*    width: 100%;
    height: 100%;*/
}

.pop-mask {
    height: 100%;
    background: #000;
    filter: alpha(opacity=30);
    opacity: .3;
}

/*高度变化*/
.pop-main {
    position: absolute;
    top: 50%;
    /*left: 50%;*/
    left:10%;
    margin: -170px 0 0 0px;
    width: 80%;
    height: 340px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    border-radius: 12px;
    color: #333333;
    font-family: 'Microsoft YaHei';
}
.require-success{
	height: 388px;
	margin: -194px 0 0 0px;
}

.pop-head {
    text-align: center;
}
.pop-head span {
    display: block;
    font-size: 36px;
    margin-top: 40px;
    color:#222;
}
.pop-head em{
    display: block;
    color: #999999;
    font-size: 24px;
    margin-top: 18px;
}
.pop-head .pop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    background: url(../images/pop-close2.png) center no-repeat;
}
.pop-content{
    padding: 15px 20px 0px 20px;
    color:#555;
    font-size: 28px;
    text-align: center;
    line-height: 48px;
}


.pop-content .act-btn{
    display: block;
    margin:28px auto 40px;
    height: 70px;
    width: 32%;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    border-radius:12px;
    overflow: hidden;
    color: #fff;
    background-color: #fd593e;
}
/*登录信息提示框*/
.act-section{
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1px;
  height: 90px;
  width: 100%;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.login-info .act-cancell,
.login-info .go-upgrade{
  width: 50%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  display: inline-block;
  float: left;
}
.login-info .act-cancell{
	color: #555555;
    background-color: #f5f5f5;
}
.login-info .go-upgrade{
	color: #fff;
    background-color: #ff6450;
}


/*供应商弹窗*/
.supplier-pop{
	width: 88%;
	left: 6%;
	height: 796px;
    margin: -398px 0 0 0px;
    background:#fff url(../images/linkMobile/order-bg.png)left top no-repeat;
}
.supplier-pop .pop-head span{
	margin:70px auto 26px;
	color: #62c393;
	font-size: 28px;
}
.supplier-pop .pop-content{
	padding:0 50px 0 38px ;
}
.supplier-pop .pop-content p{
	margin-bottom: 36px;
	line-height: 32px;
	color: #595959;
	font-size: 24px;
	text-align: left;
}
.supplier-pop .pop-content p:last-child{
	margin-bottom: 0;
}
.supplier-pop .pop-content .detail-ellipsis{
	margin: 30px 0 55px;
}
.supplier-pop  .pop-head .pop-close{
	width: 72px;
	height: 72px;
	background: url('../images/linkMobile/link-mobile-icon.png') no-repeat 12px -540px;
}

/*我是供应商&&我是创新者 common*/

.service-introduce{
	 background: #ff6464 url(../images/linkMobile/map-icon.png)102px 3px no-repeat;	
}
.service-introduce .content-box{
	margin:0px auto;
	padding: 48px 0 47px;
	width: 410px;
}
.service-introduce .content-box h3{
	color: #fdeb8b;
	font-size: 24px;
}
.service-introduce .content-box .intr-con{
	padding: 16px 0px 17px 166px;
 	background: url(../images/linkMobile/innovator-01.jpg)left 16px no-repeat;
	font-size: 24px;
} 
.service-introduce .content-box .intr-con p{
	line-height: 30px;
	color: #fff;
}
.service-introduce .content-box .intr-con em{
	color: #fdeb8b;
}
.service-introduce .content-box .warm-tip{
	width:245px;
	height: 36px;
	line-height: 36px;
	color: #ff6464;
	background: #fff;
	text-align:center;
	font-size: 24px;
}

.outer-box{
	background: #fff;
}
.link-list{
	padding:0 20px;
}
.link-list .link-list-title h2{
	margin: 0 auto;
	padding:42px 0 15px;
	width: 210px;
	text-align:center;
    font-size: 28px;
}
.link-list .link-list-title .underline{
	display: block;
	margin: 0 auto;
	width: 121px;
	border-bottom: 2px solid #ff6450;
}
.link-list .link-list-title span{
	display: block;
	padding:24px 0 10px;
	color: #555;
	font-size: 24px;
}
.link-list .link-list-title span.brand-descr{padding:0 0 10px 0;}
.link-list  .link-list-content .ingdan-video{
	width:600px;
	height: 396px;
	border-bottom:1px solid #dfdada;
}
.link-list  .link-list-content .ingdan-video-tip{
	font-size: 24px;
	padding:20px 0 60px;
	margin-left: -20px;
	margin-right: -20px;
}

.link-icon{
	background-image: url(../images/linkMobile/link-mobile-icon.png);
	background-repeat: no-repeat;
}



/*我是创新者*/

/*硬蛋平台*/
.list-platform{
	text-align: center;
}

/*创新者困惑*/
.list-confuse .link-list-content  ul{
	height: 376px;
}
.list-confuse .link-list-content  ul li{
	float: left;
	height: 160px;
	width:25%;
	text-align: center;
	color: #555;
	font-size: 22px;
}

.list-confuse .link-list-content li i{
	display: block;
	width: 88px;
	height: 68px;
	margin: 38px auto 0;
}
.list-confuse .link-list-content li .icon1{
	background-position: -2px -11px;
}
.list-confuse .link-list-content li .icon2{
	background-position: -104px -13px;
}
.list-confuse .link-list-content li .icon3{
	background-position: -214px -8px;
}
.list-confuse .link-list-content li .icon4{
	background-position: -347px -14px;
}
.list-confuse .link-list-content li .icon5{
	background-position: -481px -15px;
	margin: 62px auto 0;
}
.list-confuse .link-list-content li .icon6{
	background-position: -619px -16px;
	margin: 62px auto 0;
}
.list-confuse .link-list-content li .icon7{
	background-position: -756px -11px;
	margin: 62px auto 0;
}
.list-confuse .link-list-content li .icon8{
	background-position: -910px -11px;
	margin: 62px auto 0;
}

/*加入硬蛋的好处*/
.list-good{
	color: #fff;
}
.list-good .link-list-content .good-list li{
	position: relative;
	padding:40px 0 37px 114px;
	border-bottom: 1px solid #ff8383;
}
.list-good .link-list-content .good-list .first-item{
	padding:33px 0 37px 114px;
}
.list-good .link-list-content .good-list .last-item{
	padding:41px 0 60px 114px;
	border-bottom: none;
}
.list-good .link-list-content .good-list li  em{
	position: absolute;
	left:30px;
	top:25px;
	display: inline-block;
	width:60px;
	height: 60px;
	border-radius:50%;
	line-height: 60px;
	text-align: center;
	color: #ff6464;
	background: #fff;
	font-size: 28px;
}
.list-good .link-list-content .good-list .first-item em{
	top:35px;
}
.list-good .link-list-content .good-list li  span{
	display: block;
	line-height: 35px;
	text-align: left;
	font-size: 24px;
}

/*硬蛋3大服务*/
.link-list-service .link-list-content .service-list{
	padding:52px 0 62px;
	display: inline-block;
}
.link-list-service .link-list-content .service-list li{
	display: inline-block;
	border-bottom: 1px solid #ececec;
}
.link-list-service .link-list-content .service-list li .list-left,
.link-list-service .link-list-content .service-list li .list-right{
	display: inline-block;
	float: left;
}
.link-list-service .link-list-content .service-list li .list-left img{
	display: inline-block;
	width:186px;
	height:206px;
	margin-bottom: 20px;
	margin-top:20px;
}
.link-list-service .link-list-content .service-list .first-item img{
	margin-top: 0;
}
.link-list-service .link-list-content .service-list .last-item img{
	margin-bottom: 0;
}
.link-list-service .link-list-content .service-list .last-item{
	border:none;
}
.link-list-service .link-list-content .service-list li .list-right{
	padding-left: 18px;
	padding-top: 20px;
	width:376px;
}
.link-list-service .link-list-content .service-list li .list-right h3{
	color: #ff6464;
	font-size: 28px;
	margin-bottom: 16px;
}
.link-list-service .link-list-content .service-list li .list-right span{
	color: #555;
	line-height: 28px;
	font-size: 24px;
	text-indent: 16px;
}

/*服务流程*/
.list-service-procedure .link-list-content{
	margin:47px auto 58px;
}
.list-service-procedure .link-list-content .service-step{
	height: 320px;
}
.list-service-procedure .link-list-content .service-step .service-step-item,
.list-service-procedure .link-list-content .service-step .icon-arrow{
	float: left;
	display: inline-block;
	height: 130px;
	text-align: center;
}
.list-service-procedure  .service-step .service-step-item i{
	display: block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border:2px solid #ff6464;
	margin-bottom: 12px;
}
.list-service-procedure  .service-step .service-step-item  span{
	display: block;
	color: #555;
	line-height: 26px;
	font-size: 22px;
}
.list-service-procedure  .service-step .item01,
.list-service-procedure  .service-step .item05{
	width: 70px;
	margin-left: 18px;
}
.list-service-procedure  .service-step .item02{
 	width: 186px;
}
.list-service-procedure  .service-step .item02 i{
	margin:0 auto 12px;
}
.list-service-procedure  .service-step .item03,
.list-service-procedure  .service-step .item04{
	width: 133px;
	margin-right: 17px;
}
.list-service-procedure  .service-step .item04{
	float: right !important;
}

.list-service-procedure  .service-step .service-step-item .link-step-icon1{
	background-position: -2px -116px;
}
.list-service-procedure  .service-step .service-step-item .link-step-icon2{
	background-position: -101px -118px;
}
.list-service-procedure  .service-step .service-step-item .link-step-icon3{
	background-position:  -223px -113px;
	margin-left: 45px;
}
.list-service-procedure  .service-step .service-step-item .link-step-icon4{
	background-position: -357px -115px;
	margin-left: 32px;
}
.list-service-procedure  .service-step .service-step-item .link-step-icon5{
	background-position: -481px -118px;
}
.list-service-procedure  .service-step .arrow-right-01{
	width: 87px;
	background-position: -600px -117px;
}
.list-service-procedure  .service-step .arrow-right-02{
	width: 72px;
    background-position: -636px -117px;
}
.list-service-procedure  .service-step .arrow-down{
	float: right !important;
    display: block !important;
    width: 150px;
    height: 60px !important;
    margin-left: 530px;
    background-position: -740px -122px;
}
.list-service-procedure  .service-step .arrow-left{
	float: right!important;
	width: 235px;
	margin-right: 40px;
	background-position: -768px -207px;
}
/*权威报道*/
.link-list-report{
	padding:0;
}
.link-list-report .link-list-content{
	padding:30px 0 10px;
	margin-left: 14px;
	
}


/*我是供应商*/

.content-supplier .link-list .link-list-title .underline{
	  border-bottom: 2px solid #28b273;
}

/*介绍*/
.supplier-introduce{
	background: #28b273 url(../images/linkMobile/map-icon.png)102px 3px no-repeat;
}

.supplier-introduce .content-box .intr-con{
	padding: 16px 0px 17px 200px;
	background: url(../images/linkMobile/supplier-01.jpg)left 16px no-repeat;
	margin-left: -31px;
}
.service-introduce .content-box .intr-con p{
	line-height: 35px;
}
.supplier-introduce .content-box .intr-con .intr-con-01{
	font-weight: bold;
}
.supplier-introduce .content-box{
	width:492px;
}
.supplier-introduce .content-box .warm-tip{
	width:270px;
	color: #28b273;
}

/*硬蛋供应链 */
.list-ingdan-link{padding:0;}
.list-ingdan-link  .link-list-content{
	padding-top: 42px;
	text-align: center;
}
.list-ingdan-link  .link-list-content p{
	line-height: 50px;
	color: #555;
	font-size:24px;
}
.list-ingdan-link  .link-list-content p:nth-child(2){
	font-size: 28px;
	margin-bottom: 24px;
}
.list-ingdan-link  .link-list-content p span{
	color: #1bb371;
	padding:0 8px;
}
.list-ingdan-link  .link-list-content ul{
	height: 443px;
	padding-top: 0px;
	background: url(../../massets/images/linkMobile/computer-icon.png)no-repeat 1px 15px;
}
.list-ingdan-link  .link-list-content ul li{
	float: left;
	display: inline-block;
	width:120px;
	height: 120px;
	margin-right: 23px;
	line-height: 108px;
	text-align: center;
	border:2px solid #34bb80;
	border-radius: 50%;
	color: #555;
	font-size: 22px;
	background: rgba(254,254,254,1);
}
.list-ingdan-link  .link-list-content ul li:first-child{
	margin-left: 98px;
}
.list-ingdan-link  .link-list-content ul li:last-child{
	margin-right: 66px;
}
/*供应链海量订单*/
.list-link-order{padding:0;}
.list-link-order .link-list-content .order-list{
	display: block;
	height: 605px;
	margin:62px auto 0px;
	padding-bottom: 83px;
	position: relative;
}
.list-link-order .link-list-content .order-list li{
	display: block;
	width: 118px;
	height: 118px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	position: absolute;
}
.list-link-order .link-list-content .order-list li a{
	display: block;
    border-radius: 50%;
    height: 100%;
	color: #fff;
	border: 1px solid transparent;
}
/*定义动画*/


.list-link-order .link-list-content .order-list li:nth-child(1){
	/*background-color: #87d7b2;*/

	left:261px;
	top:0;
	-webkit-animation: .5s  rainbow1 infinite alternate;
	animation: .5s rainbow1 infinite alternate;
}
@-webkit-keyframes rainbow1{
  0% { background-color: #87d7b2; }
  100% { background-color: #7dc9a6; }
}

@keyframes rainbow1{
  0% { background-color: #87d7b2; }
  100% { background-color: #7dc9a6; }
}
.list-link-order .link-list-content .order-list li:nth-child(2){
	/*background-color: #ffc209;*/
	right: 116px;
	top:49px;
	-webkit-animation: .5s  rainbow2 infinite alternate;
	animation: .5s rainbow2 infinite alternate;
}
@-webkit-keyframes rainbow2{
  0% { background-color: #ffc209; }
  100% { background-color: #f2b809; }
}

@keyframes rainbow2{
  0% { background-color: #ffc209; }
  100% { background-color: #f2b809; }
}
.list-link-order .link-list-content .order-list li:nth-child(3){
	/*background-color: #ff907e;*/
	right: 29px;
	top:169px;
	-webkit-animation: .5s  rainbow3 infinite alternate;
	animation: .5s rainbow3 infinite alternate;
}
@-webkit-keyframes rainbow3{
  0% { background-color: #ff907e; }
  100% { background-color: #f08675; }
}

@keyframes rainbow3{
  0% { background-color: #ff907e; }
  100% { background-color: #f08675; }
}
.list-link-order .link-list-content .order-list li:nth-child(4){
	/*background-color: #7ee0fc;*/
	right: 29px;
	top:320px;
	-webkit-animation: .5s  rainbow4 infinite alternate;
	animation: .5s rainbow4 infinite alternate;
}
@-webkit-keyframes rainbow4{
  0% { background-color:#7ee0fc; }
  100% { background-color: #75d1eb; }
}

@keyframes rainbow4{
  0% { background-color: #7ee0fc; }
  100% { background-color: #75d1eb; }
}
.list-link-order .link-list-content .order-list li:nth-child(5){
	/*background-color: #6fecb2;*/
	right: 116px;
	top:442px;
	-webkit-animation: .5s  rainbow5 infinite alternate;
	animation: .5s rainbow5 infinite alternate;
}
@-webkit-keyframes rainbow5{
  0% { background-color:#6fecb2; }
  100% { background-color: #67dda6; }
}

@keyframes rainbow5{
  0% { background-color: #6fecb2; }
  100% { background-color: #67dda6; }
}
.list-link-order .link-list-content .order-list li:nth-child(6){
	/*background-color: #6fe18a;*/
	left:261px;
	top:490px;
	-webkit-animation: .5s  rainbow6 infinite alternate;
	animation: .5s rainbow6 infinite alternate;
}
@-webkit-keyframes rainbow6{
  0% { background-color:#6fe18a; }
  100% { background-color: #68d482; }
}

@keyframes rainbow6{
  0% { background-color: #6fe18a; }
  100% { background-color: #68d482; }
}
.list-link-order .link-list-content .order-list li:nth-child(7){
	/*background-color: #29dc8a;*/
	left: 116px;
	top:442px;
	-webkit-animation: .5s  rainbow7 infinite alternate;
	animation: .5s rainbow7 infinite alternate;
}
@-webkit-keyframes rainbow7{
  0% { background-color:#29dc8a }
  100% { background-color: #26ce81; }
}

@keyframes rainbow7{
  0% { background-color: #29dc8a }
  100% { background-color: #26ce81; }
}
.list-link-order .link-list-content .order-list li:nth-child(8){
	/*background-color: #4fd5b7;*/
	left: 29px;
	top:320px;
	-webkit-animation: .5s  rainbow8 infinite alternate;
	animation: .5s rainbow8 infinite alternate;
}
@-webkit-keyframes rainbow8{
  0% { background-color:#4fd5b7; }
  100% { background-color: #48c6aa; }
}

@keyframes rainbow8{
  0% { background-color: #4fd5b7; }
  100% { background-color: #48c6aa; }
}
.list-link-order .link-list-content .order-list li:nth-child(9){
	/*background-color: #2fd68a;*/
	left: 29px;
	top:169px;
	-webkit-animation: .5s  rainbow9 infinite alternate;
	animation: .5s rainbow9 infinite alternate;
}
@-webkit-keyframes rainbow9{
  0% { background-color:#2fd68a; }
  100% { background-color: #2bc780; }
}

@keyframes rainbow9{
  0% { background-color: #2fd68a; }
  100% { background-color: #2bc780; }
}
.list-link-order .link-list-content .order-list li:nth-child(10){
	/*background-color: #d399ff;*/
	left: 116px;
	top:49px;
	-webkit-animation: .5s  rainbow10 infinite alternate;
	animation: .5s rainbow10 infinite alternate;
}
@-webkit-keyframes rainbow10{
  0% { background-color:#d399ff; }
  100% { background-color: #c790f1; }
}

@keyframes rainbow10{
  0% { background-color: #d399ff; }
  100% { background-color: #c790f1; }
}
.list-link-order .link-list-content .order-list li i{
	display: block;
	width: 50px;
	height: 40px;
	margin: 22px auto 10px;
	background-repeat: no-repeat;
}
.list-link-order .link-list-content .order-list li:nth-child(1) i{
	background-position:  -666px -335px;
}
.list-link-order .link-list-content .order-list li:nth-child(2) i{
	background-position: -787px -343px;
}
.list-link-order .link-list-content .order-list li:nth-child(3) i{
	background-position: -911px -339px;
}
.list-link-order .link-list-content .order-list li:nth-child(4) i{
	background-position: -590px -431px;
}
.list-link-order .link-list-content .order-list li:nth-child(5) i{
	background-position: -724px -426px;
}
.list-link-order .link-list-content .order-list li:nth-child(6) i{
	background-position: -857px -430px;
}
.list-link-order .link-list-content .order-list li:nth-child(7) i{
	background-position: -346px -519px;
}
.list-link-order .link-list-content .order-list li:nth-child(8) i{
	background-position: -481px -514px;
}
.list-link-order .link-list-content .order-list li:nth-child(9) i{
	background-position: -608px -511px;
}
.list-link-order .link-list-content .order-list li:nth-child(10) i{
	background-position: -772px -513px;
}
.list-link-order .link-list-content .order-list li.center{
	width: 170px;
	height: 170px;
	color: #555;
	font-size: 24px;
	background-color: #fff;
	top:218px;
	left:233px;
}
.list-link-order .link-list-content .order-list li.center p:nth-child(1){
	margin-top: 37px;
}
.list-link-order .link-list-content .order-list li.center p:nth-child(2),
.list-link-order .link-list-content .order-list li.center p:nth-child(3){
	margin-top: 13px;	
}
.list-link-order .link-list-content .order-list li span{
	margin-top: 70px;
}



/*供应商困惑*/
.list-supplier-confuse .link-list-content .confuse-list{
	padding-top: 60px;
	height: 180px;
}
.list-supplier-confuse .link-list-content .confuse-list li{
	float: left;
	width: 20%;
	text-align: center;
	color: #555;
	font-size: 22px;
}
.list-supplier-confuse  .confuse-list li  i{
	display: block;
	width: 60px;
	height: 52px;
	margin:0 auto 12px;
}
.list-supplier-confuse  .confuse-list li  .icon1{
	background-position: -8px -240px;
}
.list-supplier-confuse  .confuse-list li  .icon2{
	background-position: -112px -244px;
}
.list-supplier-confuse  .confuse-list li  .icon3{
	background-position: -232px -244px;
}
.list-supplier-confuse  .confuse-list li  .icon4{
	background-position: -374px -253px;
}
.list-supplier-confuse  .confuse-list li  .icon5{
	background-position: -522px -257px;
	margin: 0 0 12px 38px;
}

/*加入硬蛋的好处*/
.list-supplier-good{
	color: #fff;
}
.list-supplier-good .link-list-content .good-list{
	height: 235px;
	padding-top: 34px;
}
.list-supplier-good .link-list-content .good-list li{
	float: left;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
}
.list-supplier-good .link-list-content .good-list li i{
	display: block;
	height: 90px;
	width: 90px;
	margin-bottom: 20px;
	border-radius: 50%;
	background-color: #fff;
}
.list-supplier-good .link-list-content .good-list li .icon1{
	margin-left: 25px;
	background-position: 10px -345px;
}
.list-supplier-good .link-list-content .good-list li .icon2{
	background-position: -115px -343px;
}
.list-supplier-good .link-list-content .good-list li .icon3{
	margin-left: 15px;
	background-position: -240px -343px;
}
.list-supplier-good .link-list-content .good-list li:nth-child(1){
	width: 137px;
}
.list-supplier-good .link-list-content .good-list li:nth-child(2){
	width:94px;
	line-height:32px; 
	margin: 0 110px 0 122px;
}
.list-supplier-good .link-list-content .good-list li:nth-child(3){
	width:120px;
}

/*硬蛋供应链VIP服务介绍*/

.list-vip-service .link-list-title h2{width: 300px;}
.list-vip-service .vip-service-list{
	padding-top: 16px;
	height: 584px;
}
.list-vip-service .vip-service-list li{
	float:left;
	display: inline-block;
	width:290px;
	/*width: 281px;*/
	margin-right: 20px;
	margin-top: 38px;
}
.list-vip-service .vip-service-list li:nth-child(2n){
	margin-right: 0;
}
.list-vip-service .vip-service-list li img{
	width:100%;
	height: 178px;
}
.list-vip-service .vip-service-list li span{
	display: block;
	margin-top: 18px;
	color: #555;
	text-align: center;
	font-size: 24px;
}
/*合作伙伴*/
.link-list-partner{
	padding:0;
}
.link-list-partner .link-list-content{
	padding: 30px 0 10px;
    margin-left: 14px;
}

/*对接案列*/
.content-case{
	padding:0 20px;
	background-color:#fff; 
}
.content-case li{
	position: relative;
	border-bottom:1px solid #ececec;
}
.content-case li i{
	position: absolute;
	top: -9px;
	left: 6px;
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../images/linkMobile/case-progress-icon.png);
	background-repeat: no-repeat;
}

.content-case li  .step1{
	background-position:-4px -12px; 
}
.content-case li  .step2{
	background-position: -4px -62px; 
}
.content-case li  .step3,
.content-case li  .step9{
	background-position:-4px -325px; 
}
.content-case li  .step4{
	background-position:-4px -110px; 
}
.content-case li  .step5{
	background-position:-4px -164px;
}
.content-case li  .step6{
	background-position:-4px -218px; 
}
.content-case li  .step7,
.content-case li  .step8{
	background-position:-4px -272px; 
}



.content-case li .case-info{
	margin-top: 37px;
	height: 24px;
}
.content-case li .case-info em{
	padding-left: 56px;
	color: #ff6450;
	font-size: 24px;
}
.content-case li .case-info span{
	float: right;
	color: #999;
	font-size: 20px;
}
.content-case li .case-detail{
	padding:20px 0 10px;
	color: #555;
	line-height: 32px;
	font-size: 24px;
}
.content-case li .case-user-info{
	height: 30px;
	margin-bottom: 30px;
}
.content-case li .case-user-info img,.content-case li .case-user-info span{
	float: left;
}
.content-case li .case-user-info img{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
}
.content-case li .case-user-info span{
	display: inline-block;
	padding-left: 9px;
	color: #999;
	line-height: 30px;
	font-size: 20px;
}


/*表单样式*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input,select,a,textarea{
	/*-webkit-appearance:none;
	appearance:none;*/
}
.form {
  padding-top: 50px; 
  padding-bottom: 40px;
  background-color: #fff; 
}
.form .in-box{
	display: block;
}
.form .in-block{
 width: 520px;
 margin-left: 40px;
}
.form .in-txt, .form .in-select {
  height: 86px;
  line-height: 86px;
  color: #555555;
  font-size: 28px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}
.form  .in-longtxt{
	padding-top:30px;
	padding-bottom: 30px;
	line-height: 30px;
	resize:none;
	height: 258px;
}


.login-form .skin-btn{
	margin-top: 10px;
}
.form .vcode{
  width: 325px;
  margin-left: 40px;
  float: left;
  padding: 0 0 0 20px;
}

.form img {
  float: left;
  width: 192px;
  height: 80px;
  margin-left: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.form .phonecode-get{
  display: inline-block;
  width: 194px;
  margin-left: 20px;
  border-radius: 4px;
  float: left;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #e2e2e2;
  color: #555;
  font-size: 24px;
}

.form .tips{
  display: inline-block;
  height: 50px;
  padding-left: 20px;
  line-height: 40px;
  color: #ff6450;
  font-size: 20px;
}


/*footer*/
/*.foot{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	height: 100px;
}*/
/*非固定footer*/
.foot,
.foot-02{
	display: block;
	height: 100px;
	/*margin-top: 150px;*/
}
.foot-bg{
	width: 100%;
	height: 100%;
	background: url(../images/linkMobile/footer.jpg)left top no-repeat;
}

/*升级*/
.action-step{
	padding: 50px 0 75px;
	background: #f7f7f7;
}
.upgrade-box{
	width: 533px;
	padding-top: 122px;
	margin:auto;
}
.step01{
	background: url(../images/linkMobile/innovator-upgrade-step01.jpg) no-repeat;
}
.step02{
	background: url(../images/linkMobile/innovator-upgrade-step02.jpg) no-repeat;
}
.step03{
	background: url(../images/linkMobile/innovator-upgrade-step03.jpg) no-repeat;
}
.upgrade-box .z-sel{
	color: #fd593e;
}
.upgrade-box li{
	float: left;
	color: #555;
	font-size: 28px;
	
}
.upgrade-box li:nth-child(1){
	margin-right:17%;
}
.upgrade-box li:nth-child(2){
	margin-right: 19%;
}

/* pay info */
.payInfo{ 
    padding:24px 0 50px;
    border-bottom:1px solid #e2e2e2;
    font-size: 28px;
}
.payInfo dl{
    margin-top: 28px;
}
.payInfo dt{
    float:left;
    width: 170px;
    color:#333;
    text-align: right;

}
.payInfo dd{
    float: left;
    padding-left: 20px;  
}

/*选择支付方式*/
.chooseTitle{
    padding:20px 40px 60px 40px;
    color:#999;
    font-size: 28px;

}
.chooseTitle li{
    border-bottom:1px solid #e2e2e2;
    width:100%;
    height:90px;
}
.chooseTitle li:nth-child(1){
	height:68px;
    line-height: 68px;
}
.chooseTitle .payType{
    height:90px;
}
.chooseTitle .payIcon{
    float:left;
    background: url(../images/alpay_icon.png) no-repeat left top;
    width:190px;
    height:67px;
    margin-top: 11px;
}
.pay-for-weixin  .payIcon{
    background: url(../images/weixin_icon.png)no-repeat left top;
}
.chooseTitle .radioIcon{
    float:right;
}
.chooseTitle input{
    display: none;
}
.chooseTitle .radioIcon label{
    position: relative;
    top: 27px;
    right:20px;
    display: block;
    width: 36px;
    height: 36px;
    background: url('../images/icon-right.png') no-repeat;
    background-position:-36px 0px; 
    cursor: pointer;
}
.chooseTitle .radioIcon .checked{
    background-position:1px 0px;    
}
.content-pay .skin-btn-02{
	margin-top: 40px;
	margin-bottom: 58px;
}


/*提交新需求*/

.requirement-title{
	background-color: #f7f7f7;
	text-align: center;
    padding: 40px 0 37px;
}
.requirement-title h3{
	color: #333;
	font-size: 34px;
}
.requirement-title p{
	margin-top:20px;
	color: #555;
	font-size: 28px;
}

.demand-type {
	display: block; 
	position: relative;
	width: 562px;
	margin-left: 40px;
}
.demand-type-title {
	position: relative;
	padding: 0 20px;
	height: 86px;
	margin-bottom: 50px;
	background: #fff;
	border: 1px solid #e2e2e2; 
	cursor: pointer;
	border-radius: 4px;
}
.demand-type-title span {
	display: block;
	line-height: 86px; 
	text-align: left;
	font-size: 28px;
	color: #999;
}
.demand-type-title i { 
	position: absolute;
	top: 30px;
	right: 20px;
	border-width: 10px;
	border-color: #7d7f82 transparent transparent transparent;
}
.demand-type-box {
	display: none;
	position: absolute;
	top: 88px;
	left: 0; 
	z-index: 100;
	padding: 10px;
	width: 541px;
    background: #fff;
    border: 1px solid #e2e2e2;
	border-top: 0;
}
.demand-type-check {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f7f7f7;
	height: 259px;
}
.demand-type-box.z-sel{
	display: block;
}
.demand-type-check label {
	float: left;
	padding: 0 2%;
	width: 46%;
	height: 50px;
	line-height: 50px;
	font-size: 26px; 
	color: #555;
	text-align: left;
	cursor: pointer;
}
.demand-type-check input {
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
	width:26px;
	height: 26px;
}
.icon-triangle {
  width: 0;
  height: 0;
  border-width: 4px;
  border-color: transparent transparent #fff transparent;
  border-style: solid dashed dashed dashed;
  overflow: hidden;
  -webkit-transition: .6s ease-in;
  -moz-transition: .6s ease-in;
  -o-transition: .6s ease-in;
  transition: .6s ease-in;
}
.demand .demand-type-btn .skin-btn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.requirement-form .submit-btn{
	margin-top: 10px;
}
.demand-type-btn{

}
.demand-type-btn .skin-btn{
  display: block;
  font-size: 26px;
  width: 100%;
  height: 88px;
  margin-left: 0;
  text-align: center;
}

/*支付成功*/
.pay-result{
	position: relative;
	padding-top:85px;
	height: 165px;
	background: #f6b310;
	color: #fff;
	text-align: center;
	font-size: 36px;
}
.pay-result i{
	position: absolute;
	bottom: -52px;
	left:260px;
	display: block;
	width: 124px;
	height: 124px;
	border-radius: 50%;
	background-color: #f6b310;
	background-image: url(../images/linkMobile/link-mobile-icon.png);
	background-repeat: no-repeat;
	background-position: -394px -356px;
}
.related-info{
	margin-bottom: 50px;
}
.related-info p{
	padding:130px 0 58px;
	color: #555;
	font-size: 24px;
	text-align: center;
}

.related-info a{
	display: block;
	text-align: center;
}
.related-info .skin-btn-yellow-02{
	margin-top:30px;
}

/*提交需求成功*/
.submit-result,.submit-result i{
	background-color: #26d0b3;
}
.related-info p span{
	padding-left: 5px;
	color: #26d0b3;
}
.content-submit-success .related-info p:nth-child(1){
	padding:130px 0 30px;
}
.content-submit-success .related-info p:nth-child(2){
	padding:0 0 50px 0;
}
.related-info .skin-btn-green-02{
	margin-top: 30px;
}
