/* CSS Document */

*{ margin:0; padding:0;}
img{ border:none;}
a{ text-decoration:none; outline:none;}
em,i{ font-style:normal;}
h1,h2,h3,h4,h5,h6,b{ font-weight:normal;}
li{ list-style:none;}
input{ border:none;}
body{ font-family:"Microsoft YaHei"; font-size:12px;}
.m_box,.header_top,.default.header,.banner{ width:1206px; margin:0 auto;}
/*鼠标经过   eda029  黄色*/
/*header_top*/
.header_top{padding-top: 10px;text-align:right;}
.header_top a{padding: 0 5px;}
.header_top a:hover{ text-decoration:none;}
/*header*/
.default.header{ height:90px;}
.default.header h1{ float:left; padding-left:32px;margin-top:0px; }
.default.header .nav{ width:830px; float:right; height:32px; margin-top:28px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.default.header .nav .multi-ul { width:690px; height:32px; float:left;}
.default.header .nav .multi-ul li {display:block; float:left; height:32px; line-height: 32px; position: relative; padding:0 16px;}
.default.header .nav .multi-ul li a{ font-size:14px;display:block; padding:0 0px;outline:none;}
.default.header .nav .multi-ul li a:hover { text-decoration:none;}
.default.header .nav .search {float: right;padding-top: 7px;}
.default.header .nav .search input{height:20px;  width:110px; padding-left:4px;border-radius: 3px;}

/*banner*/
.banner {height: 607px;width: 1206px;}
.banner .swiper-container {width: 100%;height: 100%;}
.banner .swiper-container .swiper-slide{background-size: 100% 100%;-moz-background-size: 100% 100%;-webkit-background-size: 100% 100%;}

.wrap{padding-top:20px;}
.wrap .content-module{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;margin-bottom:20px;padding-bottom:20px;}/*背景 边角*/

.wrap .content-module>.title{height:60px;line-height:60px;margin:0 20px;}
.wrap .content-module>.title span{font-size:16px;position:relative;display:inline-block;}
.wrap .content-module>.title span:before{content:"";width:3px;height:40px;position:absolute;left:-20px;top:10px;}
.wrap .content-module>.title a{float:right;font-size:12px;}

.wrap .content-module.track{height:297px;}
.wrap .content-module.track .track-search {margin-top:20px;}
.wrap .content-module.track .track-search input{padding: 8px 20px;float: right;margin-top: 10px;margin-bottom: 10px;border: 0px;border-radius: 4px;}
.wrap .content-module.track .track-search textarea{height:150px;}

.wrap .news{height:297px;}
.wrap .news .item{margin-left: 20px;margin-right: 15px;}
.wrap .news .item a{line-height:34px;}
.wrap .news .item a .title{width:calc(100% - 100px);float: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.wrap .news .item a .date{float:right;}
.wrap .news .line-dashed{height:1px;margin-left: 20px;margin-right: 15px;}

.wrap .special-service{height:155px;}
.wrap .special-service .item{margin-left: 20px;margin-right: 15px;}
.wrap .special-service .item a{line-height:24px;}
.wrap .special-service .item a .title{width:100%;float: left;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.wrap .special-service .line-dashed{height:1px;margin-left: 20px;margin-right: 15px;}

.wrap .shenfenzheng .input-btn{margin-top:10px;}
.wrap .shenfenzheng .btn-default{width:100%;border:0;text-align:center;font-size:14px;}

/*partner*/
.partner{ clear:both; height:20px; margin-bottom:20px;text-align: center;overflow: hidden;}
.partner span{font-size:16px;}
.partner img{margin-left:10px;}

/*footer*/
.footer {width: 100%;padding-top: 40px;padding-bottom: 40px;box-sizing: border-box;}
.footer .page-footer{margin: 0 auto;font-size: 0;}
.footer .page-footer .code{display: inline-block;vertical-align: top;}
.footer .page-footer .code img{width: 100%;max-width: 150px;}
.footer .page-footer .link-way{display: inline-block;font-size: 12px;}
.footer .page-footer .link-way p{margin-bottom: 15px;}
.footer .page-footer .link-way .address {margin-bottom: 20px;font-size: 14px;}
.footer .page-footer .business-info{display: inline-block;width: 170px;text-align: center;font-size: 12px;box-sizing: border-box;}
.footer .page-footer .business-info p{margin-bottom: 15px;}
.footer .page-footer .friend-web{text-align: center;}
.footer .page-footer .fw-list img{width: 50px; height: 50px;margin-right:20px;}
@media screen and (max-width: 1080px) {
    .wrap {
        width: 1206px;
    }

    .partner {
        width: 1206px;
    }

    .footer {
        width: 1206px;
    }

    .wrap > .container {
        width: 100%;
    }
}

/*登陆页面*/
.login-wrapper{ width:1104px; height:544px; margin:30px auto 30px;display: inline-block; }
.login-wrapper ul{ width:258px; float:left; padding:60px 0 0 80px;}
.login-wrapper ul li input{ display:block; height:36px; line-height:36px; width:250px; padding:0 4px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;}
.login-wrapper ul li.ys1{ height:34px; line-height:34px; font-size:16px;}
.login-wrapper ul li.ys1 span{ display:block; float:left;}
.login-wrapper ul li.ys1 em{ display:block; float:right; padding-right:10px; padding-top:4px;}
.login-wrapper ul li.ys1 a{ font-size:12px; }
.login-wrapper ul li.ys1 a:hover{ text-decoration:underline;}
.login-wrapper ul li.ys2 label{ clear:both; display:block; float:left; padding:10px 0;}
.login-wrapper ul li.ys2 label input{ display:block; float:left; width:auto; height:auto; margin-right:4px; margin-top:2px;}
.login-wrapper ul li.ys2 label span{ display:inline;}
.login-wrapper ul li.last{ clear:both;}
.login-wrapper ul li.last input{ border:none; height:38px; line-height:34px; padding:0; width:100%; font-size:24px; text-align:center; cursor:pointer;}
.login-wrapper .r{ float:right; padding:168px 442px 0 0;}
.login-wrapper .r p{ height:40px;text-align:right; padding-right:20px; font-size:16px; overflow:hidden;}
.login-wrapper .r p span{ display:block; text-align:right;}
.login-wrapper .r p  b{ display:block; margin-top:-6px;}
.login-wrapper .r p a:hover{ text-decoration:underline;}

/*注册*/
.register-wrapper {padding: 30px 0;overflow: hidden;width: 1206px;margin: 0 auto;}

.register-wrapper>.left{ width:262px; float:left; padding-left:76px; }
.register-wrapper>.left>.content{width:247px; height:220px;}
.register-wrapper>.left>.content>.title{font-size: 18px;height: 28px;line-height: 28px;text-align: center;margin-bottom: 20px;}
.register-wrapper>.left>.content>.track{padding: 0 10px;}
.register-wrapper>.left>.content input {padding: 8px 20px;float: right;margin-top: 10px;margin-bottom: 10px;margin-right: 10px;border: 0px;border-radius: 4px;}

.register-wrapper>.right{ width: calc(100% - 375px); float:right; }
.register-wrapper>.right>.content{ width:700px; margin:0 auto; overflow:hidden;  box-shadow:0 0 3px #666666; position:relative;z-index:100;}
.register-wrapper>.right>.content ul { padding-top:46px; overflow:hidden; padding-bottom:40px;}
.register-wrapper>.right>.content ul li{ width:100%; float:left; height:22px; line-height:22px; margin-bottom:10px;}
.register-wrapper>.right>.content ul li span{ display:block; float:left; width:240px; text-align:right;}
.register-wrapper>.right>.content ul li input{ display:block; float:left; width:200px; height:22px; padding:0 4px;position:relative;z-index:100;border-radius:4px;}
.register-wrapper>.right>.content ul li em{ display:block; float:left;padding-left:10px;}
.register-wrapper>.right>.content ul li select{ width:110px;}
.register-wrapper>.right>.content ul li.ty{ font-size:14px;}
.register-wrapper>.right>.content ul li.ty input{ width:auto; margin-right:10px;}
.register-wrapper>.right>.content ul li.btn input{ width:84px; height:30px; padding:0; clear:both;text-align:center; line-height:30px; font-size:14px;cursor:pointer; box-shadow:none; border-radius:0; margin-left:330px;}

/*查单页面*/
.select-order-wrapper {padding: 30px 0;overflow: hidden;width: 1206px;margin: 0 auto;}

.select-order-wrapper>.left{ width:262px; float:left; padding-left:76px; }
.select-order-wrapper>.left>.content{width:247px; height:220px;}
.select-order-wrapper>.left>.content>.title{font-size: 18px;height: 28px;line-height: 28px;text-align: center;margin-bottom: 20px;}
.select-order-wrapper>.left>.content>.track{padding: 0 10px;}
.select-order-wrapper>.left>.content input {padding: 8px 20px;float: right;margin-top: 10px;margin-bottom: 10px;margin-right: 10px;border: 0px;border-radius: 4px;}

.select-order-wrapper>.right{ width: calc(100% - 375px); float:right; }

.select-order-wrapper>.right h2.cx_bt{ font-size:28px; text-align:center; margin-bottom:16px;width: 1000px;float: right;margin-top: 20px;}
.select-order-wrapper>.right .cx{position:relative;z-index:100;height:408px; width:700px; margin:0 auto;}
.select-order-wrapper>.right .cx .pic{ float:left; padding-left:88px;}
.select-order-wrapper>.right .cx .pic img{ display:block; margin:0 auto;width: 50px;}
.select-order-wrapper>.right .cx .pic span{ display:block; font-size:14px; margin-bottom:10px;}
.select-order-wrapper>.right .cx .text{ width:600px; float:right; padding-right:60px; text-align:center; font-size:14px;}
.select-order-wrapper>.right .cx .text em{ font-size:12px;}

/*联系我们页面*/
.link-us-wrapper {padding: 30px 0;overflow: hidden;width: 1206px;margin: 0 auto;}

.link-us-wrapper>.left{ width:262px; float:left; padding-left:76px; }
.link-us-wrapper>.left>.content{width:247px; height:220px;}
.link-us-wrapper>.left>.content>.title{font-size: 18px;height: 28px;line-height: 28px;text-align: center;margin-bottom: 20px;}
.link-us-wrapper>.left>.content>.track{padding: 0 10px;}
.link-us-wrapper>.left>.content input {padding: 8px 20px;float: right;margin-top: 10px;margin-bottom: 10px;margin-right: 10px;border: 0px;border-radius: 4px;}

.link-us-wrapper>.left ul.left_nav{width:248px;margin-top: 20px;padding:30px 22px 34px;  overflow:hidden;}
.link-us-wrapper>.left ul.left_nav li{ width:100%; float:left; padding:14px 0 2px; }
.link-us-wrapper>.left ul.left_nav li a{ display:block; text-align:center; font-size:14px; line-height:38px; }

.link-us-wrapper>.right{ width: calc(100% - 375px); float:right; }
.link-us-wrapper>.right .lxwm{ clear:both; width:527px; margin:0 auto;}
.link-us-wrapper>.right .lxwm img{ display:block; margin:0 0 34px;}
.link-us-wrapper>.right .lxwm p{ line-height:26px; font-size:18px;}

.link-us-wrapper>.right ul.fw{ width:860px;}
.link-us-wrapper>.right ul.fw li{ float:left; padding:0 53px 53px 0; }

.user-site-wrapper {width: 100%;clear: both;text-align: center;padding: 0px;min-height: 400px;float: left;margin-top: 30px;margin-bottom: 10px;}
.user-site-wrapper>.left{float: left; min-height: 400px; text-align: left; padding-right: 0px; width: 201px; }
.user-site-wrapper>.left>.content{width:200px; height:220px;}
.user-site-wrapper>.left>.content>.title{font-size: 18px;height: 28px;line-height: 28px;text-align: center;margin-bottom: 20px;}
.user-site-wrapper>.left>.content>.track{padding: 0 10px;}
.user-site-wrapper>.left>.content>.track ::-webkit-input-placeholder { /* WebKit, Blink, Edge */font-size: 12px;}
.user-site-wrapper>.left>.content>.track :-moz-placeholder { /* Mozilla Firefox 4 to 18 */font-size: 12px;}
.user-site-wrapper>.left>.content>.track ::-moz-placeholder { /* Mozilla Firefox 19+ */font-size: 12px;}
.user-site-wrapper>.left>.content>.track :-ms-input-placeholder { /* Internet Explorer 10-11 */font-size: 12px;}
.user-site-wrapper>.left>.content input {padding: 8px 20px;float: right;margin-top: 10px;margin-bottom: 10px;margin-right: 10px;border: 0px;border-radius: 4px;}

.user-site-wrapper>.left ul.left_nav{width:202px;margin-top: 20px;padding:30px 22px 34px;  overflow:hidden;}
.user-site-wrapper>.left ul.left_nav li{ width:100%; float:left; padding:10px 0 2px; }
.user-site-wrapper>.left ul.left_nav li a{ display:block; text-align:center; font-size:14px; line-height:38px; }

.user-site-wrapper>.right{ float: left; text-align: left; border: 0px solid; min-height: 100px;width: 999px; padding-left: 35px; }

/*会员中心*/
.user-site-wrapper>.right .hy_1{ float:left; height:88px; width:134px; text-align:center;font-size:18px;}
.user-site-wrapper>.right .hy_1 img{ display:block; margin:10px auto 8px;width: 40px;}
.user-site-wrapper>.right .hy_2,.hy_3{ height:88px; position:relative;z-index:100;padding-top:18px; overflow:hidden;}
.user-site-wrapper>.right .hy_2 li,.hy_3 li{ height:24px; line-height:24px; margin-bottom:10px;}
.user-site-wrapper>.right .hy_2 li span,
.user-site-wrapper>.right .hy_3 li span{ display:block; float:left; width:116px; text-align:right;}
.user-site-wrapper>.right .hy_2,
.user-site-wrapper>.right .hy_3{ width:395px; float:left; margin-left:17px;}
.user-site-wrapper>.right .hy_2 span.weight-initial,
.user-site-wrapper>.right .hy_3 span.weight-initial{ width:initial;}
.user-site-wrapper>.content{ float: left; text-align: left; border: 0px solid; min-height: 600px;  width: 999px; padding-left: 35px;}
.user-site-wrapper>.content .lxwm{ clear:both; width:905px; margin:0 auto;}
.user-site-wrapper>.content .lxwm img{ display:block; margin:0 0 34px;}
.user-site-wrapper>.content .lxwm p{ line-height:26px; font-size:18px;}
/*ybbg*/
.ybbg_box{ clear:both; padding:0 0 0 6px;}
.ybbg_bg{ clear:both; overflow:hidden;width:740px; padding:10px 0; margin-bottom:16px;}
.ybbg_bg .tj{ width:82px; float:right; padding-right:30px; position:relative; padding-top:90px;}
.ybbg_bg .tj a{ display:block; position:absolute; right:20px; top:0;}
.ybbg_bg .tj input{ display:block; height:32px; line-height:32px; width:100%; cursor:pointer;}
.ybbg{ width:560px; float:left;}
.ybbg li{ height:43px; width:100%; float:left;}
.ybbg li span{ display:block; float:left; height:43px; line-height:43px; width:114px;font-size:14px; padding-right:20px; text-align:right; margin-left:10px;}
.ybbg li input,.ybbg li select{ display:block; float:left; height:20px; line-height:20px; width:210px; padding:0 5px;-moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;position:relative;
z-index:100;font-size:12px; margin-left:22px; margin-top:10px;}
/*ybbg_cx*/
.ybbg_cx{ clear:both; padding-top:24px;}
.ybbg_cx .t{ height:24px; line-height:24px; margin-bottom:20px; padding-left:4px;}
.ybbg_cx .t input,.ybbg_cx .t span{ display:block; float:left;}
.ybbg_cx .t input.text{ height:24px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; position:relative;
z-index:100;width:220px; padding:0 10px;}
.ybbg_cx .t input.btn{ cursor:pointer; height:24px; width:64px; text-align:center;margin-left:14px;padding: 0px;}
.ybbg_cx table{position:relative;z-index:100;margin-bottom:6px;}
.ybbg_cx table,.ybbg_cx td{ clear:both; border-collapse:collapse; text-align:center;}
.ybbg_cx td,.ybbg_cx th{ height:30px; line-height:30px;}
.ybbg_cx th img{ height:30px; float:right;}
.ybbg_cx .b{ padding-left:4px;}
.ybbg_cx .b a{ display:block; height:30px; line-height:30px;float:left; padding:0 6px; margin-right:12px; *display:inline;}
/*创建运单*/
.cjyd{ clear:both; padding:2px 2px 20px 2px; overflow:hidden; }
.cjyd_box{ width:433px; height:256px; float:left;position:relative;z-index:100; }
.cjyd_box_2{ float:right; width:443px;}
.cjyd_bt{ width:112px; height:43px; line-height:43px; padding-left:22px;font-size:14px; float:left;}
.cjyd_bt2{ width:80px; height:43px; line-height:43px; padding-left:22px;font-size:14px; float:left;}
.cjyd_box ul{ clear:both;}
.cjyd_box ul li{ width:100%; float:left; height:24px; margin-bottom:10px;}
.cjyd_box ul li span{ display:block; float:left; width:100px; text-align:right; height:24px; line-height:24px;}
.cjyd_box ul li input,.cjyd_box_2 p.t input{ display:block; float:left; height:24px; line-height:24px; width:124px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; position:relative;z-index:100;padding:0 4px;}
.cjyd_box_1 ul li.ys1 input{ width:256px;}
.cjyd_box_1 ul{ padding-top:30px;}
.cjyd_box_1 .dkj select{ height:24px; line-height:24px; margin-top:10px; margin-left:20px;} /*add by DKJ on 20160114*/
.cjyd_box_2 p.t{ width:324px; padding:10px 0 0 0; float:left; height:24px; line-height:24px;}
.cjyd_box_2 p.t span{ display:block; float:left; padding-left:3px;}
.cjyd_box_2 .dkj2 select{ height:24px; line-height:24px; margin-left:20px; width:80px;} /*add by DKJ on 20160114*/

.cjyd_box_2 ul{ padding-top:10px;}
.cjyd_box_2 ul li select{ display:block; float:left; margin-right:16px; width:76px; height:24px;}
.cjyd_box_2 ul li.ys1 select { margin-right:10px;}
.cjyd_box_2 ul li.ys2 input{ width:100px;}
.cjyd_box_2 ul li span.dh{ width:60px;}
.cjyd_box_2 ul li.last em{ display:block; float:left; height:24px; line-height:24px; padding:0 4px;}
.cjyd_box_2 ul li.last input{ width:70px; text-align:center; box-shadow:none; cursor:pointer;}
.cjyd_box_3{ clear:both; overflow:hidden;position:relative;z-index:100;}
.cjyd_box_3 .t{ height:24px; line-height:24px; padding-top:12px;}
.cjyd_box_3 .t p.l{ width:400px; float:left;}
.cjyd_box_3 .t p.l span,.cjyd_box_3 .t p.l input,.cjyd_box_3 .t p.l em{ display:block; float:left;}
.cjyd_box_3 .t p.l span{ padding:0 4px 0 12px;}
.cjyd_box_3 .t input.text{ height:24px; line-height:24px; width:140px; padding: 0 4px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; position:relative;z-index:100; }
.cjyd_box_3 .t p.l em{float:left; line-height:24px; padding:0 4px 0 10px;}
.cjyd_box_3 .t p.l input.xz{ margin:6px 0 0 0;}
.cjyd_box_3 .t p.r{ width:210px; float:right; padding-right:10px;}
.cjyd_box_3 .t p.r span,.cjyd_box_3 .t p.r input{ display:block; float:right; height:24px; line-height:24px;}

.con_3_br{ clear:both; height:20px;}
.cjyd_3_con{ clear:both; padding-top:10px; overflow:hidden; padding:0 10px 10px 0;}
.cjyd_3_con ul{ width:510px; float:left;}
.cjyd_3_con ul li{ height:22px; line-height:22px; margin-bottom:4px; width:100%; float:left;}
.cjyd_3_con ul li b{ display:block; width:104px; text-align:right; float:left;}
.cjyd_3_con ul li input,.cjyd_3_con ul li span{ display:block; float:left;}
.cjyd_3_con ul li input{ height:22px; line-height:22px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;position:relative;z-index:100;padding:0 4px;}
.cjyd_3_con ul li input.text_1{ width:226px;}
.cjyd_3_con ul li input.text_2{ width:36px;}
.cjyd_3_con ul li span{ padding:0 4px;}
.cjyd_3_con h5{ float:left; padding-top:110px;}
.cjyd_3_con h5 a{ font-size:12px;}
.cjyd_3_con h5 a:hover{ text-decoration:underline;}
.cjyd_3_con textarea{ width:138px; float:right; height:120px; padding:4px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; position:relative;z-index:100;resize:none; }
.cjyd_3_con .bottom{ clear:both; padding-top:10px;}
.cjyd_3_con .bottom b,.cjyd_3_con .bottom input,.cjyd_3_con .bottom span,.cjyd_3_con .bottom select{ display:block; float:left; height:22px; line-height:22px;}
.cjyd_3_con .bottom b{ width:104px; text-align:right;}
.cjyd_3_con .bottom input{ width:61px; padding:0 4px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;position:relative;z-index:100;}
.cjyd_3_con .bottom span{ padding:0 4px;}
.cjyd_3_con .bottom select{ width:60px;}
.cjyd_3_con .btn{ clear:both; padding-top:14px; margin-bottom:12px;width: 100%;}
.cjyd_3_con .btn input{ display:block; float:right; width:83px; height:32px; line-height:32px;font-size:14px; margin-right:20px; cursor:pointer;}

/*订单总览*/
.ddzl_t{ clear:both; overflow:hidden; margin-bottom:10px;}
.ddzl_t p{ height:22px; margin-bottom:14px;}
.ddzl_t p span,.ddzl_t p input,.ddzl_t p select{ display:block; float:left; height:22px; line-height:22px;}
.ddzl_t p span{ padding:0 4px;}
.ddzl_t p input{ width:104px; padding:0 4px;  -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;position:relative;z-index:100;}
.ddzl_t p input.btn{ width:42px; text-align:center; height:20px; line-height:18px; cursor:pointer;border-radius:0; box-shadow:none; padding:0; margin-left:10px;}
.ddzl_t p input.btn2{ width:75px; text-align:center; height:20px; line-height:18px; cursor:pointer;border-radius:0; box-shadow:none; padding:0; margin-left:10px;}
.ddzl_t p select{ width:104px; padding:0 4px;}

.ddzl_b{ padding:4px;}
.ddzl_b table,.ddzl_b td{ border-collapse:collapse;}
.ddzl_b table th,.ddzl_b table td{ height:24px; line-height:24px; text-align:center;}
.ddzl_b table th img{ display:block; float:right; height:24px;}
.ddzl_b table td a{ padding:0 2px;}

/*add by DKJ */
.ddzl_b table input.btn{ width:42px; text-align:center; height:20px; line-height:18px; cursor:pointer; border-radius:0; box-shadow:none; padding:0; margin-left:10px; margin-bottom: 10px;}
.ddzl_b table input.btn4{ width:55px; text-align:center; height:20px; line-height:18px; cursor:pointer; border-radius:0; box-shadow:none; padding:0; margin-left:10px;}
.ddzl_b table input.input2{ display:block; margin:2px 10px; height:20px; line-height:36px; width:250px; padding:1px 4px;-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;}
.ddzl_b table input.btn5 {width: 30px;text-align: center;height: 20px;line-height: 18px;cursor: pointer;border-radius: 0;box-shadow: none;padding: 0;margin-bottom:5px;}

.ddzl_b .bottom{ height:24px; line-height:24px;margin-top: -10px;clear: both;}
.ddzl_b .bottom .l{ width:260px; float:left; padding-left:4px;}
.ddzl_b .bottom .kj{ width:400px; float:left; padding-left:4px;} 
.ddzl_b .bottom .l span,.ddzl_b .bottom .l a{ display:block; float:left; padding:0 2px; margin-right:5px;}
.ddzl_b .bottom .r{ text-align:right; font-size:0; padding-right:10px;}
.ddzl_b .bottom .r span,.ddzl_b .bottom .r a,.ddzl_b .bottom .r select{ display:inline-block; font-size:12px; padding:0 4px;}
/*已付款运单*/
dl.yfk{ clear:both; padding:0 4px;}
dl.yfk dt{ width:100%; height:32px; line-height:32px;}
dl.yfk dt em,dl.yfk dt input,dl.yfk dt span,dl.yfk dt{ display:block; float:left;}
dl.yfk dt em{ padding:0px 0 0 10px;}
dl.yfk dt span{ padding:0 10px;}
dl.yfk dt input{ height:22px; line-height:22px; border-radius:4px; position:relative;z-index:100; margin-top:6px; text-align:center;}
dl.yfk dt input.btn{box-shadow:none; cursor:pointer; margin-left:10px;}
dl.yfk dt input.ys1{ width:110px;}
dl.yfk dt input.ys2{ width:196px;}
dl.yfk dd{ height:290px; padding-top:10px; float:left; position:relative;z-index:100;}
dl.yfk dd p{ height:24px; line-height:24px; padding:0 10px;margin: 0 0 5px;}
dl.yfk dd p span{ display:block; float:left;}
dl.yfk dd p em{ display:block; float:right;}
dl.yfk .d1{ width:220px; margin-right:12px;}
dl.yfk .d2{ width:210px; float:left; margin-right:12px;}
dl.yfk .d3{ width:172px; float:left;}
dl.yfk .d4{ width:154px; float:right; box-shadow:none; padding-top:0; height:300px;}
dl.yfk .d4 .t{ overflow:hidden; height:144px; margin-bottom:10px; position:relative;z-index:100;}
dl.yfk .d4 .t2{ height:64px;}
.name{ clear:both; height:32px;font-size:14px; line-height:32px;}
.name p.l{ width:490px; float:left;}
.name p.l span{ display:block; float:left; padding:0 10px;}
.name p.l em{ display:block; float:left; width:130px;}
.name p.r{ text-align:right;}
.name p.r em{ display:inline-block; min-width:60px;}
.all{ height:32px; line-height:32px;font-size:14px;}
.all p.l{ width:200px; float:left;}
.all a{ padding:0 4px;}
.all p.r{ text-align:right;}
/*zxcz*/
.zxcz{ clear:both; padding:0 6px;}
.zxcz table{ box-shadow:none;}
.zxcz table,.zxcz table td{ border:none;}
.zxcz table .tab_con{ height:460px; position:relative;z-index:100;}
.zxcz table input.cz{ display:block; height:36px; line-height:36px;cursor:pointer; width:100%;}
.zxcz table input.text{ display:inline-block; width:100px; height:26px; line-height:26px; padding:0 4px; border-radius:3px;position:relative;z-index:100;}
/*问题汇总*/
.wt{ padding:4px 4px 0;}
.wt table{position:relative;z-index:100;border:none; margin-left:-2px; }
.wt table td{ border:none;}


.DDL_SENDER_LIST{  margin-left:30px; width:100px;}/*创建订单 add by DKJ on 20160117*/

.QudaoAdd table{ border-collapse:collapse;}
.QudaoAdd td{ height:30px; padding:2px 10px;}
.QudaoAdd table input{ display:block;}
.QudaoAdd input.btn{ width:42px; text-align:center; height:20px; line-height:18px; cursor:pointer;border-radius:0; box-shadow:none; padding:0; margin-left:10px;}



.UpLoadID table{ border-collapse:collapse;}
.UpLoadID td{ height:30px; padding:2px 10px; }
.UpLoadID table input{ display:block;}
.dkjinput{ display:block;}
.UpLoadID input.btn{ width:42px; text-align:center; height:20px; line-height:18px; cursor:pointer;border-radius:0; box-shadow:none; padding:0; margin-left:10px;}

.lblPayType{margin-left:50%;}
.ddlPayType{ width:100px; margin-left:70%;}


.UserInfo{ padding:0px;}
.UserInfo table,.UserInfo td{ border-collapse:collapse; }
.UserInfo table th,.UserInfo table td{  text-align:center;}
.UserInfo table th img{ display:block; float:right; height:24px;}
.UserInfo table td a{ padding:0 2px;}
.UserInfo table input{ display:block;}
.UserInfo table input.input1{ display:block; width:60px;}
.UserInfo table input.input2{ display:block; width:80px;}
.UserInfo table input.input3{ display:block; width:140px;}
.UserInfo table input.btn{ width:42px; text-align:center; height:20px; line-height:18px; cursor:pointer; border-radius:0; box-shadow:none; padding:0; margin-left:10px;margin-bottom: 10px;}

.DDL_BATCH{  margin-left:30px;}


.table_border {
    width: 100%;
    border-collapse: collapse;
    line-height: 20px;
    border-radius: 0px;
}

.table_border tr td {
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}
.table_border tr td input
{
    width:104px; height:20px; 
    padding:0 0px;  
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    border-radius:4px;
    position:relative;
    z-index:100;
}

 .submitInput{
    width:104px; 
    height:24px; 
    padding:0 0px;  
    -moz-border-radius:4px; 
    -webkit-border-radius:4px; 
    border-radius:4px;
    position:relative;
    z-index:100;
}
.submitbtn{ width:42px; text-align:center; height:24px; line-height:18px; cursor:pointer;border-radius:0; box-shadow:none; padding:0; margin-left:10px;}
/*退货页面*/
.refund-wrapper{ width:700px; margin:0 auto; overflow:hidden;  box-shadow:0 0 3px #666666; position:relative;z-index:100;}
.refund-wrapper ul { padding-top:46px; overflow:hidden; padding-bottom:40px;}
.refund-wrapper ul li{ width:100%; float:left; height:22px; line-height:22px; margin-bottom:10px;}
.refund-wrapper ul li span{ display:block; float:left; width:240px; text-align:right;}
.refund-wrapper ul li input{ display:block; float:left; width:200px; height:22px; padding:0 4px;position:relative;z-index:100;border-radius:4px;}
.refund-wrapper ul li em{ display:block; float:left;padding-left:10px;}
.refund-wrapper ul li select{ width:110px;}
.refund-wrapper ul li.ty{ font-size:14px;}
.refund-wrapper ul li.ty input{ width:auto; margin-right:10px;}
.refund-wrapper ul li.btn input{ width:84px; height:30px; padding:0; clear:both;text-align:center; line-height:30px; font-size:14px;cursor:pointer; box-shadow:none; border-radius:0; margin-left:330px;}


.btn-recharge {
    line-height: 20px;
    padding: 5px 10px;
    margin-left: 10px;
    -webkit-animation: twinkling 2s infinite 0.9s ease-in-out alternate;
    animation: twinkling 2s infinite 0.9s ease-in-out alternate;
}
@-webkit-keyframes twinkling { /*透明度由0到1*/
    0% {
        opacity: 0.2; /*透明度为0*/
    }

    100% {
        opacity: 1; /*透明度为1*/
    }
}

@keyframes twinkling { /*透明度由0到1*/
    0% {
        opacity: 0.2; /*透明度为0*/
    }

    100% {
        opacity: 1; /*透明度为1*/
    }
}
/*模板3 Header start*/
.tmpl3.header .navbar-brand > img {
    height: 50px !important;
}

.tmpl3.header .navbar-default .navbar-nav > li > a {
    height: 70px !important;
    line-height: 70px !important;
}
/*模板3 Header end*/

/*模板5 Header start*/
.tmpl5.header .navbar {
    min-height: 60px !important;
}
.tmpl5.header .navbar-brand > img {
    height: 50px !important;
}
.tmpl5.header .navbar-default .navbar-header {
    height: 60px;
}
.tmpl5.header .navbar-default .navbar-nav > li > a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 8px 10px !important;
}
.tmpl5.header .navbar .loginReg {
    height: 60px !important;
    line-height: 60px !important;
}
.tmpl5.header .navbar-default .navbar-brand {
    padding: 5px 0 5px 15px !important;
    height: 60px !important;
}
/*模板5 Header end*/

/*模板7 Header start*/
.tmpl7.header .navbar {
    min-height: 50px !important;
}
.tmpl7.header .navbar-brand img {
    height: 40px !important;
}
.tmpl7.header ul.navbar-nav > li > a {
    height: 70px !important;
    line-height: 70px !important;
}
/*模板7 Header end*/

/*模板9 Header start*/
@media (min-width: 1200px) {
    .footer-tmpl9 .wrap, .tmpl9.header .wrap {
        max-width: 1200px;
        margin: 0 auto;
    }
}
/*模板9 Header end*/