.disabled{
    display:none!important;
}

.has-cover #mynano{
    top:0px!important;
}

/*Page Settings*/

#page-content{
    background-color:#FFFFFF;   
}


.heading-badge h3{
    width:95px;
    text-align:center;
    margin-bottom:0px!important;
    line-height:25px;
    font-size:12px;
    font-weight:400;
    padding-top:3px;
    padding-bottom:0px;
}

.heading-badge{
    margin-bottom:20px;
    border-width:3px!important;
}

.heading-title{
    text-align:center;
    font-size:19px;
    font-weight:650!important;
    padding-bottom:10px;
}

.heading-title-large{
    text-align:center;
    font-size:22px;
    font-weight:600!important;
    padding-bottom:10px;
}

.heading-style p{
    width:90%!important;
    margin-left:auto;
    margin-right:auto;
}

.heading-style .line{
    z-index:1;
    width:280px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    display:block;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#ececec), to(#ececec), color-stop(50%, rgba(0,0,0,0.2)));
    background: gradient(linear, 0 0, 100% 0, from(#ececec), to(#ececec), color-stop(50%, rgba(0,0,0,0.2)));
}

.heading-style i{
    background-color:#FFFFFF;
    font-size:24px;
    height:40px;
    width:50px;
    text-align:center;
    line-height:40px;
    color:#666666;
    position:absolute;
    top:38px;
    left:50%;
    margin-left:-25px;
    z-index:2;
}

.heading-style p{
    width:300px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

/*Content Strip*/

.coverflow-strip{
    background-color:#0e141b;
    padding-left:30px;
    padding-top:0px;
    padding-bottom:30px;
}

.coverflow-strip h3{
    color:#FFFFFF;
    text-align:center;
    padding-top:30px;
}

.coverflow-strip p{
    color:rgba(255,255,255,0.5);
    text-align:center;
    margin-top:30px;
}

.coverflow-strip a{
    margin-top:30px!important;   
}

.content-strip{
    overflow:hidden;
    padding-top:35px;
    padding-bottom:30px;
    margin-bottom:30px;
}

@media(min-width:768px){
    .content-strip .strip-content h4{text-align:center;}
    .content-strip .strip-content p{text-align:center;}
    .content-strip .strip-content i{display:none;}
    .content-strip .strip-subtitle{text-align:center; max-width:500px;  margin:0 auto;}
}

.content-strip .strip-content{
    position:relative;
    z-index:3;
}

.content-strip .strip-subtitle{
    z-index:3;
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    margin-bottom:0px;
}

.content-strip .strip-content h4{
    color:#FFFFFF;
    padding-left:30px;
    padding-right:30px;
    font-size:20px;
    margin-bottom:5px;
}

.content-strip .strip-content p{
    color:rgba(255,255,255,0.6);
    padding-left:30px;
    padding-right:30px;
    margin-bottom:0px;
}

.content-strip .strip-content i{
    position:absolute;
    right:0px;
    height:100px;
    top:-20px;
    width:25px;
    color:rgba(255,255,255,0.9);
    line-height:93px;
    margin-right:30px;
    font-size:30px;
}


.content-strip .overlay{
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:1;
    background-color:rgba(0,0,0,0.7);
}

.content-strip img{
    position:absolute;
    width:150%;
    top:0px;
    left:0px;
    z-index:0;
}

.content-input{
	width:100%;
	height:55px;
	line-height:55px;
	padding-left:10px;
	padding-right:10px;
	/* border: solid 1px #ececec;
	border-radius: 10px; */
}

.content-input input{
	font-size:13px;
	color:#000000;
	/* font-style:italic; */
	transition:all 250ms ease;
	width: 100%;
}

/*修改提示文字的颜色*/
/* 
.content-input input::-webkit-input-placeholder { 
	color: #69c73e; 
} 

.content-input input::-moz-placeholder { 
	color: #69c73e; 
} 

.content-input input::-moz-placeholder { 
	color: #69c73e; 
} 

.content-input input:-ms-input-placeholder { 
	color: #69c73e; 
} */

.strip-button h4{
    text-align:center;
    padding-bottom:10px
}

.strip-button p{
    text-align:center;
    max-width:90%;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:30px;
}

.strip-button a{
    text-align:center;
    width:130px;
    height:40px;
    line-height:40px;
    color:#FFFFFF;
    border:solid 1px rgba(255,255,255,0.5);
    border-radius:3px;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
}

.strip-button .overlay{
    background-color:rgba(0,0,0,0.8)!important;
}


/*Header Search*/
.header-search{
    position:absolute;
    z-index:9;
    background-color:#FFFFFF;
    height:50px;
    width:100%;
    line-height:40px;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
            box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;    
}

.active-search{
    -moz-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);    
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;    
}

.header-search input{
    font-family:'Roboto', sans-serif;
    line-height:50px;
    color:rgba(0,0,0,0.8);
    font-style:italic;
    width:100%;
    padding-left:20px;
    padding-right:20px;
}

.header-search a{
    width:61px;
    height:50px;
    line-height:50px;
    text-align:center;
    position:absolute;
    right:0px;
    top:0px;
    color:#1f1f1f;
}

.swiper-container-horizontal{
    overflow:hidden!important;;
}

.coverflow-thumbnails .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 200px;
    height: 200px;
    margin-top:20px;
}


/*Homepage Classic Settings*/
.server-table{
	width:100%;
	color:#1f1f1f;
	background-color: #2d2d33;
	height:45px;
	line-height:45px;
}
.server-table .server-transport{
	display: inline-block;
	width:49%;
	background-image:url(../images/server-t1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	height: 40px;
	margin-top: 5px;
}
.server-table .server-buycall{
	display: inline-block;
	width:49%;
	background-image:url(../images/server-t2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	height: 40px;
	margin-top: 5px;
}
.server-text{
	width:100%;
	font-size: 14px;
	color:#ffffff;
	background-color: #2d2d33;
	height:20px;
	line-height:20px;
}
.server-text .server-transport{
	display: inline-block;
	text-align: center;
	width:49%;
	height:15px;
	line-height:15px;
}
.server-text .server-buycall{
	display: inline-block;
	text-align: center;
	width:49%;
	height:15px;
	line-height:15px;
}
.server-table-select{
	width:100%;
	color:#1f1f1f;
	background-color: #2d2d33;
	height:15px;
	line-height:15px;
}
.server-table-select .server-select{
	display: inline-block;
	width: 49%;
	
}
.server-table-select .server-select .server-select-bt{
	width: 0px;
	height: 0px;
	border-bottom: 10px solid #FFFFFF;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 5px;
	margin: auto;
}

.call-to-action{
    width:100%;
    color:#1f1f1f;
    /* border-bottom:solid 1px rgba(0,0,0,0.1); */
	background-color: rgba(200, 200, 200, 0.1);
    height:55px;
    line-height:55px;
}

.call-to-action a{
    width:33.3%;
    float:left;
    text-align:left;
	padding-left: 10px;
    color:#1f1f1f;
    height:55px;
    line-height:55px;
}

.call-to-action select{
    width:30%;
    float:right;
	border: none;
	outline: none;
    text-align:center;
	background-color:rgba(0,0,0,0);
    color:#69c73e;
    height:54px;
    line-height:54px;
	margin-right:20px; 
}

.call-to-action select option{
    color:#000000;
}

.call-to-action i{
    padding-right:10px;    
}

.social-center{
    width:180px;
    margin-left:auto;
    margin-right:auto;
}

.social-center a{
    width:40px;
    height:40px;
    float:left;
    border-radius:40px;
    margin-left:10px;
    margin-right:10px;
}

.social-center a i{
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13px;
    border-radius:45px;
}

.has-icon{
    font-size:18px;
}

.has-icon i{
    margin-right:20px;
    width:20px;
    text-align:center;
}


/*Columns*/

.column-left{
    min-height:150px;
    margin-bottom:30px;
    overflow:hidden;
}

.column-left img{
    width:150px;
    position:absolute;
    margin-left:-75px;
    border-radius:150px;
}

.column-left h4{
    padding-right:20px;
    padding-left:90px;
    padding-bottom:0px;
    margin-bottom:5px;
}

.column-left p{
    padding-right:20px;
    padding-left:90px;
    margin-bottom:0px;
}

.column-right{
    min-height:150px;
    margin-bottom:30px;
    overflow:hidden;
}

.column-right img{
    width:150px;
    position:absolute;
    right:-75px;
    border-radius:150px;
}

.column-right h4{
    padding-left:20px;
    padding-right:90px;
    padding-bottom:0px;
    margin-bottom:5px;
}

.column-right p{
    padding-left:20px;
    padding-right:90px;
    margin-bottom:0px;
}

/*Quote Slider*/

.quote-slider{
    overflow:hidden;
}

.quote-slider h4{
    font-weight:300;
    line-height:40px;
    text-align:center;
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
}

.quote-slider em{
    margin-top:20px;
    color:#f1c40f;
    width:150px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.quote-slider em i{
    font-size:18px;
    margin-left:5px;
    margin-right:5px;
}

.quote-slider a{
    text-align:center;
    font-size:12px;
    margin-top:-5px;
}


/*Staff Slider*/

.staff-slider{
    overflow:hidden;
}

.staff-slider img{
    margin-top:8px;
    width:150px!important;
    /* height:150px!important;
    border-radius:150px; */
    margin-left:auto;
    margin-right:auto;
}

.staff-slider h3{
    text-align:center;
    margin-top:20px;
	color: #69c73e;
}

.staff-slider em{
    display:block;
    text-align:center;
    margin-top:-10px;
    margin-bottom:10px;
}

.staff-slider p{
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:20px;
}

.staff-icons a{
    margin-left:6px;
    margin-right:6px;
    /* margin-bottom:30px; */
}

.staff-icons-three{
    width:80%;
    margin:10px auto;
	text-align: center;
}

.staff-icons-two{
    width:120px;
    margin:0 auto;
}

.staff-icons-one{
    width:60px;
    margin:0 auto;
}


.next-staff-slider, .next-quote-slider{
    top:50%;
    margin-top:-45px;
    right:20px;
    position:absolute;
    z-index:9;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50px;
    text-align:center;
    color:#1f1f1f;
    transition:all 200ms ease;
}

.next-staff-slider:hover, .next-quote-slider:hover{
    background-color:rgba(0,0,0,0.1);
    transition:all 200ms ease;
}

.next-staff-slider i, .next-quote-slider i{
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.prev-staff-slider, .prev-quote-slider{
    top:50%;
    margin-top:-45px;
    left:20px;
    position:absolute;
    z-index:9;
    width:50px;
    height:50px;
    border-radius:50px;
    line-height:50px;
    text-align:center;
    color:#1f1f1f;
    transition:all 200ms ease;
}

.prev-staff-slider:hover, .prev-quote-slider:hover{
    background-color:rgba(0,0,0,0.1);
    transition:all 200ms ease;
}

.prev-staff-slider i, .prev-quote-slider i{
    font-size:16px;
    width:50px;
    height:50px;
    line-height:50px;
    text-align:center;
}

.tutorial{
    display:none;
    position:fixed;
    z-index:999999;
    top:0px;
    left:0px;
    bottom:0px;
    bottom:0px;
}

.tutorial-background{
    background-color:rgba(0,0,0,0.8);
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

.tutorial-text{
    width:100%;
    position:fixed;
    top:50%!important;
    z-index:99999999999;  
    height:230px;
    margin-top:-100px;
}
.tutorial h5{
    text-align:center;
    color:#FFFFFF;
    font-size:20px;
    margin-bottom:30px;
}

.tutorial p{
    color:rgba(255,255,255,0.8);
    width:320px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    font-size:13px;
}

.tutorial .small-text{
    color:rgba(255,255,255,0.5);
    margin-bottom:30px;
    font-style:italic;
    font-size:11px;
}

.tutorial i{
    position:fixed;
    left:50%;
    font-size:30px;
    margin-top:-50px;
    color:#FFFFFF;
    margin-left:-15px;
}

.tutorial i{    
    animation-name: tipcookie;
    animation-duration: 4000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.car-text{
	width: 100%;
	height: 45px;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	&::-webkit-scrollbar{
		display: none;
	}
}
.car-text div{
	display: inline-block;
	font-size: 14px;
}
.car-text div span{
	margin-left: 30px;
	margin-right: 10px;
	height: 43px;
	line-height: 43px;
	padding-bottom: 10px;
}

.car-text .active{
	color: #69c73e;
	border-bottom: 2px solid #69c73e;
}

.map-text{
	width: 94%;
	margin: auto;
	background-color: #f2f3f4;
	border-radius: 8px;
}
.map-text .span1{
	/* background-color: red;
	height: 18px;
	width: 18px;
	border-radius: 9px;
	margin-right: 20px;
	display: inline-block;
	font-style: normal; */
	color: #2d2d33;
	margin-right: 20px;
}
.map-text .span2{
	/* background-color: red;
	height: 18px;
	width: 18px;
	border-radius: 9px;
	margin-right: 20px;
	display: inline-block;
	font-style: normal; */
	color: #69c73e;
	margin-right: 20px;
}
.map-text p{
	height: 55px;
	line-height: 55px;
	margin-left: 10px;
	font-size: 15px;
	margin-bottom: 0px;
	overflow: scroll;
}

.step-text i{
	font-style: normal;
	display: inline-block;
	width: 30%;
}

.step-text p{
	height: 55px;
	line-height: 55px;
	/* padding-left: 10px; */
	font-size: 15px;
	margin-bottom: 0px;
	overflow: scroll;
	border-bottom: 1px solid #cccccc;
}

.demand-text p{
	height: 55px;
	line-height: 55px;
	/* padding-left: 10px; */
	font-size: 15px;
	margin-bottom: 0px;
	overflow: scroll;
	border-bottom: 1px solid #cccccc;
}

.text-bg-nor p:last-child{
	border-bottom: 0px;
}

.memo-text{
	padding-top: 20px;
	padding-bottom: 20px;
}
.memo-text textarea{
	padding-left: 10px;
    height: 60px;
    overflow: scroll;
    padding-right: 10px;
    width: 100%;
}

.step-text input{
	display: inline-block;
	width: 70%;
	font-size: 14px;
}

.step-text em{
	display: inline-block;
	font-size: 14px;
	font-style: normal;
}

.step-text span{
	display: inline-block;
	width: 70%;
	font-size: 14px;
}

.set-text p{
	font-size: 17px;
	height: 65px;
	line-height: 65px;
	padding-left: 15px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.set-text i{
	margin-left: 70%;
}

.content-text{
	border-bottom: 1px solid #cccccc;
}

.content-text p{
	height: 55px;
	line-height: 55px;
	padding-left: 10px;
	font-size: 13px;
	margin-bottom: 0px;
	overflow: scroll;
}

.content-text p:first-child{
	color: #69c73e;
}

.content-text span:first-child{
	display: inline-block;
	width: 50%;
}

.content-text span:nth-child(2){
	color: red;
}

.log-text{
	height: 70px;
	width: 94%;
	margin: auto;
	background-color: #ffffff;
	border-radius: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.log-text p:first-child{
	margin-bottom: 0px;
	margin-top: 10px;
	font-size: 16px;
	width: 65%;
}

.log-text p:nth-child(2){
	margin-top: 0px;
	width: 65%;
	display: inline-block;
}

.log-text i{
	color: #69c73e;
	font-style: normal;
	font-size: 18px;
	float: right;
}

.ticket-content{
	height: 100px;
	width: 94%;
	border-radius: 8px;
	background-color: #ffffff;
	left: 3%;
}

.ticket-content p:first-child{
	display: inline-block;
	height: 100px;
	line-height: 100px;
	width: 57%;
	font-size: 23px;
	padding-left: 10px;
	color: #69c73e;
	vertical-align: top;
}

.ticket-content p:first-child span{
	font-size: 16px;
	color: #000000;
}

.ticket-content p:nth-child(2){
	display: inline-block;
	height: 100px;
	width: 37%;
	padding-left: 10px;
	text-align: center;
	padding-top: 6px;
}

.ticket-status{
	line-height: 25px;
	font-size: 16px;
	
}
.ticket-usetime{
	line-height: 15px;
	font-size: 10px;
}

.card-content{
	height: 180px;
	width: 100%;
}

.card-content .card{
	height: 180px;
	width: 90%;
	margin-left: 5%;
	background-color: #2d2d33;
	border-radius: 10px;
	padding-top: 25px;
	background-image: url(../images/logo-wallet.png);
	background-repeat: no-repeat;
	background-size: 120px 120px;
	background-attachment: fixed;
	background-position: 85% 50%;
}

.card-content .card p:first-child{
	margin-left: 15px;
	font-size: 18px;
	height: 20px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.card-content .card p:nth-child(2){
	margin-left: 15px;
	font-size: 35px;
	height: 36px;
	color: #ffffff;
	margin-bottom: 20px;
}

.card-content .card p:nth-child(3){
	margin-left: 15px;
	font-size: 16px;
	color: #fff;
	background-color: #69c73e;
	height: 32px;
	line-height: 32px;
	width: 100px;
	text-align: center;
	border-radius: 16px;
}

.car—box{
	width: 100%;
	color: #1f1f1f;
	/* border-bottom: solid 1px rgba(0,0,0,0.1); */
	background-color: rgba(255, 255, 255, 0.1);
	height: 55px;
	line-height: 55px;
}
.car—box a:first-child{
	width:23.3%;
	float: left;
	text-align: left;
	padding-left: 10px;
	height: 55px;
	line-height: 55px;
	color: #1f1f1f;
}
.car—box label{
	display: inline;
}

.car—box label input{
	margin-right: 10px;
}

.car—box p{
	height: 55px;
	line-height: 55px;
	color: #818181;
}

.car—box p span{
	margin-left: 10px;
}

.car—box .detail{
	text-align: right;
	margin-right: 10px;
	float: right;
	color: #69c73e;
}

.msgcolor-sure{
	color:#69c73e!important;
}

.msgcolor-notsure{
	color: #818181!important;
}

.allweight{
	height: 25px;
	width: 80px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-left: 80px;
	padding-left: 5px;
}
.alllenght{
	height: 25px;
	width: 45px;
	background-color: rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-left: 5px;
	padding-left: 5px;
}
.lenghtcolor{
	color:  #818181;
	font-style: normal;
}

.contentBlock{
	display: block;
}

.contentnone{
	display: none;
}

.surepay-button{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background-color: #ffffff;
	height: 120px;
	border-top: 1px solid #d6d6d6;
}
.surepay-button p{
	height: 60px;
	line-height: 60px;
	font-size: 38px;
	color: #000000;
}
.money-flag{
	font-size: 14px;
	color: #000000;
	margin-left: 32%;
}
.money-detail{
	font-style: normal;
	font-size: 15px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	padding: 4px;
	color: #666666;
	margin-left: 40px;
}
.next-pay{
	display: block;
	width: 94%;
	height: 50px;
	background-color: #2d2d33;
	color: #69c73e;
	margin: auto;
	font-size: 22px;
	line-height: 50px;
	border-radius: 8px;
}

.sure-button p a{
	color: #69c73e;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 60%;
	background-color: #2d2d33;
}


.sure-button{
	width: 94%;
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 3%;
}

.sure-button p{
	font-size: 16px;
	margin-bottom: 0px;
	color: #ffffff;
}

.sure-button p a:first-child{
	color: #69c73e;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 60%;
	background-color: #2d2d33;
}

.sure-button p a:nth-child(2){
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 40%;
	background-color: #69c73e;
}

.jiange{
	height: 15px;
	/* background-color: rgba(200, 200, 200, 0.1); */
}

.text-bg-nor{
	width: 94%;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin: auto;
	padding-left: 15px;
	padding-right: 10px;
	color: #000000;
}

.car-line span:first-child {
	height: 20px;
	line-height: 20px;
	width: 10%;
	overflow: scroll;
	display: inline-block;
}
.car-line span:nth-child(2) {
	height: 20px;
	line-height: 20px;
	width: 90%;
	overflow: scroll;
	display: inline-block;
}

.car-sure p:first-child{
	color: #000000;
	height: 80px;
	line-height: 80px;
}
.car-name{
	font-size: 20px;
}
.car-img{
	display: inline-block;
	float: right;
	/* background-image: url(../images/logo-header-dark.png); */
	background-repeat: no-repeat;
	background-size: 100px 48px;
	width: 100px;
	height: 48px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
}
.car-sure{
	padding-bottom: 10px;
}
.car-sure .span1{
	color: #2d2d33;
}
.car-sure .span2{
	color: #69c73e;
}

.car-people{
	padding: 5px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 12px;
}

.car-people-active{
	padding: 5px 15px;
	border-radius: 12px;
	color: #ffffff;
	background-color: #69c73e;
}
.check-demand{
	font-size: 14px;
	float: right;
	top: 40%;
}

.user-info{
	padding-left: 10%;
}
.user-info p{
	font-size: 21px;
	color: #000000;
}
.user-about{
	padding-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
.sys-about{
	padding-bottom: 20px;
	text-align: center;
}
.user-about p{
	display: inline-block;
	width: 32%;
}
.sys-about p{
	display: inline-block;
	width: 32%;
}
.user-about p i{
	color: #69c73e;
}
.sys-about p i{
	color: #2d2d33;
}
.user-image{
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	margin-top: 6px;
	margin-left: 30px;
	margin-right: 20px;
	display: block;
	float: left;
}
.order-text{
	padding-right: 10px
}
.order-text i{
	font-style: normal;
	margin-right: 20px;
}
.order-text p{
	height: 45px;
	line-height: 45px;
}
.order-log-p1{
	border-bottom:1px solid #CCCCCC;
	font-size: 13px;
	color: #000000;
	
}
.order-log-p1 i{
	background-color: #2d2d33;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 14px;
	padding: 5px 15px;
}
.order-log-p2{
	border-bottom:0px;
	font-size: 14px;
	color: #000000;
}
.order-log-p2 i{
	color: #2d2d33;
}
.order-log-p3{
	border-bottom:1px solid #CCCCCC;
	font-size: 14px;
	color: #000000;
}
.order-log-p3 i{
	color: #69c73e;
}
.order-log-p4{
	border-bottom:0px;
	font-size: 15px;
}
.order-log-p4 i{
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 14px;
	padding: 5px 15px;
	margin-left: 50%;
}
.order-detail{
	padding-bottom: 10px;
	padding-top: 10px;
}
.order-detail i{
	font-style: normal;
}
.order-step i{
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #CCCCCC;
	border-radius: 2px;
	margin: 20px;
	float: left;
}
.order-step .time{
	font-size: 12px;
	line-height: 25px;
}
.order-step .title{
	font-size: 15px;
	color: #000000;
	line-height: 30px;
}
.order-address{
	padding-right: 15px;
}
.order-address em, i{
	font-style: normal;
}
.order-address em{
	color: #000000;
	font-size: 15px;
}
.order-address i{
	display: inline-block;
	float: left;
	font-size: 16px;
	margin: 15px 20px 10px 10px;
}
.order-address .address{
	font-size: 12px;
	line-height: 25px;
}
.order-address .local{
	font-size: 15px;
	color: #000000;
	line-height: 30px;
}
.order-money{
	height: 40px;
	color: #000000;
	padding-right: 15px;
}
.order-money i{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: left;
}
.order-money span{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	float: right;
}
.oreder-detatil-cancel p{
	width: 94%;
	margin: auto;
	display: block;
	height: 50px;
	background-color: #2d2d33;
	color: #69c73e;
	font-size: 22px;
	line-height: 50px;
	border-radius: 8px;
	padding-left: 0px;
	text-align: center;
}
.ticket-active{
	background-color: #f1c40f;
}
.map-line{
	height: 55px;
	line-height: 55px;
	clear: both;
}
.map-line p:first-child{
	height: 55px;
	width: 6%;
	float: left;
	top: -8px;
}
.map-line p:nth-child(2){
	padding-top: 10px;
	height: 55px;
	width: 85%;
	float: left;
	line-height: 20px;
	margin-left: 0px;
}
.address-icon-fa{
	display: inline-block;
	background-color: #2d2d33;
	width: 8px;
	height: 8px;
	border-radius: 8px;
}
.address-icon-sh{
	display: inline-block;
	background-color: #69c73e;
	width: 8px;
	height: 8px;
	border-radius: 8px;
}
.map-location{
	padding: 2px;
	font-size: 15px;
	color: #696969;
}
.map-loacal{
	line-height: 20px;
	padding: 2px;
	font-size: 10px;
	color: #cccccc;
	height: 20px;
	display: inline-block;
	overflow: hidden;
}
/*map*/
.map {
	height: 100%;
	width: 100%;
	float: left;
}

#right {
	display: none;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #cccccc;
	z-index: 9999;
	padding: 10px 20px;
	box-sizing: border-box;
}

.addressBox {
	width: 100%;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
	font-size: 16px;
	margin: 10px 0 15px;
}

.addressBox i {
	width: 24px;
	height: 28px;
	background: url("https://weixin.dzrlkj.com/image/location.png") no-repeat;
	background-size: 24px 28px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 0;
}

.btnOk {
	line-height: 44px;
	text-align: center;
	background: #0091ff;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
}

.searchBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	height: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0);
}

.floatpage{
	clear: both;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	background-color: #efefef;
	width: 90%;
	margin-left: 5%;
	border-radius: 10px;
	height: 65%;
	overflow: scroll;
	display: none;
}

.floatpage input{
	float: right;
	margin-right: 10px;
	top: 42%;
}

#search {
	width: 100%;
	height: 38px;
	border-radius: 20px;
	border: 1px solid #ccc;
	outline: none;
	background: rgba(255, 255, 255, .5);
	padding-left: 10px;
	box-sizing: border-box;
}

.pay i{
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

.pay label{
	display: inline-block;
	width: 80%;
    margin-left: 30px;
}

.pay input{
	float: right;
	height: 55px;
	line-height: 55px;
}

.sub-ppay{
	background-image:url(../images/splash/ppay.png);
	background-repeat: no-repeat;
	background-size: 32px 32px;
    background-origin: content-box;
    background-position: left;
}

.sub-alipay{
	background-image:url(../images/splash/alipay.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-origin: content-box;
	background-position: left;
}

.sub-wxpay{
	background-image:url(../images/splash/wxpay.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-origin: content-box;
	background-position: left;
}
	
@keyframes tipcookie {  
    0% {transform:translateX(0px); opacity:0.3; }   
    10%{transform:translateX(0px); opacity:0.3; }   
    20%{transform:translateX(-100px) rotate(-45deg); opacity:1;}    
    30%{transform:translateX(-50px)  rotate(-45deg); opacity:1;}
    40%{transform:translateX(0px); opacity:0.3;}       
    60%{transform:translateX(0px); opacity:0.3;}    
    70%{transform:translateX(100px) rotate(45deg); opacity:1;}    
    80%{transform:translateX(50px) rotate(45deg); opacity:1;}    
    90%{transform:translateX(0); opacity:0.3;}
    100%{transform:translateX(0px); opacity:0.3;}
}

.app_user_download{
	background-image:url(../images/hintuser.png);
	height: 1000px;
	background-size: contain;
	background-repeat: no-repeat;
}

.app_download{
	background-image:url(../images/hint.png);
	height: 1000px;
	background-size: contain;
	background-repeat: no-repeat;
}
/* 遮罩层 */
.driver_mask{
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  background:#000;
  z-index:9000;
  opacity:0.5;
}
/* 弹出层 */
.driver_modalDlg{
  width:60%;
  position:fixed;
  top:40%;
  left:0;
  right:0;
  z-index:9999;
  margin:0 auto;
  background-color:#fff;
  border-radius:5px;
  display: flex;
  flex-direction: column;
  align-items:center;
}

/* 弹出层里面的按钮 */
.driver_ok{
  display: block;
  width:80px;
  height:35px;
  background:#3d61f0;
  line-height:35px;
  text-align:center;
  color:#fff;
  font-size:15px;
  margin:20px auto;
  border-radius:4px;
}
/* 弹出层里面的文字 */
.driver_text{
  display: block;
  font-size:16px;
  color:#666;
  line-height:20px;
  margin:15px;
}