﻿/*common use*/
*{margin:0;padding:0;font-family:Microsoft YaHei;}
ul{list-style-type:none;}
a{text-decoration:none;}
.cls{clear:both;}
table{border-collapse:collapse;border:none;}
img{border:0;}
input,textarea,select{outline:none;}
body{background:#fff;}

.clr_b{color: #28afe5;}
.clr_d{color:#52c6ee;}
.clr_c{color:#ccc;}
.clr_6{color:#666;}
.clr_68{color:#686868;}
.clr_0{color:#000;}
.clr_3{color: #333;margin-right: 10px;}
.clr_9{margin: 10px 0;/* margin-left: 10px; */color:#999;}
.clr_8{color:#888;}
.clr_f{color:#fff;}
.clr_r{color:#d10000;}
.clr_5{color:#555;}
.clr_85{color:#858585;}
.clr_a{color:#aaa;}
.clr_ora{color:#f1830e;}
.clr_g{color:#44b035;}
.clr_g2{color:#24785b;}
.clr_y{color:#f0c31c;}
.clr_c{color:#ccc;}
.clr_bd{color:#bdbdbd;}
.clr_he{color:#a27240;}
.f_0{font-size: 0;}
.f_10{font-size: 10px;}
.f_12{font-size:12px;}
.f_13{font-size:13px;}
.f_14{font-size:14px;}
.f_15{font-size:15px;}
.f_16{font-size:16px;}
.f_18{font-size:18px;}
.f_20{font-size:20px;}
.f_22{font-size:22px;}
.f_24{font-size:24px;}
.f_25{font-size:25px;}
.f_26{font-size:26px;}
.f_30{font-size:30px;}
.f_32{font-size:32px;}
.f_28{font-size:28px;}
.f_33{font-size:33px;}
.f_34{font-size:34px;}
.f_36{font-size:36px;}
.f_40{font-size:40px;}
.f_46{font-size:46px;}
.f_48{font-size:48px;}
.light{font-weight: lighter;}
.f_50{font-size:50px;}
.f_55{font-size:55px;}
.f_60{font-size:60px;}
.f_65{font-size:65px;}
.f_wei{font-weight:bold;}
.f_norm{font-weight:normal;}
.f_lighter{font-weight:lighter;}
.f_yahei{font-family:Microsoft YaHei;}
.al_lt{text-align:left;}
.al_rt{text-align:right;}
.al_ct{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.ver_mid{vertical-align:middle;}
.ver_top{vertical-align:top;}
.ver_bot{vertical-align:bottom;}
.opa8{opacity:0.8;}
.opa8h:hover{opacity:0.8;}
.overh{overflow: hidden;}
.mt_5{margin-top:5px;}
.mt_10{margin-top:10px;}
.mt_15{margin-top:15px;}
.mt_25{margin-top:25px;}
.mt_20{margin-top:20px;}
.mt_30{margin-top:30px;}
.mt_35{margin-top:35px;}
.mt_40{margin-top:40px;}
.mt_50{margin-top:50px;}
.mt_55{margin-top:55px;}
.mt_60{margin-top:60px;}
.mt_70{margin-top:70px;}
.mt_80{margin-top:80px;}
.mt_90{margin-top:90px;}
.mt_100{margin-top:100px;}
.mt_110{margin-top:110px;}
.mt_120{margin-top:120px;}
.lh_20{line-height: 20px;}
.lh_22{line-height: 22px;}
.lh_24{line-height: 24px;}
.lh_26{line-height: 26px;}
.lh_28{line-height: 28px;}
.lh_30{line-height: 30px;}
.lh_32{line-height: 32px;}
.lh_36{line-height: 36px;}
.lh_40{line-height: 40px;}
.lh_50{line-height: 50px;}

.trans{transition: all .3s;}
.dis_n{display:none;}
.dis_b{display:block;}
.dis_ib{display: inline-block;}
.pos_rela{position:relative;}
.pos_abso{position:absolute;}

.bg_f{background:#FFF;}
.bg_f3{background: #f3f3f3;}
.bg_b{background: #28afe5}
.bg_b2{background: #1182c4;}
.bg_e{background: #eee;}
.bg_g{background: #44b035;}
.bg_0{background: #000;}
.bg_f2{background: #e4e5e6;}
.bg_f5{background: #f5f5f5;}
.bg_f7{background: #f7f7f7;}
.bg_f8{background: #f8f8f8;}
.bg_9{background: #999;}
.bg_r{background: #e02419;}
.bg_ora{background: #ff7043;}
.bg_y{background: #fece3c;}
.bg_gray{background: #575e6b;}
.bg_gr{background: #f5fbf8;}
.w_100p{width:100%;}
.gray_img { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
}

.zm1{zoom:1;overflow:hidden;}
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.grad1{
    background: -webkit-linear-gradient(#feefea, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#feefea, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#feefea, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#feefea, #fff); /* 标准的语法（必须放在最后） */
}


.holder::-webkit-input-placeholder{
    color:#fff;
}
.holder::-moz-placeholder{
    color:#fff;
}
.holder:-moz-placeholder{
    color:#fff;
}
.holder:-ms-input-placeholder{
    color:#fff;
}

.holder9::-webkit-input-placeholder{
    color:#999;
}
.holder9::-moz-placeholder{
    color:#999;
}
.holder9:-moz-placeholder{
    color:#999;
}
.holder9:-ms-input-placeholder{
    color:#999;
}
.rote180{ transform:rotate(180deg)}
.w_1270{margin:0 auto;width:1270px;min-width:1270px;}
.w_1056{margin:0 auto;min-width:1056px;width:1056px;}
.w_1100{margin:0 auto;min-width:1100px;width:1100px;}
.pad_10{padding:10px;}
.padt_10{padding:10px 0;}
.padl_10{padding:0 10px;}

.pad_15{padding:15px;}
.padt_15{padding:15px 0;}
.padl_15{padding:0 15px;}

.pad_20{padding:20px;}
.padt_20{padding:20px 0;}
.padl_20{padding:0 20px;}

.pad_25{padding:25px;}
.padt_25{padding:25px 0;}
.padl_25{padding:0 25px;}

.pad_30{padding:30px;}
.padt_30{padding:30px 0;}
.padl_30{padding:0 30px;}

.pad_40{padding:40px;}
.padt_40{padding:40px 0;}
.padl_40{padding:0 40px;}

.pad_1020{padding:10px 20px;}
.pad_1540{padding:15px 40px;}

.pad_3020{padding:30px 20px;}
.pad_2030{padding:20px 30px;}

.rad20{border-radius: 20px;}
.rad10{border-radius: 10px;}
.rad5{border-radius: 5px;}
.rad50p{border-radius: 50%;}

.ml_5{margin-left: 5px;}
.mr_5{margin-right: 5px;}

.ml_10{/* margin-right: 10px; */margin-left: 10px;}
.mr_10{margin-right: 10px;}

.ml_15{margin-left: 15px;}
.mr_15{margin-right: 15px;}

.ml_20{margin-left: 20px;}
.mr_20{margin-right: 20px;}

.ml_30{margin-left: 30px;}
.mr_30{margin-right: 30px;}

.ml_40{margin-left: 40px;}
.mr_40{margin-right: 40px;}

.ml_50{margin-left:50px;}
.mr_50{margin-right:50px;}

.ml_60{margin-left: 60px;}
.mr_60{margin-right: 60px;}

.ml_70{margin-left: 70px;}
.mr_70{margin-right: 70px;}
.indent2{text-indent: 2em;}

.m_auto{min-width: 1200px;width:1200px;margin:0 auto;}
.min_w{min-width: 1200px;}
.borderbot1{border-bottom: 1px solid #bfbfbf;}
.bordertop1{border-top: 1px solid #bfbfbf;}
.border1{border:1px solid #e4e4e4;}
.border1f{border:1px solid #fff;}
.border0{border:0;}
.borderr{border:1px solid #bfbfbf;}

.pointer{cursor: pointer;}

.nav_ul li{float: left;margin-right: 30px;height: 40px;line-height: 40px;}
.nav_ul li a{display: block;padding:0 20px;}
.nav_cur{background: #f1830e;}

.nav_time{height: 40px;line-height: 40px;}

.bar{display: inline-block;padding-left: 12px;border-left: 5px solid #28afe5;font-weight: 600;font-size: 20px;line-height: 20px;margin: 20px 10px 10px 1px;color: #28afe5;}
.bg_th{background: #cc6666;}
.chaoshi_tbl tr{border-bottom: 1px solid #ddd;}
.chaoshi_tbl th{padding:10px;font-weight: normal;text-align: center;}
.chaoshi_tbl td{padding:3px 0; text-align:center;}

.mj1{border:1px solid #cc6666;border-radius:5px;width:40px;text-align: center;}
.mj1 .h1{color:#cc6666;line-height: 20px;}
.mj1 .h2{color:#fff;background: #cc6666;line-height: 20px;}

.mj2{border:1px solid #e33333;border-radius:5px;width:40px;text-align: center;}
.mj2 .h1{color:#e33333;line-height: 20px;}
.mj2 .h2{color:#fff;background: #e33333;line-height: 20px;}

.mj3{border:1px solid #e4e4e4;border-radius:5px;width:40px;text-align: center;}
.mj3 .h1{color:#333;line-height: 20px;}
.mj3 .h2{color:#333;background: #e4e4e4;line-height: 20px;}

.dz_left{width:740px;}
.dz_right{width:250px;}

.zy_box{ 
    text-align: center;
    width: 120px;
    height: 32px;
    line-height: 30px;
    border: 2px solid #F1830E;
    border-radius: 3px;}
.icon2 {
    position: absolute;
    right: auto;
    display: inline-block;
    padding: 1px;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    background-color: #F1830E;
    opacity: 0.9;
    -moz-border-radius: 7px;
    border-radius: 10px;
    min-width: 14px;
    text-align: center;
    padding: 2px 5px 2px 5px;
}

.edit_btn{background: #2272c8;color: #fff;border-radius: 3px; width: 43px;text-align: center;
    height: 25px;    line-height: 25px;}
.del_btn{ 
    width: 40px;
    height: 23px;
    line-height: 23px;
    color: #2272c8;
    border: 1px solid #2272c8;
    border-radius: 3px;
    text-align: center;}


.footer{background: #121212;}

.login_bg{background: url(../images/login_bg.jpg) no-repeat;height: 553px;}

.login_box{width:380px;}
.login_box_tt{height: 60px;background: #eee;line-height: 60px;}

.reg_box{width:300px;margin:0 auto;}
.reg_bg{background: url(../images/reg_bg.jpg) no-repeat center bottom;}

.cs1{border:1px solid #cc6666;border-radius:15px;text-align: center;font-size:0;}
.cs1 .l1{color:#cc6666;line-height: 25px;height: 25px;width:40px;font-size:16px;}
.cs1 .l2{color:#fff;background: #cc6666;line-height: 25px;height: 25px;width:40px;border-radius:0 15px 15px 0; font-size:16px;}

.yd{border:1px solid #f1800c;background:#fff9f7;border-radius:5px;text-align: center;color:#f1800c; padding:0 5px;}

.shoucang{z-index: 9999;position: absolute;right: -1px;color: #cdcdcd;top: 0;width: 0;height: 0;border-top: 45px solid #cdcdcd;border-left: 45px solid transparent;}
.shoucang span{position: absolute;right: -7px;color: #ffffff;top: -40px;display: inline-block;width: 45px;font-size: 16px;transform: rotate(45deg);}

.center_ul{width:140px;}
.center_ul li{height: 40px;line-height: 40px;background: #28afe5;margin-top:10px;}

.center_right{width:1020px;}

.info_tbl td{padding:10px;border:1px solid #eee;}

.mian_ul li{float: left;margin-right:10px;}
.mian_ul li a{display: block;height: 30px;line-height: 30px;width:120px;}
.mian_norm{background: #f7f7f7;border-top:3px solid #f7f7f7;border-bottom:3px solid #f7f7f7;}
.mian_cur{border-top: 3px solid #50c6ee;border-bottom:3px solid #fff;background: #fff;color: #28afe5;font-weight: bold;}

.chandi_ul li{display:inline-block;margin-left: 5px;margin-right: 5px;}
.xuan_cur{border:1px solid #0859a5;border-radius: 5px;padding:1px 5px;}
.pad_5{padding:5px;}

.bg_lan{background: #28afe5;}

.paixu_ul li{display:inline-block;margin-right:3px;border-right: 1px solid #eee;padding-right:5px;vertical-align: middle;}

/*page*/
.pager a{border:1px solid #ddd;padding:5px 10px;background:#FFF;line-height:40px;font-size:14px;color: #50c6ee;margin-right:5px;}
.pager a:hover{background:#cc6666;color:#FFF;}
.pager span{border: 1px solid #28afe5;padding:5px 10px;background: #50c6ee;line-height:40px;font-size:14px;color:#FFF;margin-right:5px;}


.mask_bg{height: 100%;position: fixed;left:0;top:0;width:100%;background: rgba(0,0,0,0.6);z-index: 9;}

.closeDingzhi{font-size: 40px;position: absolute;top:10px;right:10px;}

.biao_table table{width:100%;}
.biao_table  tr:nth-child(odd){background: #f9f9f9;}
.biao_table td{border:1px solid #ddd;padding:10px;font-size: 16px;}
.quantity_list_tr1{text-align: center;height: 75px;}


.login a{display:inline-block;border: 2px solid #28afe5; padding: 6px 25px;border-radius: 5px;margin-left: 10px;}
.log_a{background:#28afe5; color:#fff;}
.length {/* margin-top: 10px; */background: #50c6ee;padding: 6px 0;color: #fff;width: 95px;text-align: center;margin-top: 40;border-radius: 5px;position: relative;
    top: 30px}   
.searth{float: left;
/* height: 40px; */
margin-top: 14px;
margin-left: 220px;}
.searth input{width: 400px;border: 2px solid #28afe5;/* background:#dcdddc; */height:30px;/* border-radius:10px; */padding:0 10px;}
.send{
    height: 30px;
    background: #28afe5;
    border: none;
    right: 10px;
    top: 2.5px;
    position: relative;
    padding: 3px 10px;
}
.bottom .green{
    background: #6cd16d;
    padding: 6px 0;
    width: 95px;
    text-align: center;
    color: #fff;
    margin-top: 40;
    border-radius: 5px;
}
#zuiyou_order label{
    background: #e8e3df;
    padding: 2px 5px;
    border-radius:5px;

}
.form-group input::-webkit-input-placeholder {
    text-align:center;
    color: #C0C0C0;
   
}
.guide{width:60px;position:fixed;right:0;top:50%; }
	.guide a{display:block;width:60px;height:50px;background:url(../images/sprite_v3.png) no-repeat;margin-top:10px;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;border-radius:2px;}
	.guide a span{display:none;text-align:center;}
	.guide a:hover{text-decoration:none;background-color:#39F;color:#fff;}
	.guide a:hover span{display:block;width:60px;background:#39F}
	.guide .find{background-position:-84px -236px;}
	.guide .report{background-position:-146px -236px;}
	.guide .edit{background-position:-83px -185px;}
	.guide .top{background-position:-145px -185px;}
