﻿@charset "utf-8";
　html{

　　-webkit-text-size-adjust:none;

　　}
body {
	margin: 0;
	padding: 0;
	font: normal 12px "Microsoft YaHei", arial, \5b8b\4f53, sans-serif;
	background: #FFFFFF;
}
input::-ms-clear{display:none;}
div,
table,
th,
tr,
td,
ul,
li,
dl,
dt,
dd,
ol,
form,
label,
p,
img,
a {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

input,
textarea,
select {
	font-size: 13px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

ul,
dl,
ol {
	list-style: none;
}


/*IE6-7去除焦点点状线*/

a:active,
a:focus {
	-moz-outline: none;
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}


/*去除IE67下按钮的黑边框*/

input[type=submit],
input[type=reset],
input[type=button] {
	filter: chroma(color=#000000);
}

input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

a:link,
a:visited {
	color: #3068A8;
	text-decoration: none;
}

a:hover {
	color: #005AA5;
	text-decoration: underline;
}


/*取消高亮外边框*/

input,
button,
select,
textarea {
	outline: none;
}

::-moz-focus-inner {
	border: 0px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.gray {
	color: #747474;
	font-size: 14px;
	text-align: center;
}

.red {
	color: #ff0000 !important;
	font-size: 14px;
	text-align: center;
	/*font-weight: bold;*/
}
.green{
	color: green !important;
	font-size: 14px;
	text-align: center;
}
.c {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.bold {
	font-weight: 600;
}

.hide {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	background: #fff;
}

.clearfloat {
	zoom: 1
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

[v-cloak] {
	display: none;
}

.color-def {
	color: #DE521A;
}


/*多选框*/

input[type='checkbox'] {
	-webkit-appearance: checkbox;
}

.checkbox1 {
	margin-right: 5px;
}

.checkbox {
	display: inline-block;
	vertical-align: middle;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	outline: none;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label {
	display: flex;
	cursor: pointer;
	color: #333;
	padding: 2px 2px;
	line-height: 16px;
	/*background: rgb(35, 121, 240);*/
}

input[type="checkbox"]+label::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #ffffff;
	vertical-align: middle;
	margin-right: 3px;
	border: 1px solid rgb(204, 204, 204);
	/* box-shadow: rgb(153, 153, 153) 0px 0px 2px 0px inset; */
	border-radius: 2px;
	border-image: initial;
	-webkit-box-sizing: border-box;
}

input[type="checkbox"][disabled='disabled']+label::before {
	position: relative;
	width: 16px;
	height: 16px;
	background-color: rgb(214, 216, 220);
}

input[type="checkbox"]:checked+label::before {
	position: relative;
	width: 16px;
	height: 16px;
	/*background-color: rgb(35, 121, 240);*/
	background-image: url(../images/checkon.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

input[type="checkbox"][disabled='disabled']:checked+label::before {
	position: relative;
	width: 16px;
	height: 16px;
	/*background-color: rgb(214, 216, 220);*/
	background-image: url(img/gou.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

select {
	height: 28px;
	line-height: 28px;
	color: #555;
	width: 82px;
	border: 1px solid #DEDEDE;
	padding: 0 10px;
	background: #fff;
	border-radius: 0 !important;
	background-image: url(../images/parkpull.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	padding-right: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	display: inline-block;
	vertical-align: top;
	font-size: 12px !important;
	
}
.iframe-input,.text_1,.text_2,.text_3,.pwd input{
	font-size: 12px !important;
	border-radius: 0 !important;
	border: 1px solid #DEDEDE !important;
}
.ifram-item {
    color: #555555 !important;
}
.iframe-input:hover,
select:hover,
.text_1:hover,
.text_1:focus,
.pwd input:hover,
.pwd input:focus,
.text_2:hover,
.text_2:focus,
.text_3:hover,
.text_3:focus{
	border: 1px solid #737373 !important;
}
.iframe-input,.ifram-select,.ifram-item-content{
	float: right;
	margin-right: 0 !important;
}
.ifram-item{
	height: 32px !important;
}
.ifram-title-span{
	display: inline-block;
	height: 32px;
	line-height: 32px;
}
select::-ms-expand {
	display: none;
	outline: none;
}

.btn-cancel {
	height: 32px;
	line-height: 32px;
	margin: 0 4px;
	padding: 0px 28px;
	font-size: 12px;
	border: 1px solid #dedede;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: bottom;
}

.btn-sure, .btn_poss {
	height: 32px;
	line-height: 32px;
	margin: 0 4px;
	padding: 0px 28px;
	background:#3068A8;
	opacity:1;
	outline: none;
	border: none;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 0 !important;
	/*border: 1px solid #DEDEDE;*/
}

.btn-1{
	width:88px;
	height:30px;
	line-height: 30px;
	background:#3068A8;
	opacity:1;
	outline: none;
	border: none;
	text-align: center;
	color: #ffffff;
	margin: 0 4px;
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
.btn-sure:hover,.btn-1:hover,.do-btn:hover{
	background:#005AA5 !important;
}
.btn-disable{
	color: #c1c1c1 !important;
	background: #EBEBEB !important;
	cursor: not-allowed;
}
.btn-disable:hover{
	background:#EBEBEB !important;
}
.btn-2{
	width:88px;
	height:30px;
	line-height: 30px;
	background:#FAFAFA;
	opacity:1;
	outline: none;
	border: none;
	text-align: center;
	color: #333333;
	margin: 0 4px;
	font-size: 12px;
	border: 1px solid #DEDEDE;
	vertical-align: bottom;
}
.btn-2:hover,.btn-cancel:hover{
	border: 1px solid #737373;
	background: #FFFFFF;
}
.do-btn{
	width:64px !important;
	height:24px !important;
	line-height: 24px !important;
	background:#3068A8 !important;
	opacity:1;
	border-radius:0 !important;
	outline: none;
	border: none;
	text-align: center;
	color: #ffffff !important;
	margin: 0 48px;
	font-size: 12px !important;
}
.item-btn{
	height:32px;
	display: inline-block;
	line-height: 32px;
	border:0px solid rgba(0,175,236,1);
	opacity:1;
	border-radius:2px;
	color:#3068A8;
	font-size: 12px;
	cursor: pointer;
}
.item-btn:hover{
	color: #005AA5 !important;
}
.line-gap{
	color: #3068A8;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin: 0 8px;
}
.demo-class{
	 color: #fff;
    background-color: #373737 !important;
    overflow: auto;
}
.demo-class .layui-layer-title {
  
}

.layui-layer-setwin .layui-layer-min cite {
    background-color: #3068A8 !important;
}
.layui-layer-setwin .layui-layer-max {
       background-position: center !important;
    background: url(../images/max.png);
     width: 16px;
     height: 16px;
     background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*.layui-layer-setwin .layui-layer-maxmin {
     background-position: center !important;
     background: url(../images/max-min.png)!important;
     width: 22px;
     height: 22px;
}*/
.video-max .layui-layer-setwin .layui-layer-min{
   display: none !important;
}
.top-div{
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: transparent;
}
.width-input{
	width: 43px !important;
	margin-right: 12px !important;
	vertical-align: top;
}
/*.width-btn{
	width: 76px !important;
	margin-left: 15px;
}*/
.btn-zp{
	position: absolute;
	bottom: 12px;
	text-align: center;
	width: 100%;
	z-index: 10;
	height: 29px;
}
.do-btn-active {
	width: 77px;
	height: 29px;
	line-height: 29px;
	background: #3068A8;
	opacity: 1;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin: 0 3px;
	font-size: 12px;
	cursor: pointer;
	padding: 0 8px;
}
.do-btn-active:hover{
	background: #005AA5;
}
.do-btn-positive {
	width: 77px;
	height: 29px;
	line-height: 29px;
	background: #333333;
	opacity: 1;
	display: inline-block;
	color: #888888;
	text-align: center;
	margin: 0 3px;
	font-size: 14px;
	cursor: pointer;
}
.ifram-item-content{
	height: 32px;
	line-height: 32px;
	display: inline-block;
	
}
.money-count{
	display: inline-block;
	width: 33%;
	
}
.truck_content #search_box {
    border-bottom: 1px solid #ebebeb !important;
    padding: 0 0 12px;
}
.img-loading{
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #555555;
	z-index: -1;
}
.img-loading span{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/loading.gif);
	background-size: 100% 100%;
}
.mt-fs{
	margin-top: -10px !important;
}
.mt-fs1{
	margin-top: -4px !important;
}
.video-loading{
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #555555;
	z-index: -1;
}
.num-nine .video-loading{
	top: 30%;
}
.num-six .video-loading{
	top: 17%;
}
.video-loading span{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url(../images/loading.gif);
	background-size: 100% 100%;
}
.tag-img{
	position: absolute;
	top: 8px;
	left: 8px;
	display: inline-block;
	text-align: center;
	padding: 0 8px;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
	color: #fff;
	background: rgba(0,0,0,0.4);
}
.swiper-container{
	width: 319px;
	height: 180px;
}
.tab-num{
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-shadow: #000 0px 1px,
                 #000 1px 0px,
                 #000 -1px 0px,
                 #000 0px -1px,
                 #000 -0.5px -0.5px,
                 #000 0.5px 0.5px,
                 #000 0.5px -0.5px,
                 #000 -0.5px 0.5px;
}
.my-pre{
	position: absolute;
	display: inline-block;
	left: 8px;
	width: 17px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	background: url(../images/pre.png);
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s;
	
}
.my-pre:hover{
	background: url(../images/pre-hover.png);
}
.my-pre-dis,.my-pre-dis:hover{
	background: url(../images/pre-dis.png) !important;
	cursor: not-allowed !important;
}
.my-next{
	position: absolute;
	display: inline-block;
	right: 8px;
	width: 17px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	background: url(../images/nex.png);
	cursor: pointer;
	z-index: 10;
}
.my-next:hover{
	background: url(../images/nex-hover.png);
}
.my-next-dis,.my-next-dis:hover{
	background: url(../images/nex-dis.png) !important;
	cursor: not-allowed !important;
}
/*tab标签*/
.tab-nav{
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	border-bottom:1px solid #DEDEDE;
	margin: 24px 0;
	background: #FFFFFF;
}
.tab-nav ul{
	font-size: 0;
}
.tab-nav ul li{
	font-size: 12px;
	display: inline-block;
	padding: 0 16px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #DEDEDE;
	border-left: 0px solid transparent;
	cursor: pointer;
	transition: all 0.3s;
}
.tab-nav ul li:hover{
	color: #3068A8;
}
.tab-nav ul li:first-child{
	border-left: 1px solid #DEDEDE;
}
.tab-nav ul li.active{
	border-bottom-color: #FFFFFF;
	border-top: 2px solid #3068A8;
	color: #3068A8;
}
.warmcolor{
	background: #FFFCF1 !important;
}
.warmcolor:hover{
	background: #FFF7DB !important;
}

.btn-1:disabled{
	cursor: not-allowed;
	opacity: 0.8;
}
.ifram-left-img {
	border: 1px solid #F6F6F6;
}
.video-background{
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    background: #F6F6F6;
    z-index: -6;
}
.plate-first{
	width: 48px;
    height: 28px;
    display: inline-block;
    color: #555555;
    background: #FFFFFF;
    transition: all 0.2s;
    position: relative;
    border: 1px solid #DEDEDE;
    vertical-align: bottom;
    line-height: 28px;
    padding-left: 20px;
    cursor: default;
}
.plate-first:before{
	content: '';
	width: 18px;
	height: 7px;
	background: url(../images/parkpull.png) no-repeat;
	position: absolute;
	top: 11px;
	right: 4px;
	
}
.plate-other{
	width: 140px !important;
}
.ifram-item-plate{
	overflow: inherit !important;
}
.keybord{
	position: absolute;
	width: 288px;
	height: 180px;
	left: 74px;
	border: 1px solid #DEDEDE;
	z-index: 999;
	background: #fff;
	color: #555555;
	padding: 8px;
}
.keybord span{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	margin: 4px;
	cursor: pointer;
	transition: all 0.2s;
}
.keybord-active{
	background: #3068A8;
	border-radius: 50%;
	color: #fff;
}
.keybord-pop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 998;
	
	
}
.input_close-sp {
	left: 143px !important;
}
.width-sp{
	width: 63px !important;
}