/*
 * 主按钮色:0070cc
 * hover色:005AA5
 * 次按钮边框色:DEDEDE;背景色:FAFAFA;字体色:333333
 * 次按钮hover边框色:737373;背景色:FAFAFA;
 * 
 * 通用字体大小:12px;颜色:333333;
 * input边框色:1px solid #D0D0D0; hover:1px solid #737373;
 *
 * */
/*input输入框*/
.text_1 ,.text_0,.text_7{
	height: 30px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    border-color: #bfbfbf !important;
    color: #333333 !important;
}
.text_4{
	 font-size: 12px !important;
    border-radius: 0 !important;
     color: #333333 !important;
    border-color: #bfbfbf !important;
}
textarea{
	font-size: 12px !important;
    border-radius: 0 !important;
    border-color: #bfbfbf !important;
    color: #333333 !important;
}
/*登入输入*/
#wrapers .account .user_input,#wrapers .code .passwd_1, #wrapers .code .passwd_2 {
   font-size: 12px !important;
    border-radius: 0 !important;
    border-color: #bfbfbf !important;
    color: #333333 !important;
}
.text_1:hover,
.text_1:focus,
.text_7:hover,
.text_7:focus,
.text_4:hover,
textarea:hover,
.text_4:active,
#wrapers .account .user_input:focus,
#wrapers .code .passwd_1:focus, 
#wrapers .code .passwd_2:focus,
#wrapers .account .user_input:hover,
#wrapers .code .passwd_1:hover, 
#wrapers .code .passwd_2:hover{
	 border-color: #737373 !important;
	 box-shadow: none !important;
}
/*时间控件*/
.text_2,.text_3{
	height: 30px !important;
	 font-size: 12px !important;
    border-radius: 0 !important;
    border-color: #bfbfbf !important;
	background: #fff url(../images/month2_bg.gif) no-repeat 132px 9px !important;
}
.text_2:hover,.text_3:hover,.text_2:focus,.text_3:focus{
	 border-color: #737373 !important;
	  box-shadow: none !important;
}
.title_1,.title_2,.title_3,.title_4{
	color: #333333;
	font-size: 14px !important;
}

/*确定按钮*/
.but_1,.but_3,.but_32{
	height: 32px !important;
	line-height: 32px !important;
    background: #0070cc !important;
    color: #fff !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    border-width:0 !important ;
    outline: none;
    text-align: center;
}
.but_1:hover,.but_3:hover,.but_32:hover,.truck_content .copy:hover {
	 background: #005AA5 !important;
}
/*取消按钮*/
.but_2,.but_4,.but_42{
	height: 32px !important;
	line-height: 32px !important;
    font-size: 12px !important;
    color: #333333 !important;
    background: #FAFAFA !important;
    border: 1px solid #DEDEDE !important;
    border-radius: 0 !important;
     outline: none;
}
.but_2:hover,.but_4:hover,.but_42:hover{
	 background: #FFFFFF !important;
    border: 1px solid #737373 !important;
}
/*复制按钮*/
.truck_content .copy {
	 background: #0070cc !important;
    font-size: 12px !important;
    border-radius: 0 !important;
    border-width:0 !important ;
    outline: none;
}
/*下拉框的字体大小*/
.CRselectBoxOptions a{
	font-size: 12px !important;
}
.CRselectBox{
	border-color: #BFBFBF !important;
	background-position-y:11px !important;
	border-radius: 0 !important;
    height: 29px !important;
    line-height: 29px !important;
    color: #333333 !important;
}
.CRselectBox a.CRselectValue{
	height: 32px !important;
	font-size: 12px !important;
	color: #333333 !important;
	line-height: 32px !important;
}
.CRselectBoxHover{
	border: 1px solid #737373 !important;
}
/*表格的名字*/
.w1,.w2,.w3,.w4{
	font-size: 12px !important;
	color: #333333;
}
.w1 span,.w2 span,.w2 div{
	font-size: 12px !important;
	color: #333333;
}
.back a{
	color: #0070CC !important;
	font-size: 12px !important;
	float: left !important;
}
.back a:hover{
	color: #005AA5 !important;
}

.main-btn{
	display: inline-block !important;
	height: 32px!important;
    line-height: 32px!important;
    text-align: center!important;
    color: #fff !important;
    text-decoration: none;
    background: #0070CC!important;
    padding: 0 16px;
    border: none !important;
    font-size: 12px !important;
    cursor: pointer;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background .2s ease-in;
    transition: background .2s ease-in;
    position: relative;
    border-radius: 0 !important;
}
.add_carte{
	font-size: 0;
}
.add_carte .main-btn{
	margin-right: 8px;
}
.main-btn:hover{
	background: #005AA5 !important;
	 text-decoration: none;
	 border-radius: 0 !important;
}
.main-btn:hover:before{
	content: none !important;
}
.sub-btn{
	display: inline-block;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center !important;
    color: #333 !important;
    text-decoration: none;
    font-weight: none;
    background: #FAFAFA !important;
   	padding: 0 16px !important;
    border: 1px solid #DEDEDE !important;
    font-size: 12px !important;
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background .2s linear;
    transition: background .2s linear;
    border-radius: 0 !important;
}
.sub-btn:hover{
	background: #FFFFFF !important;
    border: 1px solid #737373 !important;
    text-decoration: none !important;
}
.add_p1 a:before {
    content: none !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 0px;
    background: #f26228;
    display: block;
    -webkit-transition: height 0.17s linear;
    -moz-transition: height 0.17s linear;
    transition: height 0.17s linear;
    z-index: -1;
}
.layui-table-cell a{
	color: #0070CC;
    text-decoration: none;
    /*margin: 0 7px;*/
    cursor: pointer;
}
.layui-table-cell .gray{
	color: #747474;
    font-size: 12px;
    text-align: center;
    color: #c1c1c1;
    /*margin: 0 7px;*/
}
.layui-table-cell .line{
	padding: 0 7px;
	color: #D8D8D8;
}
#search_list li{
	color: #333333 !important;
	font-size: 12px !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#search_list li:hover{
	background: #EBEBEB !important;
}
.layui-icon {
    font-family: layui-icon!important;
    font-size: 12px !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
    -moz-osx-font-smoothing: grayscale;
}
.cur-name{
	display: inline-block;
    width: 52px;
}
.truck_content #search_list {
	left: 73px !important;
}
/*查询按钮*/

#table1 .line{
	padding: 0 7px;
}
.truck_content .screenBox .btn_poss,
.manage_content .screenBox .btn_poss{
	width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #0070CC !important;
    padding: 0 16px;
    border: none;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background .2s ease-in;
    transition: background .2s ease-in;
    position: relative;
    behavior: url(css/pie2.htc);
    float: right;
}
.manage_content .screenBox .btn_reset,
.manage_content .manage_l .search .btn_reset,
.truck_content .screenBox .btn_reset {
	width: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    background: #FAFAFA !important;
     border: 1px solid #DEDEDE !important;
    padding: 0 16px;
    border: none;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background .2s ease-in;
    transition: background .2s ease-in;
    position: relative;
    behavior: url(css/pie2.htc);
    float: right;
}
.truck_content .screenBox .btn_poss:hover{
    background: #005aa5 !important;
}
.manage_content .manage_l .search .btn_reset:hover,
.truck_content .screenBox .btn_reset:hover {
     border: 1px solid #737373 !important;
     background: #FFFFFF !important;
}
.manage_content .search .btn_reset{
	margin:2px 0 0 8px;
}
.truck_content .screenBox .btn_reset
{
	margin: 2px 0 0 0;
}
.truck_content .screenBox .btn_poss
{
	margin-right: 8px;
}
.manage_content .manage_l .search .btn_poss {
    height: 32px !important;
    background: #0070CC url(../images/search_ico.png) no-repeat 20px 8px !important;
    font-size: 12px !important;
    border-radius: 0 !important;
}
.manage_content .manage_l .search .no-bg-img {
    background: #0070CC !important;
}
.manage_content .manage_l .search .btn_poss:hover {
      background: #005aa5 url(../images/search_ico.png) no-repeat 20px 8px !important;
}
.manage_content .manage_l .search .no-bg-img:hover {
    background: #005aa5 !important;
}
.manage_content .manage_l .search .input_close {
    right: 77px !important;
    top: 9px !important;
}

.truck_content .screenBox tr td {
     border: 0px solid #f8f9fb; 
    height: 40px !important;
    font-size: 12px !important;
    color: #333333;
    text-align: left;
}
.truck_content .screenBox .cue_1 {
    margin: 9px 0 0 0 !important;
}
.truck_content #search_box {
    border-bottom: 1px solid #ebebeb !important;
}

/*带+号的按钮*/
.truck_content .action .add_carte2 {
    float: left;
    height: 36px;
    overflow: hidden;
}
/*设置内容区域距离右边24px*/
.truck_content {
	width: auto;
    height: 100%;
    margin: 12px auto;
    margin-right: 24px !important;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 0 0 10px;
}
/*翻页右对齐*/
 .page {
   margin: 0 !important;
    text-align: right !important;
}
#table1{
	opacity: 0;
}
/*复制按钮*/
.data_content .copy{
	background: #0070CC !important;
	border-radius: 0 !important;
}
.data_content .copy:hover {
    background: #005AA5 !important;
}
.manage_content {
    width: auto !important;
    height: 100%;
    margin-top: 16px!important;
    margin-right: 24px !important;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.outfit_list .col{
	color: #0070CC !important;
	margin-top: 22px !important;
	font-size: 20px !important;
}
.outfit_list .name{
	font-size: 12px !important;
	color: #333333 !important;
	width: 100% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 18px !important;
}
.outfit_list .address{
	font-size: 12px !important;
	width: 100% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.outfit_list .ztree li{
	/*height: 57px !important;*/
	
}
.but-ul{
	left: 148px !important;
    width: 116px !important;
    border: 1px solid #0070CC !important;
    border-radius: 0 !important;
}
.but-ul li:hover {
    background: #0070CC !important;
    color: #fff !important;
}
.but-ul li {
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #0070CC !important;
    color: #0070CC !important;
    font-size: 12px;
}
.but-ul-a{
	left: 148px !important;
    width: 116px !important;
    border: 1px solid #0070CC !important;
    border-radius: 0 !important;
}
.but-ul-a li a:hover {
    background: #0070CC !important;
    color: #fff !important;
}
.but-ul-a li a {
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #0070CC !important;
    color: #0070CC !important;
}
.but-ul-width{
	left: 128px !important;
}
.but-ul-a li a:before {
   content: none;
}
.more a {
    color: #333333 !important;
    font-size: 12px !important;
    font-family: Arial;
    text-decoration: none;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.more a:hover {
    color: #0070CC !important;
    text-decoration: none;
}
.more a .dos {
    width: 12px !important;
    height: 7px !important;
    background: url(../images/down.png) no-repeat !important;
    background-size: 100% 100% !important;
    display: inline-block;
    margin: 0 0 0 6px !important;
}
.more a:hover .dos {
    width: 12px !important;
    height: 7px !important;
    background: url(../images/down_on.png) no-repeat !important;
    background-size: 100% 100% !important;
    display: inline-block !important;
    margin: 0 0 0 6px;
}
.more {
    width: 118px;
    text-align: center;
    color: #414040;
    height: 36px;
    line-height: 36px;
    background: url(../images/search_down.gif) no-repeat !important;
    margin: -1px auto 20px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.more a .ups {
    width: 12px !important;
    height: 7px !important;
    background: url(../images/up_off.png) no-repeat left top !important;
    display: inline-block !important;
    position: absolute !important;
    top: 13px !important;
    left: 79px !important;
}
.more a:hover .ups {
    width: 12px !important;
    height: 7px !important;
    background: url(../images/up_act.png) no-repeat !important;
    display: inline-block !important;
    position: absolute !important;
    top: 13px !important;
    left: 79px !important;
}
.remote select,.info_content select{
	font-size: 12px !important;
	color: #333333 !important;
	border-radius: 0 !important;
	border-color: #bfbfbf !important;
}
.remote select:hover,.info_content select:hover{
	border-color: #737373 !important;
}
/*表格*/
.truck_content #table1 th {
    height: 36px;
    text-align: left;
    line-height: 36px;
    background: #F7F7F7;
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 0 16px;
    border: 0 solid #F7F7F7 !important;
}
.truck_content #table1 tr td {
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    text-align: left;
    color: #555555 !important;
    font-size: 12px !important;
    border: none;
    border-bottom: 1px solid #e5e6f0 !important;
}
.truck_content #table1 tr {
	 background: #FFFFFF !important;
}
.truck_content #table1 tr:hover {
    background: #F7F7F7 !important;
}
.truck_content .action .add_Print li.add_p2 a:before {
    content: none !important;
}
.truck_content .action .add_Print li.add_p2 a,
.truck_content .action .add_Print li.add_p1 a{
	width: auto !important;
}

.pic_1 .info {
	font-size: 12px;
}
.mb-0{
	margin-bottom: 0px !important;
}
.pb-12{
	padding-bottom: 12px !important;
}
.height-49{
	height: 49px;
}
.info_content .remarks{
	font-size: 12px;
	color: #555555;
}
.pt-24{
	padding-top: 40px;
}
.manage_content .manage_l{
	height: 700px;
}
.pb-12{
	    border-width: 1px !important;
    padding-bottom: 12px !important;
}
.layui-table-view{
	clear: both;
}
.content-out-box{
	width: auto !important;
	margin-top: 16px !important;
	margin-right: 24px !important; 
}
.pop-invoice{
	padding: 20px;
}
.pop-invoice p{
	height: 18px;
}
.pop-invoice-span{
	width: 60px;display: inline-block;padding-right: 16px;
}
.pop-invoice-warm span{
	display: inline-block;
	height: 18px;
	line-height: 18px;
	background: #FCEFEE;
	color: D93026;
}
.mb-12{
	margin-bottom: 12px;
}

.rloe_content .data_wd {
    margin-bottom: 12px;
}
.mon-left ul .active {
    background: #0070cc !important;
}
.truck_content #table1 .nodata {
    color: #555555;
    text-align: center;
    display: block;
}
label.r_on {
    background: url(../images/radio.png) no-repeat;
    width: 20px;
    height: 20px;
    border: 1px solid #459aea;
    background-size: 100% 100%;
}
.label_radio:hover {
    border: 1px solid #459aea;
}
/*监控中心*/
.mon-left ul .active,.mon-left ul .active {
    background: #0070cc !important;
    color: #FFFFFF;
}
/*橙色需要替换图片*/
.mon-all-list li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/car_ico.png) no-repeat;
    background-size: 100% 100%;
    top: 10px;
    left: 20px;
}
/*个人中心头像*/
.person-head{
	width: 38px;
	height: 38px;
	background: url(../images/icon-head.png) no-repeat;
	background-size: 100% 100%;
	margin: 32px auto;
}
.info_content .edit a {
    background: url(../../images/ico/user_edit.png) no-repeat left 1px;
    color: #0070CC;
}
.info_content .edit a:hover {
    color: #005AA5;
}
#wrapers .wapper .box .title {
    color: #0070cc !important;
}
#wrapers .button #bar{
	background: #005AA5 !important;
}
/*用户管理*/
.user-header{
	background: url(../images/icon-head.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.mt-20{
	margin-top: 20px !important;
}
.car_list .tr-circle{
	border: 2px solid #1e8e3e
}
.car_list .error {
    border: 2px solid #d93026;
}
[data-field='select'] span{
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}
[data-field='select'] span:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 7px;
	background: url(../images/cbox_0.gif) no-repeat;
}
.data-filed-select:before{
	background: url(../images/cbox_1.gif) no-repeat !important;
}
.park-select{
	background: #fff url(../images/parkpull.png) no-repeat 154px 5px !important;
	background-position: right center !important;
	cursor: pointer;
	padding-right: 40px !important;
}
.park-select:hover,.park-select:focus{
	background: #fff url(../images/parkpull-on.png) no-repeat 154px 5px !important;
	background-position: right center !important;
}
.park-select:focus{
	cursor: text;
}
.close-l-170{
	left: 170px !important;
}
.close-l-150{
	left: 150px !important;
}
.close-l-225{
	left: 225px !important;
}


.unfold {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/off.png);
    background-repeat: no-repeat;
    background-size: 5px 11px;
    background-position: center;
}
.unfold-on {
    transform: rotate(90deg);
}
.unfold-tr{
	display: none;
}
.ml-30{
	margin-right: 30px;
}
/*复选框下面的加阴影背景的子内容,通道添加和计费规则*/
.check-inner-box{
	display: inline-block;
    padding: 20px;
    background: #F7F7F7;
    margin: 8px 0;
    width: 650px;
}
.quesion {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: default;
    background: rgba(174, 166, 166, 0.8);
    color: #000000 !important;
    font-weight: normal;
    border-radius: 50%;
    margin-right: 8px;
}
.quesion-pop {
    position: absolute;
    padding: 12px;
    width: 400px;
    z-index: 9999;
    background: #888888;
    border-radius: 4px;
    bottom: 30px;
    left: 0px;
    color: #FFFFFF;
    display: none;
}
.quesion-pop:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #888888;
}
/*进度条*/
.my-step{
	margin: 24px 0;
	font-size: 0;
	clear: both;
	box-sizing: border-box;
	min-width: 1136px;
}
.my-step-item{
	display: inline-block;
	position: relative;
	font-size: 14px;
	width: 200px;
	text-align: left;
	color: #888;
}
.my-step-item:last-child{
	width: 100px;
}
.my-step-num{
	position: relative;
	width: 100%;
	height: 24px;
}
.my-step-num span{
	display: inline-block;
	font-size: 14px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 2px solid #888;
	text-align: center;
	border-radius: 50%;
	color: #888;
	position: absolute;
	z-index: 2;
	background: #fff;
}
.my-step-line{
	position: absolute;
	top: 12px;
	height: 2px;
	width: 100%;
	background: #888;
	z-index: 0;
}
.my-step-title{
	height: 24px;
}
.my-step-state{
	margin-top: 8px;
}
.my-step-dig{
	position: relative;
}
/*进行中*/
.my-step-going{
	color: #333333;
}
.my-step-going .my-step-num span{
	border: 2px solid #333;
	color: #333;
}
/*完成*/
.my-step-active{
	color: #0070CC;
}
.my-step-active .my-step-line{
	background: #0070CC;
}
.my-step-active .my-step-dig:after{
	content: '';
    position: absolute;
    background: #FFFFFF;
    width: 24px;
    height: 24px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #0070CC;
	text-align: center;
	border-radius: 50%;
}
.my-step-active .my-step-dig:before{
	content: '';
    position: absolute;
    background: #FFFFFF;
    width: 12px;
    height: 6px;
    z-index: 5;
    left: 5px;
    top: 7px;
    border-left: 2px solid #0070CC;
    border-bottom: 2px solid #0070CC;
    color: #0070CC;
    transform: rotate(-45deg);
}
.my-step-link{
	display: inline-block;
    position: absolute;
    width: 110px;
    height: 80px;
    left: 0;
    top: 0;
    z-index: 10;
}
.my-step-btn{
	/*margin-left: 24px;*/
	margin-bottom: 12px;
}
.my-step-btn span{
	color: #888;
	position: relative;
	padding-left: 18px;
	margin-left: 8px;
}
.my-step-btn a{
	display: inline-block;
	text-align: center;
}
.my-step-btn a:hover{
	text-decoration: none;
}
.my-step-btn span:before{
	color: #888;
	position: absolute;
	content: '!';
	width: 12px;
	height: 12px;
	line-height: 12px;
	top: 1px;
	left: 0;
	text-align: center;
	border: 1px solid #888;
	border-radius: 50%;
}
.setp-edit{
	width: 1065px;
	position: relative;
	height: 24px;
}
.setp-edit .edit{
	position: relative;
	float: right;
	padding-left: 14px;
	z-index: 999;
	margin-left: 8px;
}
.setp-edit .delete{
	position: relative;
	float: right;
	padding-left: 28px;
	z-index: 999;
}
.setp-edit .edit:before{
	content: url(../images/edit_cat.png);
	position: absolute;
	right: 26px;
}
.setp-edit .delete:before{
	content: url(../images/delete_cat.png);
	position: absolute;
	right: 26px;
}
.setp-edit a:hover{
	text-decoration: none;
}
.prestep, .nextstep{
	width: 100px;
	margin: 0 8px 0 0 !important;
}
/*layui tab*/
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 3px solid #0070cc !important;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #0070cc !important;
}
.dis-btn{
	opacity: 0.8;
	cursor: not-allowed;
}
.nav-sub{height: 48px;width: 100%;border-bottom: 1px solid #e5e6f0;	margin-bottom: 16px;	box-sizing: border-box;}
.nav-sub li{	display: inline-block;	height: 44px;	line-height: 44px;	margin: 0 16px;}
.nav-sub li a{	display: inline-block;	width: 100%;	height: 100%;	color: #333;	text-decoration: none;}
.nav-sub li a:hover{	text-decoration: none;}
.nav-sub .active{	border-bottom: 4px solid #0070cc;}
.nav-sub .active a{	color: #0070cc;}
span,p,a{
	font-size: 12px;
}
.quesion {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: default;
	background: #C1C1C1;
    color: #FFFFFF !important;
    font-weight: normal;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}
.quesion-pop {
    position: absolute;
    padding: 12px;
    width: 400px;
    z-index: 9999;
    background: #888888;
    border-radius: 4px;
    bottom: 24px;
    left: -4px;
    color: #FFFFFF;
    display: none;
    text-align: left;
}
.quesion-pop:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #888888;
}