/*头部*/
.top{
	background: #484848;
	height: 50px;
    line-height: 50px;
}
.top .top_cont{
	width: 1200px;
	margin: 0 auto;
}
.top .top_tell{
	float: left;
	margin-left:0px;
	color: #ccc;
}

.top .top_login{
	float: right;
	margin-right:0px;
}
.top_login a{
	color: #ccc;
    font-size: 14px;
}
.top span{
	margin:0 2px;
    font-size: 13px;
}
.top_phone{
	color:#048ad6;
}

/*导航上部分*/
.nav-top{
	height: 106px;
	line-height: 106px;
	width: 1200px;
	margin: 0 auto;
}
.navbar-header{
	float: left;
}
.navbar_img{
	float: left;
	vertical-align: middle; 
	display: inline-block;

}
.navbar_img img{
	    vertical-align: middle;
}
.tex_img{
	float: left;
	line-height: 24px;
    margin-left: 13px;
}
.tex_img h2{
	font-size: 27px;
    font-weight: 400;
    line-height: 70px;
}
.tex_img span{
	    font-size: 14px;180px;
}

.eco_header{
	height: 106px;
	float: right;
}
.eco_header .eco_header{
	display: inline-block;
    padding-left: 20px;
    text-align: left;
}
 .eco_header .top-info {
 	float: left;
 	    display: inline-block;
    padding-left: 10px;
 }
 .eco_header .top-info .icon-box {
    padding-right: 10px;
    position: relative;
    float: left;
}
 .eco_header .top-info .icon-box span {
    font-size: 30px;
    padding-left: 25px;
    position: relative;
    color: rgb(18, 113, 178);
}
.eco_header .top-info .content-box {
    float: left;
}
 .eco_header .top-info p {
    display: inline-block;
    font-size: 1.1em;
    color: #fff;
    line-height: 26px;
    margin: 25px 0px 0px;
}

.eco_header .top-info p a {
    color: rgb(150, 146, 160);
    font-size: 1em;
    text-decoration: none;
}
.eco_header .top-info + .top-info .icon-box::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -15px;
    width: 1px;
    height: 30px;
    background-color: rgb(153, 153, 153);
}

.container{
	width: 1200px;
	margin: 1px auto;
}
/*导航栏*/
/*.nav-container{
	width: 1200px;
	margin: 0 auto;
}*/
.navlist>.nav-item {
    float: left;
        margin-left: 15px!important;
        text-align: center;
        max-width: 120px;
}
 .navlist>.nav-item span{
    font-size: 12px;
 }
.navlist .nav-item a.nav-link {
    color: rgb(51, 51, 51);
    	transition:  0.5s;
	-moz-transition:  0.5s;	/* Firefox */
	-webkit-transition:  0.5s;	/* Safari 和 Chrome */
	-o-transition:  0.5s;

}
.navlist .nav-item a.active{
	color: rgb(255, 255, 255) !important;
    background: rgb(21, 121, 188) !important;
}
.navlist .nav-item:hover a{
	color: rgb(255, 255, 255) !important;
    background: rgb(21, 121, 188) !important;
}
.navlist .nav-item .nav-link {
	height: 50px;
	line-height: 24px;
	font-size: 16px;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 5px 15px;
}
.navlist .nav-item .nav-link:hover{
    text-decoration:none;
}
.navlist .nav-item .nav-link span{
	font-size: 12px;
}
.navlist .nav-item .nav-link i{
	margin-left: 10px;
}
.dropdown, .dropup {
    position: relative;
}

 .dropdown-menu {
    background-color: rgb(255, 255, 255,0);
    min-width: 0px;
    width: 100%;
    text-align: center;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    top: 50px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    z-index: 0;
    left: 0;
    display: none;
    float: left;
    margin: 5px 0 0;
    list-style: none;
    color: #76838f;
    border-radius: .215rem;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*-webkit-box-shadow: 0 3px 12px rgba(0,0,0,.05);*/
    /*box-shadow: 0 3px 12px rgba(0,0,0,.05);*/
     opacity: 1;
   filter:Alpha(opacity=1);
   z-index: 3;
}
.navlist .nav-item .nav-link:hover .dropdown-menu{
    display: block;
}

.navlist .nav-item .dropdown-menu a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    line-height: 24px;
    height: 50px;
    display: block;
    position: relative;
    left: -100px;
	transition:  0.3s;
	-moz-transition:  0.3s;	/* Firefox */
	-webkit-transition:  0.3s;	/* Safari 和 Chrome */
	-o-transition:  0.3s;
    z-index: 1;
}
.navlist .nav-item:hover .dropdown-menu{
	/*display: block;*/
	 opacity: 1;
   filter:Alpha(opacity=1);
   z-index:3;
}
.navlist .nav-item:hover .dropdown-menu a{
	left: 0px;
}
.navlist .nav-item > .dropdown-menu a:hover {
    color: rgb(21, 121, 188) !important;
    background: rgb(255, 255, 255) !important;

}

/*核心服务项目*/
.text-container{
	padding: 70px 0px;
}


.text-container h2{
	text-align: center;
}

.text-container .title a{
    display: block;
    font-size: 30px;
    margin-top: 0px;
    text-align: center;
    font-weight: 300;
    color: rgb(0, 0, 0);
    margin-bottom: 11px;
    opacity: 0;
    -webkit-transition:0.7s;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.text-container .title a.hover{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
}

.text-container .title-icon {
    width: 100px;
    height: 5px;
    margin: 0px auto;
    background: rgb(21, 121, 188);
}
.text-container .desc{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 80%;
    color: rgb(153, 153, 153);
    margin: 14px auto;
    opacity: 0;
    -webkit-transition:0.3s;
}
.text-container .desc.hover{
    opacity: 1;
}

.text-container .title-icon {
    width: 100px;
    height: 5px;
    margin: 0px auto;
    background: rgb(21, 121, 188);
}
.text-container p.desc{
	    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 80%;
    color: rgb(153, 153, 153);
    margin: 14px auto;

}

.product_list{
	width: 100%;
}
.item-content{
	width: 30.33%;
	float: left;
	 transition: all 0.3s ease-in-out 0s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(208, 207, 207);
    border-image: initial;
    margin: 10px 0px;
    padding: 10px;
    margin:20px 1.5% 0; 
     box-sizing:border-box;
    -moz-box-sizing:border-box;/* Firefox */
    -webkit-box-sizing:border-box;/* Safari 和 Chrome */
    -o-box-sizing:border-box;


}
.item-content:hover{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}
.item-img{
	padding: 0px 10px;
	float: left;
    width: 33.333333%;
     box-sizing:border-box;
    -moz-box-sizing:border-box;/* Firefox */
    -webkit-box-sizing:border-box;/* Safari 和 Chrome */
    -o-box-sizing:border-box;
    margin-top: 45px;
       
}
.item-img .img{
	float: left;
	width: 100%;
    overflow: hidden;
}
.item-img .img img{
	object-fit: cover;
    max-height: 100%;
    border-radius: 21px;
    width: 100%;
    transition: 0.5s;
    -moz-transition: 0.5s;  /* Firefox 4 */
    -webkit-transition: 0.5s;   /* Safari 和 Chrome */
    -o-transition: 0.5s;    /* Opera */
}
.item-img .img img:hover{
    transform: scale(1.1);  
}
.item-com{
	    float: left;
    width: 66.666666%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;/* Firefox */
    -webkit-box-sizing:border-box;/* Safari 和 Chrome */
    -o-box-sizing:border-box;
}
.item-com h5 {
    font-size: 18px;
    color: rgb(21, 121, 188);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
}
.item-com .gray {
    color: rgb(153, 153, 153);
    height: 5em;
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
   display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.item-com .gray:hover{
        text-decoration: underline;
}
/*关于我们*/
.met-index-body{
	    background: url('../image/1538124579.jpg') center center / cover no-repeat;
    background-position: center center;
        padding: 70px 0px;
}
.met-editor{
	margin-top: 50px;
	background: rgb(255, 255, 255);
	width: 100%;
	max-width: 100%; 
	font-size: 16px; 
	font-weight: 300; 
	line-height: 1.8; 
	position: relative;
	padding: 30px 30px;
	border: 0 solid transparent;
	border-radius: .286rem;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.met-editor .editor-title{
	text-align: center;
	color: rgb(71, 132, 212);
	font-weight: bold;
	margin-bottom: .8em;
}
.met-editor .editor-em{
	color: rgb(165, 165, 165);
	font-size: 12px;
	text-align: center;
	margin-bottom: .8em;
	font-weight: 400;
}
.met-editor .editor-com{
	font-size: 13px;
    color: rgb(127, 127, 127);
	text-align: center;
}


/*物流常识*/
.news_list {
    background-color: rgb(255, 255, 255) !important;
    padding: 50px 0px;
}
.container .title {
    text-align: center;
    padding-bottom: 20px;
}
.container .title h3 {
    font-size: 24px;
    color: rgb(75, 75, 75);
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0px;
}
.container .title h3::after {
    content: "";
    height: 1px;
    background-color: rgb(71, 132, 212);
    width: 25px;
    display: block;
    position: absolute;
    right: -35px;
    top: 50%;
}
.container .title h3::before {
    content: "";
    height: 1px;
    background-color: rgb(71, 132, 212);
    width: 25px;
    display: block;
    position: absolute;
    left: -35px;
    top: 50%;
}
.single-construction-welcome {
        padding: 0 10px 30px;
    float: left;
    width: 33.333333%;
         box-sizing:border-box;
    -moz-box-sizing:border-box;/* Firefox */
    -webkit-box-sizing:border-box;/* Safari 和 Chrome */
    -o-box-sizing:border-box;
       opacity: 0;
    transform: translateY(100%);
}

.single-construction-welcome:nth-child(1){
    transition:0.35s;
     -moz-transition:0.35s;
    -webkit-transition:0.35s;
    -o-transition:0.35s;
}
.single-construction-welcome:nth-child(2){
    transition:0.7s;
     -moz-transition:0.7s;
    -webkit-transition:0.7s;
    -o-transition:0.7s;
}
.single-construction-welcome:nth-child(3){
    transition:1.05s;
     -moz-transition:1.05s;
    -webkit-transition:1.05s;
    -o-transition:1.05s;
}
.single-construction-welcome:nth-child(4){
    transition:1.4s;
     -moz-transition:1.4s;
    -webkit-transition:1.4s;
    -o-transition:1.4s;
}
.single-construction-welcome.hover{
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}





.single-construction-welcome .img-holder {
    border: 5px solid #ffffff;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}
 .hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
 .single-construction-welcome .img-holder:before {
    background: #4784d4;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cover-image {
    width: 100%;
}
.single-construction-welcome h3 {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 0px;
}
.single-construction-welcome a {
    color: #4b4b4b;
    position: relative;
    overflow: hidden;
}
.single-construction-welcome a span{
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display: block;
}
.single-construction-welcome span{
    height: 26px;
    line-height: 26px;
    display: block;
}
.welcome-title span{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;

}
.single-construction-welcome h3:after {
    content: '';
    width: 35px;
    background: #4784d4;
    height: 2px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.single-construction-welcome p {
    font-size: 16px;
    line-height: 26px;
    color: rgb(165, 165, 165);
    font-weight: 500;
    margin: 0px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2rem;
}
.single-construction-welcome .holder-bark{
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-indent:2rem;
}
 .single-construction-welcome a:hover {
    color: rgb(71, 132, 212);
}
 .single-construction-welcome:hover .img-holder img {
    opacity: 0.45;
        transition: 0.5s;
    -moz-transition: 0.5s;  /* Firefox 4 */
    -webkit-transition: 0.5s;   /* Safari 和 Chrome */
    -o-transition: 0.5s;    /* Opera */

}
.single-construction-welcome:hover .img-holder img:hover{
     transform: scale(1.1);  
}
.single-construction-welcome h2 {
    color: rgb(0, 0, 0);
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0px 0px 8px;
}
.single-construction-welcome ul {
    margin-top: 19px;
    list-style: none;
    padding-left: 0;
}
.single-construction-welcome ul li {
    font-size: 14px;
    line-height: 38px;
    color: #818080;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
}
.single-construction-welcome ul li .fa {
    margin-right: 10px;
    color: #4784d4;
    font-weight: 500;
    /*float: left;*/
    position: absolute;
    line-height: 52px;
    left: 0;
}
.single-construction-welcome ul li p{
    color: #4b4b4b;
    font-size: 14px;
}
.single-construction-welcome ul li p:hover{
    color: rgb(71, 132, 212);
}
.single-construction-welcome ul li p span{
        overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    display: block;
}
/*热门线路*/
.met-case-list {
    margin-top: 50px;
}
 .appear-no-repeat {
    padding-right: 12px;
    float: left;
    width: 41.666667%;
        box-sizing:border-box;
    -moz-box-sizing:border-box;/* Firefox */
    -webkit-box-sizing:border-box;/* Safari 和 Chrome */
    -o-box-sizing:border-box;

    /*过度*/
    -webkit-transition:0.35s;
     -moz-transition:0.35s;
    -webkit-transition:0.35s;
    -o-transition:0.35s;
           opacity: 0;
    transform: translateY(100%);
}
 .appear-no-repeat.hover{
    opacity: 1;
    transform: translateY(0%);
}


 .appear-no-repeat  .headline-case-title {
    background-color: rgb(42, 132, 235);
    padding: 20px;
}
 .appear-no-repeat  .headline-case-title a{
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
 }
.headline-m span,.media-body span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
 .appear-no-repeat  .headline-case-title.headline-case-title p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: justify;
    margin-top: 5px;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2rem;
}
.appear-no-repeat .over-scale {
    position: relative;
    display: block;
    overflow: hidden;
}
.appear-no-repeat .met-headline-case img {
    width: 100%;
}
.ulstyle{
        float: left;
    width: 58.333333%;
        box-sizing:border-box;
    -moz-box-sizing:border-box;/* Firefox */
    -webkit-box-sizing:border-box;/* Safari 和 Chrome */
    -o-box-sizing:border-box;
    padding-left:14px; 
    opacity: 0;
    transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);

     -webkit-transition:0.7s;
     -moz-transition:0.7s;
     -o-transition:0.7s;
     transition:0.7s;
}
.ulstyle.hover{
    opacity: 1;
    transform: translateY(0%);
}


.ulstyle li{
    overflow: hidden;
    margin-bottom: 28px;
}
.media-left {
    padding-right: 20px;
        display: table-cell;
    vertical-align: top;
}

.media-left .over-scale  {
    display: block;
    position: relative;
    overflow: hidden;
}
 .media-left .media-object {
    width: 254px;
}
.media-body {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
}
.media-body .media-heading {
    margin-bottom: 10px!important;
    font-size: 18px;
    color: rgb(0, 0, 0);
    transition: all 0.5s ease 0s;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.media-body .desc {
    text-align: justify;
    color: rgb(46, 44, 44);
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2rem;
    font-size: 15px;
}


/*底部*/
.footer{
    width: 100%;
    background: rgb(21, 121, 188);
    padding: 20px 0;
    height: auto;
    position: none;
    
}
.footer_weixin {
    display: block;
    width: 120px;
    height: 120px;
    margin-right: 40px;
}
.footer_weixin  img{
    width: 100%;
}
.footer_l {
    color: #fff;
}
.footer_l_nav a {
    float: left;
    color: #fff;
    font-size: 14px;
}
.footer_l_nav span {
    float: left;
    font-size: 14px;
    margin: 0 15px;
}
.footer_l p {
    color: #666;
    line-height: 25px;
    margin-top: 10px;
    font-size: 13px;
    color: #fff;
}
.footer_r_o{
    color: #fff;
}
.footer_r_o p.p1 {
    font-size: 16px;
    line-height: 20px;
    background-position: -230px -158px;
    padding-left: 20px;
    text-align: right;
}
.footer_r_o p.p2 {
    font-size: 34px;
    line-height: 36px;
    margin: 8px 0 12px 0;
    font-weight: bold;
   text-align: right;
}
.footer_r_o p.p3 {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
}

/*头部图片*/
.page-bg{
        width: 100%;
    height: auto;
    display: table;   
     background: #f2f2f2;
}
.page-bg .slick-slide {
    height: auto;
    position: relative;
    overflow: hidden;
        display: block;
    width: 100%;
        min-height: 1px;
}
.slick-slide img {
    min-height: 100px;
    object-fit: cover;
    display: block!important;
    height: auto;
}

.slick-slide .banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: 3;*/
}
 .banner-text .container {
    height: 100%;
    display: table;
    text-align: center;
}
 .banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle;
}
.banner-text h4 {
    font-size: 30px;
    color:rgb(21, 121, 188);
}
.banner-text p {
    font-size: 14px;
    margin: 20px 0 0;
    text-shadow: none;
    color: #fff;
}
/*留言*/
.message_form_met{
        display: block;
    padding: 30px;
    background-color: #ffffff;
}
.message_form{
    margin-left: 25%;
    float: left;
    width: 50%;
}
.met-message-submit{
    box-shadow: none;
    background-color: #ffffff;
    background: #fff;
    position: relative;
    padding: 30px 30px;
}
.form-group {
    margin-bottom: 1.429rem;
    position: relative;
}
.form-group:before, .form-group:after {
    display: table;
    content: " ";
}
.met-message-submit .form-control {
    color: rgb(163, 175, 183);
    background-color: rgb(255, 255, 255);
    border-color: rgb(228, 234, 236);
}
.form-control {
    font-size: 1rem;
    line-height: 1.571429;
    display: block;
    width: 100%;
    padding: .429rem .929rem;
    color: #76838f;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.573rem;
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    border-color: #e4eaec;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*修改提示文字的颜色*/

input::-webkit-input-placeholder { /* WebKit browsers */ 

color: #ccc; 

} 

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 

color: #ccc; 

} 

input::-moz-placeholder { /* Mozilla Firefox 19+ */ 

color: #ccc; 

} 

input:-ms-input-placeholder { /* Internet Explorer 10+ */ 

color: #ccc; 

} 
.message_form_met input {
    border-radius: 0px;
}
.met-message-submit .form-control.focus, .met-message-submit .form-control:focus {
    border-color:rgb(21, 121, 188);
}
.btn-primary {
    color: rgb(255, 255, 255);
    border-radius: 0px;
    background: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}
.btn-primary:hover {
    color: rgb(255, 255, 255);
    background: rgb(21, 121, 188);
    border-color: rgb(21, 121, 188);
}
.btn-block {
    display: block;
    width: 100%;
        white-space: normal;
}
.btn {
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
}
.btn {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.571429;
    display: inline-block;
    padding: .429rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .215rem;
}
.btn-primary {
    color: #fff;
    border-color: #62a8ea;
    background-color: #62a8ea;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}
.met-message-submit .form-group span{
    position: absolute;
    right: 40px;
    top:10px;
}


/*集运服务*/
.server_banner{
    background: url('../image//e-banner1.jpg') #f8f8f9 top center no-repeat;
    color: #fff;
    position: relative;
}
.global_subbanner{
    width: 100%;
    height:350px;
    text-align: center;
    z-index: 2;
}
.global_subbanner .title {
    font-size: 30px;
    padding-top: 70px;
}
.global_subbanner .intro {
    font-size: 16px;
    margin-top: 20px;
}

.service_con{
    min-height: 500px;
    position: relative;
    z-index: 2;
}
.global_category {
    height: 50px;
    position: relative;
}
.global_category .global_category_abs {
    width: 100%;
    height: 42px;
    position: absolute;
    left: 0;
    top: -42px;
    text-align: center;
    overflow: hidden;
}
.global_category .global_category_abs a.cur {
    color: #e70012;
    background: #fff;
}
.global_category .global_category_abs a {
    margin: 0 3px;
    float: left;
    color: #333;
    width: 170px;
    height: 42px;
    line-height: 42px;
    background: #aaa;
    font-size: 16px;
    text-decoration: none;
    -moz-border-top-left-radius: 4px;
    -ms-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -ms-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;

    transition: 0.5s;
    -moz-transition: 0.5s;  /* Firefox 4 */
    -webkit-transition: 0.5s;   /* Safari 和 Chrome */
    -o-transition: 0.5s;    /* Opera */
}
.service_cont{
    margin-bottom: 20px;
}
.global_content{
    display: none;
}
.global_content_show{
     display: block;
}


/*服务项目*/
.product_list_page_met {
    width: 100%;
       padding: 30px;
}
.sidebar_met{
    margin-right: 30px;
    width: 250px;
    float: left;
    margin-bottom: 30px;
}
.sidebar_met .sidebar-tile{
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid #ddd !important;
    margin: 0;
    margin-top: 1px;
    padding-bottom: 5px !important;
    text-shadow: none;
}
.sidebar_met .sidebar-tile span{
    color: #000000;
    position: relative;
}

.sidebar_met .sidebar-tile span:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background:rgb(21, 121, 188);
}
.sidebar_met .met-editors {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.sidebar_met .met-editors p{
    margin-top: 1rem;
    color: rgb(42, 51, 60);
    font-size: 14px;
    font-weight: 700;
}

.met-news-body{
    float: right;
    width: 887px;

}
.breadcrumb{
    border-bottom: 1px solid #ddd;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 5px;
    border-radius: 0;
    background: #fff;
}
.breadcrumb a{
    float: left;
    color: #999999;
    font-size: 15px;
}
.breadcrumb span{
    float: left;
     color: #999999;
    font-size: 15px;
}
.met-product-list{
    position: relative;
}
.met-product-list li{
    float: left;
    width: 200px;
    height: 247px;
    margin-top: 20px;
    margin-left: 20px;
}
.met-product-list li .card-shadow{
    box-shadow: 0 0px 10px rgba(0,0,0,.2);
    transition: 0.5s;
    -moz-transition: 0.5s;  /* Firefox 4 */
    -webkit-transition: 0.5s;   /* Safari 和 Chrome */
    -o-transition: 0.5s;    /* Opera */

}
.met-product-list li .card-shadow:hover{
    -moz-box-shadow:-moz-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; -webkit-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333;
    shadow:-moz-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; -webkit-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333;
    -webkit-box-shadow:-moz-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; -webkit-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333;
    -o-box-shadow:-moz-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; -webkit-box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333; box-shadow:0px 1px 8px #5E5E5E, 1px -2px 13px #333333;
}
.card-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.card {
    margin-bottom: 2.143rem;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card {
    position: relative;
    display: block;
    margin-bottom: .858rem;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
    background-color: #fff;
}
.card .cover {
    width: 100%;
    padding: 0;
    border-bottom: none;
}
.card-header:first-child {
    border-radius: -webkit-calc(.215rem - 1px) -webkit-calc(.215rem - 1px) 0 0;
    border-radius: calc(.215rem - 1px) calc(.215rem - 1px) 0 0;
}
.cover {
    overflow: hidden;
}

.card-footer, .card-header {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card-header {
    margin-bottom: 0;
    padding: .858rem 1.429rem;
    border-bottom: 1px solid #e4eaec;
    background-color: #f3f7f9;
}
figure {
    margin: 0 0 1rem;
}
.card-title{
    text-align: center;
    height: 60px;
    line-height: 27px;
}
.card-title a{
    font-size: 15px;
    color: #5f5f5f;
}
.card-title a p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.met-showproduct-head{
    width: 100%;
    margin-top: 20px;
}
.met-showproduct-head .showproduct_img{
    width: 50%;
    float: left;
}
.showproduct_text h1{
        color: rgb(0, 0, 0);
        font-size: 24px!important;
}
.showproduct_text h1 span{
    display: block;
}


/*关于我们*/
.met-show-body{
    margin-top:20px; 
}
.panel-body{
    float: left;
    width: 292px;

}
 .sidebar-column {
    margin: 10px 0px 35px;
}
.sidebar-column > li {
    white-space: nowrap;
    margin-bottom: 2px;
    margin-top: 0px;
    background: rgb(230, 230, 230);
}
.sidebar-column li a.active {
    color: rgb(255, 102, 0);
}
.sidebar-column li a:hover{
    color: rgb(255, 102, 0);
}
.sidebar_met_16_3 .sidebar-column li a {
    width: 100%;
    height: 100%;
    padding: 10px;
}
 .sidebar-column > li > a {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    color: rgb(102, 102, 102);
    overflow: hidden;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
}
.met-news-body-content{
    margin-top: 20px;
}


/*文章*/
.article_list{
    margin-top:20px; 
    margin-bottom:20px;     
}
.article_list_body{
    float: left;
    width: 73%;
}
.article_list_body .title01{
        height: 60px;
    position: relative;
    line-height: 60px;
    border-bottom: 1px solid;
    border-color: #9e9e9e;
    color: #000000;
    font-size: 30px;
        font-weight: 500;
}
.article_list_body .title02 {
    height: 50px;
    line-height: 48px;
    border: 1px solid;
    border-color: #eeeeee;
    color: #666;
    margin-top: 34px;
    position: relative;
}
.article_list_body .title02 a {
    padding-left: 22px;
    padding-right: 39px;
    border-right: 1px solid;
    border-color: #eeeeee;
    display: inline-block;
    color: #2e2c2c;
}
.article_list_body .title02 a i{
        margin-left: 9px;
}
.article_list_body .title02 a.current {
    color: #2a84eb;
    color: ;
}
.article_ulstyle{
    margin: 0;
    padding: 0px;
    list-style: none;
    margin-bottom:30px; 
}

.article_ulstyle li {
    min-height: 90px;
    border-bottom: 1px solid;
    border-color: #eeeeee;
    padding: 30px 24px;
    padding-right: 14px;
    color: #666;
}
.article_ulstyle  li:hover {
    box-shadow: 0px 5px 15px 5px rgba(128 ,128 ,128 ,0.25);
    position: relative;
    transition: box-shadow .28s linear;
    -moz-transition: -moz-box-shadow .28s linear;
    -webkit-transition: -webkit-box-shadow .28s linear;
}
 .article_ulstyle li .headLines {
    width: 59%;
    float: left;
    line-height: 24px;
}
 .article_ulstyle li .headLines .title {
    font-size: 16px;
    color: #000000;
    color: ;
    line-height: 36px;
}
 .article_ulstyle li .headLines .title:hover {
    color: rgb(42, 132, 235);
    text-decoration: underline;
}
 .article_ulstyle li .headLines p {
    color: #2e2c2c;
    font-size: 14px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

  .article_ulstyle li .date {
    width: 18%;
    float: left;
    margin-left:40px;
    margin-top: 50px;
}
  .article_ulstyle li .date .updatetimename {
    font-size: 14px;
    line-height: 30px;
    color: #2e2c2c;
}
.article_ulstyle li .date .updatetimevalue {
    font-size: 12px;
    color: #2e2c2c;
}
.article_ulstyle li .date .hits {
    line-height: 25px;
    margin-top: 20px;
    color: #2e2c2c;
}
.article_ulstyle li  .date .hits span {
    width: 69px;
    height: 25px;
    background: url() no-repeat;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    margin-left: 5px;
    color: #2e2c2c;
}
 .article_ulstyle li .listBtn a {
    font-size: 14px;
    width: 120px;
    height: 62px;
    background: #2a84eb;
    float: right;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    margin-right: 4px;
    margin-top: 60px;
    color: #ffffff;
    padding: 0!important;
}
.article_ulstyle li .listBtn a:hover{
    text-decoration:none;
}
/*详情页*/
.article_list_details{
    float: left;
    width: 75%;
}
.article_list_details .details-title {
    padding: 20px;
    text-align: center;
}
.article_list_details .details-title h1 {
    font-size: 30px;
    line-height: 1.5;
    color: #000000;
}
.article_list_details .details-title .info {
    font-size: 16px;
    color: #a3afb7;
}
.article_list_details .details-title .info span {
    padding-right: 10px;
}

/*公司动态*/

.ulstyle_met li{
    background-color: rgb(255, 255, 255);
    margin-bottom: 20px;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(247, 247, 247);
    border-image: initial;
    padding: 15px;
    margin-top:10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;

}
.ulstyle_met li:hover{
    box-shadow: 0 0px 10px rgba(0,0,0,.5);

}
.ulstyle_met li h4 a:hover {
    color: rgb(255, 102, 0);
    text-decoration:none;
}
 .ulstyle_met li h4 {
    font-size: 20px;
     font-weight: 500;
}

.ulstyle_met li p.des {
    color: rgb(153, 153, 153);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ulstyle_met li p.info {
    margin-bottom: 0px;
    font-size: 16px;
    color: rgb(163, 175, 183);
}
.ulstyle_met li p.info span{
    margin-right:10px; 
}

.border-top1 {
    /*border-top: 1px solid #f0f2f5;*/
}
.p-y-30 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.pagination{
    border-top:1px solid #ccc;  
}
.pagination li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
}
.pagination li a{
    color: #2e2c2c;
    border-color: rgb(153, 153, 153);
    border-radius: .215rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;    
    margin-top: 14px;
    max-width: 100%;
    -webkit-transition: background .2s ease-out,border-color 0s ease-out,color .2s ease-out;
    -o-transition: background .2s ease-out,border-color 0s ease-out,color .2s ease-out;
    transition: background .2s ease-out,border-color 0s ease-out,color .2s ease-out;
    background: #ff9a00;
}
.page-link {
    position: relative;
    float: left;
    margin-left: -1px;
    padding: .643rem 1.072rem;
    text-decoration: none;
    color: #76838f;
    border: 1px solid #e4eaec;
    background-color: transparent;
}

/*帮助中心*/
.article_list_details ul li .ask{
    background: #ccc;
    cursor: pointer;
    width: 100%;
    float: left;
    padding: 2px 0;
    height: auto;
    margin-bottom: 15px;
    position: relative;
}
 .article_list_details ul li .ask .div_con{
    float: left;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: #308296;
    border-radius: 5px;
        margin-top: 10px;
}
 .article_list_details ul li .ask .p1{
        display: inline-block;
    width: 85%;
    margin-left: 10px;
    line-height: 22px;
 }
 .article_list_details ul li .answer {
    width: 100%;
    float: left;
    padding: 2px 0;
    height: auto;
}
 .article_list_details ul li .answer .div_con {
    margin-top: 5px;
        float: left;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: #308296;
    border-radius: 5px;
    overflow: hidden;
}
 .article_list_details ul li .answer .p1{
    margin-top: 5px;
        display: inline-block;
    width: 85%;
    margin-left: 10px;
    line-height: 22px;
    float: left;
}
.keyword {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
 .download_btn {
    padding: 2px 10px;
    margin-left: 10px;
    outline: none;
    border: none;
    background: #317ebf;
    color: #fff;
    border-radius: 7px;
         position: absolute;
    top: 3px;
}

/*登陆*/
.login_con{
    background: #fff url(../image/1.jpg) 50% 0 no-repeat;
    z-index: 2;
    position: relative;
    width: 100%;
    height: 740px;
    padding-top: 173px;
     box-sizing: border-box;


}
.login {
    margin:0 auto;
    width:500px;
    border:2px solid #eee;
    border-bottom:none;
    position:relative;
}
.header {
    height:50px;
    border-bottom:1px solid #e2e2e2;
    position:relative;
    font-family:"Microsoft Yahei";
}
.header .switch {
    height:45px;
    position:absolute;
    left:60px;
    bottom:0;
    font-size:16px;
}
.header .switch .switch_aa {
    margin-right:66px;
}
.header .switch .switch_btn {
    color:#999;
    display:inline-block;
    height:45px;
    line-height:45px;
    outline:none;
    *hide-focus:expression(this.hideFocus=true);
}
.header .switch .switch_btn_focus {
    color:#333;
    display:inline-block;
    height:45px;
    line-height:45px;
    outline:none;
    *hide-focus:expression(this.hideFocus=true);
}
.header .switch .switch_btn:hover {
    color:#333;
    text-decoration:none;
}
.header .switch .switch_btn_focus:hover {
    text-decoration:none;
}
#switch_bottom {
    position:absolute;
    bottom:-1px;

    border-bottom:2px solid #848484;
}

.web_login {
    width:100%;
    position:relative;
}

.web_login .login_form {
    width:100%;
    margin:0 auto;
}

.web_login .input-tips {
    float: left;
    margin-top: 10px;
    width: 72px;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    font-family: "Hiragino Sans GB", "Microsoft Yahei";
    text-align: right;
}
.web_login .input-tips2 {
    float: left;
    text-align: right;
    padding-right: 10px;
    width: 88px;
    height: 30px;
    font-size: 14px;
    margin-top: 10px;
    clear: both;
    line-height: 30px;
    font-family: "Hiragino Sans GB", "Microsoft Yahei";
}
.web_login .inputOuter {
    width:370px;
    height:42px;
    margin-top:10px;
    float:left;
    
}
.web_login .inputOuter2 {
    width:400px;
    margin-top:6px;
    float:left;
    
}
.web_login .inputstyle {
    width:323px;
    height:34px;
    padding-left:5px;
    line-height:34px;
    border:1px solid #D7D7D7;
    background:#fff;
    border-radius:2px;
    font-family:Verdana, Tahoma, Arial;
    font-size:14px;
}
.web_login input.inputstyle2:focus,
.web_login input.inputstyle:focus{
    border:1px solid #198BD4;
    box-shadow:0 0 2px #198BD4;
}
.web_login .inputstyle2 {
    width:337px;
    height: 28px;
    padding-left: 5px;
    line-height: 28px;
    border: 1px solid #D7D7D7;
    background: #fff;
    color: #333;
    border-radius: 2px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 14px;
}
.web_login .uinArea {
    height:55px;
    position:relative;
    z-index:10;
}
.web_login .pwdArea {
    height:55px;
    margin-bottom:10px;
    position:relative;
    z-index:3;
}
.web_qr_login {
    position:relative;
    
    overflow:hidden;
}

.cue {
    height:40px;
    line-height:40px;
    font-size:14px;
    border:1px #CCCCCC solid;
    margin-top:10px;margin-bottom:5px;
    text-align:center;
    font-family:"Hiragino Sans GB", "Microsoft Yahei";
}
.login {
    background-color:#ffffff;
}

h1{margin:80px auto 50px auto;text-align:center;color:#fff;margin-left:-25px;font-size:35px;font-weight: bold;text-shadow: 0px 1px 1px #555;}
h1 sup{
    font-size: 18px;
    font-style: normal;
    position: absolute;
    margin-left: 10px;}
.login {border:0;padding:5px 0;
background: #fff;
margin: 0 auto;
-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .3);}

.web_login{padding-bottom:20px;}

.jianyi{color:#fff;text-align:center;margin-top:25px;color:#B3B8C4;}
.reg_form li {
height: 55px;
}
.cue {
margin-top: 15px;
margin-bottom: 10px;border:1px solid #eee;border-radius:3px;
}
.web_login input.inputstyle2:focus, .web_login input.inputstyle:focus {
border: 1px solid #5796ff;
box-shadow: 0 0 0;
}

.web_login .reg_form {
width:100%;
margin: 0 auto;
}

.button_blue{
    display: block;
    height: 41px;
    border-radius: 4px;
    background: #2795dc;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid #0078b3;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
    width: 140px;
    text-align: center;
    outline: none;
    font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif;
    margin: 0 auto;
}
input.button_blue:hover
{
    background:#0081c1;
    border-bottom:3px solid #006698;
    color:#fff;
    text-decoration:none;
}
a.zcxy {text-decoration: underline;line-height:58px;margin-left:15px;color: #959ca8;}

.web_login .uinArea {
height: 60px;}
.header .switch{left:70px;}
.sel_forget{
        float: left; 
        display: inline-block; 
        width: 80px;  
        height: 30px;  
        margin-top: 0 !important; 
        padding: 5px; 
        outline: none;
        font-size: 14px; 
        line-height: 30px; 
        text-align: center; 
        color: #666666; 
        border: 1px solid #cccccc;
        cursor: pointer;
        margin-left: 10px;
    }
    .for_select{
        float:left;
        display: inline-block;
        width: 70px;  
        height: 30px;
        margin-top: 0 !important;
        padding: 5px;
        outline: none;
        font-size: 14px;
        line-height: 30px;
        text-align: center; 
        color: #666666; 
        border: 1px solid #cccccc;
        cursor: pointer;
        margin-left: 10px;
    }
    .tet_select{
        float:left;
        display: inline-block;
        width: 70px;  
        height: 30px;
        margin-top: 0 !important;
        padding: 5px;
        outline: none;
        font-size: 14px;
        line-height: 30px;
        text-align: center; 
        color: #666666; 
        border: 1px solid #cccccc;
        cursor: pointer;
        margin-left: 10px;
    }
    .sel_reg{
        float:left;
        display: inline-block;
        width: 70px;  
        height: 30px;
        margin-top: 0 !important;
        padding: 5px;
        outline: none;
        font-size: 14px;
        line-height: 30px;
        text-align: center; 
        color: #666666; 
        border: 1px solid #cccccc;
        cursor: pointer;
        margin-left: 10px;
    }

    .code_btn{
        float: left;
        display: inline-block;
        width: 84px;
        margin-right: 64px;
        height: 28px;
        outline: none;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        color: #666666;
        border: 1px solid #cccccc;
        cursor: pointer;
        margin-left: 10px;
    }



/*个人中心*/


.member_fz {
    font-size: 16px;
    line-height: 25px
}
.member_ico {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    line-height: 22px;
}

.page_content_offset{
    padding: 40px 0;
    background: #EBEDEF;
}

.span4{
    width: 300px;
}
.widget_content{
    border: #e3e3e3 solid 1px;
    padding: 35px 20px 25px;
    background: #fff;
}
/*抖图*/

.lanren:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000;
    -webkit-perspective: 1000;
}

@keyframes shake {

    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0)
    }
}

/*抖图结束*/

/*抖图*/

.categories_list li:hover i:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {

    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {

    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {

    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}
/*抖图结束*/
.bt_link {
    line-height: 1.3em;
    padding-bottom: 4px;
    word-break: break-all;
}
.categories_list li i {
    width: 24px;
    height: 24px;
}
.categories_list a {
    padding: 7px 25px 7px 10px;
    word-break: break-all;
}
.member_fz {
    font-size: 16px;
    line-height: 25px;
}
.member_ico {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    line-height: 22px;
}
.categories_list .color_dark:hover {
    background-color: #f5f5f5;
}
.categories_list a {
    padding: 7px 25px 7px 10px;
    word-break: break-all;
}
.greyline {
    border-top: 1px solid #dde4e6;
}
.categories_list .active {
    border-left: 3px solid #e74c3c;
    background: #EAEAEA;
}
.member_ico {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    line-height: 22px;
}
.ordercateogry em.kong, .categories_list a .kong {
    background: #bbb;
        color: #F43E20;
    font-weight: 700;
}

.categories_list em {
    background: #db1717;
    color: #fff;
    padding: 0 6px;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    z-index: 6;
    right: 15px;
    float: right;
    font-style: normal;
}
.span11{
    width: 800px;
}
.widget_content h2{
    font-size: 20px;
    line-height: 1em;
}
.seatable {
    background-color: #f5f5f5;
    border: #1992E6 solid 2px;
}
.full_width, [class*="banner_caption"].full_width, .wide_layout {
    width: 100%;
}
[class*="table_type_"] tr:first-child th {
    padding: 15px 15px;
    border-top: none;
}
.table_type_8 td {
    padding: 14px 10px;
}
[class*="button_type_"].bg_scheme_color, [class*="button_type_"].bg_dark_color:hover {
    background: #2C92E0;
    color: #fff;
}
[class*="button_type"]:not(.bg_tr) {
    position: relative;
}
.button_type_4, .button_type_8 {
    padding: 8px 15px;
    min-width: 123px;
}
.seatable1 {
    border: #1992E6 solid 2px;
}
[class*="table_type_"] {
    background: #fff;
}
.full_width, [class*="banner_caption"].full_width, .wide_layout {
    width: 100%;
}
.t_align_l {
    text-align: left;
}
table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
[class*="button_type"]:not(.bg_tr) {
    position: relative;
}
.seasata {
    color: #838a8f;
    border: 1px dashed #e3e3e3;
}

.button_type_2 {
    padding: 9px 16px 10px;
}
.d_block {
    display: block;
}
.d_inline_b {
    display: inline-block;
}
.vertical_list_type_2 li, .vertical_list_type_3 li, .vertical_list_type_4 li {
    position: relative;
    padding-left: 17px;
}
.vertical_list_type_2 li:before{
        content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    background: #2883C9;
}
.ordercateogry em.kong, .categories_list a .kong {
    background: #bbb;
        color: #F43E20;
    font-weight: 700;
}
.button_type_2:hover{
        background: #2883C9;
    color: #fcfcfc;
}
.ordercateogry em {
    background: #db1717;
    color: #fff;
    padding: 0 6px;
    display: block;
    cursor: pointer;
    border-radius: 3px;
    font-style: normal;
    z-index: 6;
    right: 15px;
    float: right;
}
.house_pic {
    height: 200px;
    overflow: hidden;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.house_pic li {
    float: left;
    list-style: none;
    margin: 30px 10px;
}
.rotate:hover, .rotate_2:hover, .rotate_3:hover, .rotate_4:hover, .rotate_5:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.rotate {
    width: 100px;
    height: 100px;
    background: no-repeat url(../image/rotate1.png);
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}
.rotate_2 {
    width: 100px;
    height: 100px;
    background: no-repeat url(../image/rotate2.png);
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
    margin-left: 42px;
}
.rotate_4 {
    width: 100px;
    height: 100px;
    background: no-repeat url(../image/rotate4.png);
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
    margin-left: 42px;
}
.rotate_3 {
    width: 100px;
    height: 100px;
    background: no-repeat url(../image/rotate3.png);
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
    margin-left: 42px;
}
.rotate_5 {
    width: 100px;
    height: 100px;
    background: no-repeat url(../image/rotate4.png);
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    background-size: 100px 100px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
    margin-left: 42px;
}
.house_pic li p {
    text-align: center;
    line-height: 42px;
    margin-left: 40px;
    font-size: 13px;
    font-weight: 600;
}

/*个人资料*/
.member_withdraw {
    width: 800px;
    border: #e3e3e3 solid 1px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 25px 20px 20px 25px;
    overflow: hidden;
    float: right;
}
.link {
    border-bottom: solid 1px #ccc;
}
.new-title {
    height: 40px;
    line-height: 40px;
}

.new-title h2 {
    height: 39px;
    line-height: 39px;
    color: #1475B8;
    font-weight: bold;
    border-bottom: 2px solid #2883C9;
    width: 250px;
    font-size: 20px;
}
.new-title h2 .new-title-icon {
    line-height: inherit;
    color: #2883C9;
    font-size: 32px;
}

.tab-member th{
    font-size: 18px;
}
.box{
        box-shadow: none;
}
.tab-member td{
    border: 0;
}
.tab-member td.td-r{
    background: none;
    width: 155px;
        line-height: 24px;
}
.tab-member{
    font-size: 15px;
}

.my_life_certificate_img {
    float: left;
    width: 350px;
    height: 28px;
    background: #fff;
    border: 1px solid #999999;
    position: relative;
}
.my_life_certificate_img a {
    float: left;
    background: #317ebf;
    color: #fff;
    width:85px;
    height: 24px;
    margin-left: 2px;
    margin-top: 1px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    line-height: 24px;
}

.a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.my_life_certificate_img b {
    float: left;
    position: absolute;
    width: 110px;
    height: auto;
    line-height: 28px;
    font-weight: 400;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    top:0px;
    right: -120px;
}

.marks a{
    display: inline-block;
    font-size: 14px;
    color: #bf3131;
    margin-left: 15px;
    /*text-decoration: underline;*/
}



/*仓库*/
.personal_index{
    width: 100%;
    height: 100%;
}

.personal_index .p2{
    padding-top: 10px;
    font-size: 17px;
    margin-bottom: 25px;
}
.personal_index .p2 span{
    color: #999999;
}

.personal_index .oper{
    width: 100%;
    height: 100%;
    margin-top: 100px;
}
.personal_index .oper h3{
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #333333;
}
.personal_index .oper ul{
    clear: both;
    margin-top: 15px;
    width: 100%;
    height: 57px;
}
.personal_index .oper ul li{
    width: auto;
    height: 100%;
    float: left;
    margin-right:15px; 
}
.personal_index .oper ul li p{
    display: block;
    width: 85px;
    height: 100%;
    font-size: 20px;
    color: #000033;
    float: left;
}
.personal_index .oper ul li img{
    margin-top: 21px;
    width: 35px;
    margin-left: 10px;
}
.personal_index .personal_text{
    width: 100%;
    height: 100%;
}
 .personal_index .personal_text h2{
    margin-top: 10px;
    height: 100%;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 300;
    color: #ff6600;
}

.personal_index .personal_content_on{
    width: 100%;
    height: 100%;
    min-height: 230px;
}
.personal_index .personal_text .personal_content_on .personal_content{
    padding: 10px 20px 20px 30px;
    width: 800px;
    height: 100%;
    border:1px solid #fd9b59;
    background: #fff6bf;
}
.personal_index .personal_text .personal_content_on .personal_content p{
    font-size: 14px;
    color: #ff0000;
    line-height: 26px;
}

.personal_index .personal_table{
    margin-top: 10px;
    /*width: 800px;*/
    height: 100%;
    position: relative;
}
.personal_index .personal_table h3{
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 3px;
    width: auto;
    font-size: 17px;
    font-weight: 400;
    border-bottom:2px solid #317ebf;
}

.personal_index .personal_table .personal_table_title{
    width: 100%;
}

.personal_index .personal_table .personal_table_title a{
    color: #503435;
    display: block;
    width: 121px;
    height: 100%;
    line-height: 28px;
    text-align: center;
    float: left;
    margin-right: 30px;
    border-bottom: 2px solid #fff;
}
.personal_index .personal_table .personal_table_title a.border{
    border-bottom: 2px solid #317ebf !important;
}
.personal_table_show{
    width: 100%;
    height: 100%;
    margin-top: 15px;
 
}
.personal_table_show{
    width: 100%;
    height: 100%;
    margin-top: 15px;
}
.personal_table_show_list{
    width: 30px;
    height: 100%;
    float: left;
}
.personal_table_show_list input{
    width: 15px;
    height: 15px;
    margin-top: 13px;
    margin-left: 7px;
}

.personal_table_show table{
    width: 100%;
    height: 100%;
    display:none;
}

.personal_table_show table tr{
    width: 100%;
    height: 100%;
}

.personal_table_show table tr th{
    height: 40px;
    background: #c5e4ff;
    text-align: center;
}
.personal_table_show table tr td{
    height: 30px;
    text-align: center;
    border: 1px solid #808080;
    text-align: center;
}

.personal_table_show table tr .number_redact{
    width: 40px;
}
.personal_table_show table tr .number_redact input{
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    color: #333;
}

.personal_table_show table tr td a{
    /*text-decoration: underline;*/
    color: #317ebf ;
}

.personal_table_show_btn{
    width: 740px;
    height: 28px;
    margin-top: 18px;
}
.personal_table_show_btn_left {
     width: 80px; 
    height: 100%;
    float: left;
}
.personal_table_show_btn input {
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-left: 7px;
    float: left;
}
.personal_table_show_btn_left span {
    display: block;
    font-size: 15px;
    line-height: 28px;
    margin-right: 10px;
    float: right;
}
.personal_table_show_btn button {
    width: 81px;
    height: 100%;
    background: #317ebf;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    float: right;
}
.language_ti {
    background: #fff1ee;
    padding: 12px 12px 12px 12px;
    margin-bottom: 25px;
    line-height: 24px;
    text-justify: inter-word;
    text-align: justify;
    text-align-last: left;
    -moz-text-align-last: right;
    font-size: 14px;
    line-height: 27px;
    color: #333333;
}
.language_ti em {
    color: #ec7063;
    font-size: 13.5px;
}
.warehouse{
    width: 850px;
}
.warehouse .sitea {
    margin-top: 60px;
    overflow: hidden;
}
.warehouse .site_l .site_l_tit {
    height: 38px;
    overflow: hidden;
}
.warehouse .site_l .site_l_tit em {
    color: #FF4401;
    font-size: 30px;
    float: left;
    margin-top: 5px;
}
.warehouse .site_l .site_l_tit span {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    float: left;
    margin-left: 8px;
    font-weight: 590;
}
.warehouse .site_l .site_l_c {
    width: 400px;
    height: 400px;
    border: 1px #FF0000 dashed;
}

.warehouse .site_l .site_l_c .p_style {
    font-size: 12.5px;
    color: #000;
    margin-top: 1px;
    margin-left: 16px;
    line-height: 45px;
}
.warehouse .site_l .site_l_c span {
    color: #FF4401;
}
.member_withdraw .inp_l {
    float: left;
    width: 130px;
    line-height: 30px;
    color: #797979;
    font-size: 15px;
    text-align: right;
}

.warehouse .inp_l {
    float: left;
    line-height: 25px;
    color: #000;
    text-align: left;
    font-size: 12.3px;
    margin-left: 18px;
}
.warehouse .inp_l em {
    font-style: normal;
    font-size: 12px;
     word-spacing: 1em; 
    color: #FF0000;
}
.warehouse .inp_r {
    float: left;
    margin-left: -55px;
    width: 300px;
    margin-bottom: 10px;
}
.warehouse .site_r {
    float: left;
    margin-left: 10px;
}
.warehouse .site_r .site_r_tit {
    height: 38px;
    overflow: hidden;
}
.warehouse .site_r .site_r_tit em {
    color: #2883C9;
    font-size: 30px;
    float: left;
    margin-top: 4px;
}
.warehouse .site_r .site_r_tit span {
    color: #000;
    font-size: 18px;
    line-height: 35px;
    float: left;
    margin-left: 8px;
}
.warehouse .site_r .site_r_c {
    width: 330px;
    height: 400px;
    border: 2px #2883C9 solid;
}
.warehouse .site_r .site_r_c p {
    margin: 12px 20px;
    padding-bottom: 15px;
    color: #48301E;
}
.warehouse .site_r .site_r_c span {
    color: #2883C9;
    font-size: 13px;
    font-weight: bold;
}

/*我的订单*/
.recording_search {
    height: 30px;
    margin: 25px 0
}

.recording_search_left {
    width: 440px;
    float: left
}

.recording_search_left:after {
    content: "";
    display: block;
    clear: bothth
}

.recording_search_right {
    width: 230px;
    float: right
}

.recording_search_right_input {
    border: solid 2px #2c92e0;
    height: 28px;
    position: relative
}

.recording_search_right_input input {
    border: none;
    background: 0 0;
    box-shadow: none;
    height: 28px;
    line-height: 28px;
    padding: 0 0 3px 10px;
        outline: none;
}

.recording_search_right_input input:focus {
    border: none;
    background: 0 0;
    box-shadow: none
}

.recording_search_right_input .recording_search_btn {
    background: #2c92e0;
    position: absolute;
    width: 43px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    top: -2px;
    left: 185px;
    z-index: 9
}

.recording_search_right_input .recording_search_btn:hover {
    background: #2C92E0
}


.recording_search_left_b {
    width: 150px;
    height: 30px;
    float: left;
    position: relative
}

.recording_search_left_b .fa {
    position: absolute;
    top: 3px;
    left: 10px;
    color: #2C92E0
}

.recording_search_left_b input {
    display: #000;
    background: #fff;
    height: 28px;
    width: 135px;
    padding: 7px 10px 7px 30px
}

.recording_search_left_b input:focus {
    box-shadow: none;
    border: solid 1px #ccc;
    background: #fff
}

.recording_search_left_c input[type=button] {
    border: none;
    background: #2C92E0;
    padding: 0 20px 0 20px;
    height: 28px;
    color: #fff
}

.recording_search_left_c input[type=button]:hover {
    background: #2883C9;
    color: #fff
}
.cat_list {
    display: -webkit-box;
    line-height: 30px;
    margin-bottom: 6px;
}

.cat_list_right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box
}

.cat_list_right ul li a {
    color: #2C92E0;
    width: 100%;
    display: block
}

.cat_list_right ul li.current a.cur {
    background: #2C92E0;
    color: #fff
}

.cat_list_right ul li a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #2883C9;
    color: #fff
}

.cat_list_right ul li {
   line-height: 30px;
    /*height: 30px;*/
    /* width: 80px; */
    text-align: center;
    margin: 8px 10px;
    padding: 0px 12px;
}

.table th, .table td {
    padding: 15px 10px;
    text-align: center;
}

#content ul {
    display: none;
}


.address_list a.chakan{
        border: 1px solid #1475B8;
    padding: 2px;
    margin-right: 2px;
}


.cat_list_ti_btn2 {
    color: #000
}

.cat_list_ti_btn1 {
    color: #e64d3b
}

.address_list .table {
    margin-bottom: 0
}

.address_list .table th {
    background: #d0d6db;
    width: 40px;
}

.table td,.table th {
    vertical-align: middle
}

.address_list {
    border: 1px solid #2C92E0
}

.address_list .table tbody tr.default td {
    color: #2883C9
}

.address_list .table tbody tr td.default {
    color: #2883C9
}

.edit-btn a {
    color: #454545;
    font-size: 16px
}

.address_list .table tbody tr.default .edit-btn a {
    color: #2883C9
}

.address_list_box {
    align-items: center;
    display: flex
}

.address_list_box div {
    -webkit-box-flex: 1
}

.address_list_box_left {
    text-align: center;
    margin-right: 8px
}

.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
    background-color: #C9E9FF
}


/*订单详情*/
.new-title{
    position: relative;
}
.new-title a.arrow{
       position: absolute;
    right: 29px;
    top: 14px;
    font-size: 23px;
    transition: right 1s;
    -moz-transition: right 1s;  /* Firefox 4 */
    -webkit-transition: right 1s;   /* Safari 和 Chrome */
    -o-transition: right 1s;
        width: 33px;
        padding-left: 20px;
}
.new-title a.arrow:hover{
    right: 20px;
}
.my_order_obligation_details{   
    width: 818px;
    height: 100%;
    margin: 0 auto;
    margin-top: 23px;
    border-radius:10px; 
    background: #f2f2f2;
    position: relative;
}
.my_order_obligation_details{   
    width: 818px;
    height: 100%;
    margin: 0 auto;
    margin-top: 23px;
    border-radius:10px; 
    background: #f2f2f2;
    position: relative;
    padding-top: 10px;
}

.my_order_obligation_details ul{
    width: 100%;
    height: 100%;
    padding: 27px 0;
    position: relative;
}
.my_order_obligation_details ul{
    width: 100%;
    height: 100%;
    padding: 2px 0;
    position: relative;
}
.getback {
    width: 128px;
    height: 33px;
    background: rgba(49, 126, 191, 0.7);
    position: absolute;
    border-radius: 7px;
    top: 0;
    right: 0;
}
.getback a{
    display: block;
    line-height: 33px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
.my_order_obligation_details ul li{
    display: flex;
    margin-left: 60px;
    margin-top: 10px;
}
.my_order_obligation_details ul li div{
    flex:1;
}
.my_order_obligation_details ul li  p{
    font-size: 14px;
    color: #666666;
}
.my_order_obligation_details ul li div p span{
    margin-left: 23px;
}
.my_order_btn_in{
    width: 100%;
    height: 100%;
    margin-top: 23px;
    float: left;
}

.my_order_btn_in .my_order_btn_in_box{
    width: auto;
    height: 100%;
    // background: red;
    float: right;
    margin-right: 35px;
}

.my_order_btn_in .my_order_btn_in_box p{
    float: left;
    display: inline-block;
    width: auto;
    height: 100%;
    font-size: 14px;
    line-height: 27px;
    margin-right:30px; 
    color: #bf3232;
}
.my_order_btn_in .my_order_btn_in_box p:last-child{
    margin-right:0px; 
}
.my_order_btn_in .my_order_btn_in_box button{
    padding: 5px 25px;
    outline: none;
    background: #317ebf;
    border: none;
    color: #fff;
    float: right;
    border-radius: 7px;
    cursor: pointer;
    margin-left: 20px;
}

/*收货地址*/

.d_inline_middle {
    display: inline-block;
    vertical-align: middle; 
     position: relative;
}

.f_size_medium {
    font-size: 1.1em;
}
.t_align_r {
    text-align: right;
}
.span2 {
    width: 140px;
}

.scheme_color{
    color: #1475B8;
    text-decoration: none;
}
.fa_add {
    position: absolute;
    color: #2C92E0;
    margin-top: 6px;
    left: 8px;
    z-index: 9;
    font-size: 14px;
    top:13px;
}
.nice-select {
    position: relative;
    background-color: #f5f7f8;
    cursor: pointer;
}
.nice-select input {
    display: block;
    width: 100%;
    outline: 0;
    border: solid #e4e4e2 2px;
    background-color: #F5F7F8;
    cursor: pointer;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    height: 12px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 13px;
    color: #555555;
    vertical-align: middle;
}
input:not([type="submit"]), textarea {
    background: #f5f7f8;
    padding: 7px 10px 7px 22px;
    height: 33px;
    color: #696e6e;
    border: 2px solid #e4e4e2;
    box-shadow: none;
    /* border: 2px solid #e4e4e2; */
    outline: none;
    resize: none;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*background-color: #ffffff;*/
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.nice-select ul {
    width: 182px;
    display: none;
    position: absolute;
    left: 0;
    top: 29px;
    overflow: hidden;
    background-color: #C9E9FF;
    max-height: 150px;
    overflow-y: auto;
    border: 2px solid #2C92E0;
    border-top: 0;
    z-index: 9999;
}
.nice-select ul li {
    height: 30px;
    overflow: hidden;
    padding: 0px 0px 0px 21px;
    cursor: pointer;
    font-size: 12px;
    font-family: verdana;
    line-height: 30px;
}
[class^="icon-"], [class*=" icon-"], .onShow, .onFocus, .onError, .onCorrect, .onLoad, .onTime {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.onError{
    line-height: 30px;
    background-color: #e74c3c;
    border: solid 1px #e74c3c;
    height: 30px;
    padding: 0px 5px;
    margin-left: 10px;
    color: #fff;
    position: absolute;
    display: inline-block;
    min-width: 100px;
    font-size: 12px;
        right: -120px;
    top: -1px;
    display: none;
}

.onShow i, .onFocus i, .onError i, .onCorrect i, .onLoad i, .onTime i {
    background: url(/public/inedx/image/ico.gif) no-repeat left top;
    width: 8px;
    height: 12px;
    display: block;
    left: -6px;
    top: 7px;
    position: absolute;
}
.onError:before {
    content: "\ea0d";
    margin-right: 5px;
}
.add_default{
    color: #1475B8;
}
.subbtn {
    min-width: 123px;
    padding: 8px 15px;
    color: #fff!important;
    background: #2C92E0!important;
    height: auto!important;
    padding: 7px 10px!important;
    border: 0;
    cursor:  pointer;
}
.address_list {
    border: 1px solid #2C92E0;
    /*margin-top: 20px;*/
}
.default {
    padding: 12px 0px;
    margin-bottom: 10px;
}
.address_list .table tbody tr.default td {
    color: #2883C9;
}
.text_address{
    width:382px;
    padding:1px 0px 0px 28px;
}
.address_list_box{
    display: none;
}
.address_list_box input{
    border: 0;
    cursor: pointer;
}
input.addClass-ubtn {
    background: #2C92E0;
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    display: block;
}

/*海运*/
/*my_sea*/
.my_sea{
    width: 100%;
    height: 100%;
    margin-left: 15px;
    margin-top: 10px;
}
.my_sea_top{
    width: 100%;
    height:30px; 
}
.my_sea_top h3{
    float: left;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.my_sea_top input{
    margin-left: 10px;
    width: 210px;
    height: 15px;
    border-radius:5px; 
    text-indent: 10px;
    outline: none;
    border: 1px solid #ccc;
    float: left;
}

.my_sea_top button{
    width: 81px;
    height: 100%;
    background: #317ebf;
    outline: none;
    border: none;
    border-radius: 5px;
    color: #fff;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.my_sea_main{
    width: 100%;
    height: 100%;
    margin-top: 45px;
}
.my_sea_main h3{
    margin-bottom: 11px;
    display: block;
    width: 100%;
    padding-left:10px; 
    height: 20px;
    font-size: 15px;
    font-weight: 400;
    border-left: 3px solid #317ebf;
}

.my_sea_main .my_sea_main_big{
    width: 100%;
    height: auto;
}

.my_sea_main .my_sea_main_big .my_sea_main_show{
    margin-left: 13px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    width: 150px;
    height: 28px;
    background: #317ebf;
    border: 1px solid #014680;
    float: left;
    margin-bottom: 10px;
}
.my_sea_main_message{
    margin-left: 13px;
    margin-top: 20px;
    width: 100%;
    height: 100%;
}


.my_sea_main_message table{
    width: 100%;
    height: 100%;
}

.my_sea_main_message table tr{
    text-align: center;
    height: 32px;
}



.my_sea_bottom{
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.my_sea_bottom h3{
    margin-bottom: 11px;
    display: block;
    width: 100%;
    padding-left:10px; 
    height: 20px;
    font-size: 15px;
    font-weight: 400;
    border-left: 3px solid #317ebf;
}

.my_sea_bottom .my_sea_bottom_show{
    margin-left: 13px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    width: 134px;
    height: 28px;
    background: #317ebf;
    border: 1px solid #014680;
}

.my_sea_bottom_text{
    width: 100%;
    height: 100%;
    background: red;
}
.my_sea_bottom_text div{
    width: auto;
    height: 100%;
    float: left;
}
.my_sea_bottom_text div p{
    width: auto;
    font-size: 15px;
    line-height: 22px;
    color: #666666;
}
.my_sea_bottom_text div p span{
    color: #333333;
    margin-left: 10px;
}


.my_sea_bottom_text_left{
    margin-left: 37px;
    margin-right: 100px;
}

/*忘记密码*/
.order_conn{
    margin-top:20px;
}
.order_conn li{
    display: none;
  ;
}
.order_conn li.active{
    display: block;
}
.order_conn .common .com_pay{
    padding: 10px 0;
    /*line-height: 63px;*/
}
.order_conn .common  span{
        width: 120px;
    float: left;
    color: #676767;
    line-height: 32px;
    padding-right: 20px;
    text-align: right;
        font-size: 14px;
}
.order_conn .common  input{
    width: 240px;
    height: 24px;
    line-height: 24px;
    padding: 3px 10px;
    color: #9A9A9A;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}
.order_conn .recharge p{
    padding: 20px 0;
        color: #666;
    font-size: 15px;
    margin-left: 40px;
    float: left;
}
.order_conn .common button{
    margin-left: 45px;
    margin-top: 10px;
    float: left;
    width: 136px;
    height: 32px;
    border: 1px solid #317ebf;
    color: #fff;
    background: #317ebf;
    border-radius: 5px;
    outline: none;
}


/*我的钱包*/
.ye-info{
    padding: 3px 8px;
    background: #edf7ff;
    color: #5f686f;
    font-size: 14px;
    margin-top: 20px;
}
.ye-info span{
    color: #bf3131;
    font-size: 20px;
}
.member_con{
    width: 100%;
    border: 1px solid #ccc;
    margin-top: 20px;
    padding-bottom: 10px;
}
.member_con .order_txt{
    width:100%;
}
.order_txt li{
    width: 33.33%;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    background: #ccc;
    cursor: pointer;
    border-right:1px solid #fff;
    box-sizing: border-box;
}
.order_txt li a{
    color: #555;
}
.order_txt li.active{
    background: #337ab7;
}
.order_txt li.active a{
     color: #fff;
}
.order_conn{
    margin-top:20px;
}
.order_conn li{
    display: none;
}
.order_conn li.active{
    display: block;
}
.order_conn .common .com_pay{
    padding: 10px 0;
    /*line-height: 32px;*/
}
.order_conn .common  span{
        width: 120px;
    float: left;
    color: #676767;
    line-height: 32px;
    padding-right: 20px;
    text-align: right;
        font-size: 14px;
}
.order_conn .common input{
    width: 240px;
    height: 30px;
    line-height: 24px;
    padding: 3px 10px;
    color: #9A9A9A;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}
.order_conn .recharge p{
    padding: 20px 0;
        color: #666;
    font-size: 15px;
    margin-left: 40px;
    float: left;
}
.recharge .payment_img{
    margin-left: 28px;
    overflow: hidden;
    float: left;
}
.recharge .payment_img a{
    width: 150px;
    float: left;
    margin-right: 8px;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #555;
}
.recharge .payment_img a:hover{
        border: 1px solid #f17700;
}
.recharge .payment_img a.paycur {
    border: 1px solid #f17700;
    background: url(/public/index/image/payway-btn.gif) no-repeat right bottom #fff;
    font-style: normal;
}
.order_conn .common button{
    margin-left: 45px;
    margin-top: 10px;
    float: left;
    width: 136px;
    height: 32px;
    border: 1px solid #317ebf;
    color: #fff;
    background: #317ebf;
    border-radius: 5px;
    outline: none;
}
.my_wallet_record{
    width: 100%;
    height: 100%;
    margin-top: 31px;
}
.my_wallet_record h4 {
    font-size: 18px;
    font-weight: 400;
}
.my_wallet_record table {
    width: 100%;
    height: 100%;
    margin-top: 27px;
    border: 1px solid #bbbbbb;
}
.my_wallet_record table tr {
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #666666;
}
.my_wallet_record table tr th {
    height: 40px;
    background: #f2f2f2;
    font-weight: 400;
    text-align: center;
}
.my_wallet_record table tr td {
    height: 30px;
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
}
/*详情付款方式*/
.my_wallet_recharge_box{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.my_wallet_recharge_box_in{
    width: 1064px;
    height: auto;
    margin: 100px auto;
    padding-bottom: 50px;
    background: #fff;
}
.my_wallet_recharge_box_in h4{
    display: block;
    width: auto;
    height: 60px;
    font-size: 21px;
    padding-left: 30px;
    line-height: 60px;
    background: #f2f2f2;
    font-weight: 400;

}
.my_wallet_recharge_box_in h4 a{
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin:10px 20px; 
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    float: right;
    color: #9b9b9b;
}
.my_wallet_paid{
    width: 100%;
    height: 46px;
    margin: 15px 0;
}
.my_wallet_paid b{
    margin-left: 10px;
    font-weight: 400;
    line-height: 61px;
    font-size: 15px;
    color: #666666;
    margin-right: 20px;
}
.my_wallet_paid input{
    position: absolute;
    clip: rect(0, 0, 0, 0);
    outline: none
}
.my_wallet_paid h4{
    float: left;
    margin-left: 100px;
    background: #fff !important;
    display: inline-block;
    font-size: 18px !important;
    color: #333333 !important;
}
.my_wallet_paid div{
    float: left;
    margin-right: 5px;
}
.checkboxThree{
    margin-top: 20px;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.checkboxThree label{
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1; 
}

.checkboxThree input[type=radio]:checked + label{
    background: #317ebf;
}
.my_walleta_pid_main_money{
    margin-top: 20px;
    float: left;
    width: 100%;
    height: auto;
    font-weight: 400;
    line-height: 30px;
    margin-left: 131px;
    font-size: 18px;
}
.my_walleta_pid_main_money input{
    width: 293px;
    height: 30px;
    border-radius:5px;
    border: 1px solid  #cdcdcd;
    text-indent: 10px;
    outline: none;
    color: #666666;
    margin-left: 7px;
}

.my_wallet_recharge_box_in_btn{
    clear: both;
    width: 330px;
    height: 30px;
    margin: 0px auto;
}

.my_wallet_recharge_box_in_btn button{
    margin-top: 15px;
    background: red;
    float: left;
    width: 120px;
    height: 30px;
    margin-right: 45px;
    border: 1px solid #317ebf;
    color:#fff;
    background: #317ebf;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

/*扫微信*/
.wx_shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
}
    .CustomWindowUI_modal {
    width: 520px;
    padding-bottom: 52px;
    background-color: #ffffff;
}
.CustomWindow_content {
    position: absolute;
    z-index: 1901;
}
.CustomWindowUI_modal_header a {
    background: url(../image/close.png) no-repeat;
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 19px;
}
.CustomWindowUI_modal_header {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #009FD9;
    padding: 0 20px;
}
#paye{
width: 380px;
 display: block; 
 position: fixed; 
 top: 50%; 
 left: 50%; 
 transform: translate(-50%, -50%);
}
    
.modal_cz {
    text-align: center;
    padding: 10px 0;
    background: #fff;
}
.modal_cz p {
    color: #656565;
    font-size: 15px;
    line-height: 28px;
}

/*线下银行转账*/
#wrap{
    margin-top:20px; 
}
#wrap .order_succeed{
    width: 80%;
    height: auto;
    margin: 50px auto;
    background: #63a56e;
    min-height: 300px; 
    text-align: center; 
    position: relative; 
    border: 1px solid #000;
    color: #333;
}
#wrap .order_succeed div{
    position: absolute; 
    width: 100%; 
    height: auto;   
    text-align: center;
    top: 50%; 
    left: 50%;  
    transform: translateX(-50%) translateY(-50%);
}

#wrap table{
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
#wrap table tr>th{
    width: 100%;
    height: 42px;
    font-weight: 400;
    font-size: 20px;
}
#wrap table tr>td{
    height: 30px;
    text-align: center;
}

#wrap .photo{
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

#wrap .show{
    width: 80%;
    height: auto;
    margin: 30px auto;
    text-align: center; 
    color: #333;
}
#wrap .show .show_box{
    width: 100%;
    height: 100%;
}
#wrap .show .show_box ul{
    overflow: hidden;
    width: 100%; 
    height: auto;   
    border: 1px solid #000;
}


#wrap .show .show_box ul li{
    min-height: 150px; 
    width: 33.33333333333%;
    box-sizing:border-box;
    height: 100%;
    float: left;
    border-right:1px solid #000;
    border-top:1px solid #000;
    position: relative;
}
#wrap .show .show_box ul li:nth-child(3n+3){
    border-right:0;
}
#wrap .show .show_box ul li:nth-child(1),
#wrap .show .show_box ul li:nth-child(2),
#wrap .show .show_box ul li:nth-child(3){
    border-top:0;
}


#wrap .show .show_box ul li div{
    position: absolute; 
    width: 100%; 
    height: auto;   
    text-align: center;top: 50%; 
    left: 50%;  
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}



#wrap .btn_order{
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
#wrap .btn_order button{
    outline: none;
    border: 0;
    padding:10px 20px;
    margin-left: 7%;
    float: right;
    cursor: pointer;
}

#wrap .my_life_certificate_img{
    width: 30%;
    height: 150px;
    margin: 0 auto;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #999999;

}

#wrap .my_life_certificate_img a{ 
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    border-radius: 0;
    background-color: #fff;     
}
#wrap .my_life_certificate_img a span{
    line-height: 152px;
    font-size: 29px;
    font-weight: 200;
    color: #317ebf;
}
#wrap .a-upload {
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

#wrap .a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}
#wrap .img_tu .image-item{
    width: 300px;
    margin: 20px auto;
}

/*创建订单页面*/
.shipment_list{
    margin-top: 30px;
}
.shipment_list .found_span{
    font-size: 15px;
    line-height: 35px;
    width: 150px;
    text-align: right;
}
.shipment_list .attention{
        margin-left: 5px;
 /*   display: inline-block;
    float: left;*/
    width: auto;
    height: auto;
    color: #f02900;
    font-size: 14px;
        margin-top: 6px;
}
.shipment_list .departure{
    width: 200px;
    height: 30px;
    outline: none;
    text-indent: 5px;
    border-radius: 5px;
}

.order_address_list{
    width: 100%;
    margin-top:20px; 
}
.order_address_list li{
        position: relative;
    line-height: 25px;
    padding-left: 10px;
    border: 1px solid #fff;
        cursor: pointer;
}
.order_address_list li:hover{
    background-color:#c5e4ff;
        cursor: pointer;
}
.order_address_list li input {
    position: relative;
    top: 5px;
    left: 0px;
}
.order_address_list li label{
    display: block;
}
.order_address_list li .add_top{
    width: 60px;
    display: inline-block;
}
 .order_address_list li .add_top span{
    display: none;
 }
.order_address_list li .add_details{
    width:543px;
    display: inline-block;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
line-height: 12px;
}
.order_address_list li a{
    float: right;
    color: red;
    margin-right:20px; 
    display: none;
    margin-top: 20px;
}
.order_address_list li.selected{
    border-color: #c5e4ff;
    background-color:#317ebf;
    margin: 5px 0 7px;
    line-height: 32px;
    -webkit-box-shadow: 5px 5px 0 #f3f3f3;
    box-shadow: 5px 5px 0 #f3f3f3;
    color:#fff;
}
.order_address_list li.selected  input{
    top: 3px;
}
.order_address_list li.selected .add_top span{
    display: block;
 }
.order_address_list li.selected a{
    display: block;
 }
 #order_form .click_on{   
    margin: 0px auto;
    width: 305px;
    height: 32px;
}
#order_form .click_on button,#order_form .click_on span{
    float: left !important;
    margin: 10px 10px 0;
    width: 128px;
    height: 100%;
    background: #317ebf;
    outline: none;
    border: none;
    border: 1px solid #317ebf;
    border-radius: 5px;
    color: #fff;
    cursor:pointer;
        text-align: center;
    line-height: 30px;
}

/*下单地址*/
.my_address_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    top: 0px;
}
.modifier_shadow{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    top: 0px;
}
.modifier_change_email{
    width: 1064px;
    height: 544px;
    margin: 100px auto;
    background: #fff;
}
.modifier_change_email h4{
    display: block;
    width: auto;
    height: 60px;
    font-size: 21px;
    padding-left: 30px;
    line-height: 60px;
    background: #f2f2f2;
    font-weight: 400;
}
.modifier_change_email h4 a{
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin:10px 20px; 
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    float: right;
    color: #9b9b9b;
}


.modifier_change_email_box{
    width: 910px;
    margin: 0px auto;
    padding-left: 40px;
    padding-top: 21px;
}

.modifier_change_email_box .fill{
    width: 100%;
    height: 100%;
    margin-top: 11px;
    display: flex;
    color: #666666;
    font-size: 15px;
}
.modifier_change_email_box .fill .fill_input{
    flex:1
}
.modifier_change_email_box .fill .fill_input input{
    width: 294px;
    height: 30px;
    outline: none;
    border: 1px solid #ababab;
    margin-left: 20px;
    color: #666666;
    text-indent: 5px;
}
.modifier_change_email_box .fill .fill_input b{
    font-weight: 400;
    color: #666666;
    font-size: 13px;
    margin-left: 10px;
}
.modifier_change_email .fill_text{
    width: 847px;
    height: auto;
    margin-top: 15px;
    margin-left: 0px !important;
    float: left !important;
}

.modifier_change_email .fill_text span{
    float: left !important;
    margin-left: 8px !important;
    font-size: 17px;
    color: #666666;
    margin-right:0px !important;

}
.modifier_change_email .fill_text textarea{
    color: #666666;
}
.modifier_change_email .click_on{   
    margin: 0px auto;
    margin-top: 180px;
    width: 305px;
    height: 32px;
}
.fill_text textarea{
   margin-left: 20px;
    width:702px;
    outline: none;
    resize:none;
    padding: 10px 10px;
    height: 70px;
}
.modifier_change_email .click_on button,.modifier_change_email .click_on span{
    float: left !important;
    margin: 10px 10px 0;
    width: 128px;
    height: 100%;
    background: #317ebf;
    outline: none;
    border: none;
    border: 1px solid #317ebf;
    border-radius: 5px;
    color: #fff;
    cursor:pointer;
        text-align: center;
    line-height: 30px;
}
.modifier_change_email .click_on .modifier_on{
    float: right !important;
}


/*唛头注意事项*/

.my_life_information{
    width: 100%;
    height: 100%;
    margin-bottom: 35px;
}
.my_life_information_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f2f2f2;
    border-radius:10px; 
    padding: 25px 0;
    margin-top: 15px;
    position: relative;
}
 .my_life_information_box div a{
    margin-left: 0 !important;
}
.getback {
    width: 128px !important;
    height: 33px !important;
    background: rgba(49, 126, 191, 0.7) !important;
    position: absolute !important;
    border-radius: 7px !important;
    top: 0 !important;
    right: 0 !important;
}
 .getback a {
    display: block !important;
    line-height: 33px !important;
    font-size: 17px !important;
    color: #fff !important;
    text-align: center !important;
}
.my_life_information_box div{
    margin: 7px 0 0px 30px !important;;
}

.my_life_information_box div p {
    line-height: 45px !important;
    font-size: 15px;
}


/*公告*/
 .new_samll{

    bottom: 0;
    /*right: 0;*/
    left:0;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    cursor: pointer;
}
.new_samll img{
    width: 100%;
}
.new{
    position: fixed;
    top: 30%;
    left: 31%;
    width: 630px;
    /*height: 368px;*/
    border: 3px solid #ff6600;
    background: #fff;
    z-index: 9999;
    padding-bottom: 10px;
}
.new .new_title{
    position: relative;
    margin-top: 12px;
    margin-left: 20px;
    width: 523px;
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
}
.new .new_title p{
    color: #ff6600;
    font-size: 16px;
    
}
.new .new_title p span{
    color: #666666;
    font-size: 14px;
    margin-left: 8px;
}
.new .new_title .btn_no{
    width: 33px;
    height: 33px;
    position: absolute;
    right: -59px;
    top: 2px;
}
.new .new_title .btn_no img{
    width: 100%;
}


.new .new_text h2{
    padding: 6px 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.new .new_text .new_content{
    margin: 20px auto;
    padding: 6px 10px;
    width: 477px;
    border:1px solid #fd9b59;
}
.new .new_text .new_content p{
    font-size: 14px;
    color: #ff0000;
    line-height: 23px;
    text-indent: 23px;
}
.new .new_text .p1{
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

/*右侧业务员*/
#com_clerk{
        width: 350px;
        position: fixed;
        top: 0px;
        z-index: 10;
        right: 0px;
        transition: right 1s;
        -moz-transition: right 1s;  /* Firefox 4 */
        -webkit-transition: right 1s;   /* Safari 和 Chrome */
        -o-transition: right 1s;    /* Opera */
    }
    .con_title{
        width: 35px;
        font-size: 35px;
        background: #317ebf;
        padding: 5px;
        border-radius:9px 2px 2px 9px;
        color: #e0e0e0;
        float: right;
        cursor: pointer;
        margin-top:100px;

    }
    .con_ul{
        float: right;
        width: 300px;
        background: #317ebf;
        border-radius:5px 0px 0px 5px;
    }
    .con_ul h3{
        text-align: center;
        font-size: 26px;
        line-height: 30px;
        color: #ffffff;
        background: #317ebf;
    }
    .con_ul ul{
        margin: 10px;
        background: #fff;
        padding-bottom: 10px;
        /*padding-top: 10px;*/
        border-radius:5px 0px 0px 5px;


    }
    .con_ul ul li{
        
        border-bottom: 1px solid #ccc;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
    } 
    .con_ul ul li img{
        height: 80%;
            vertical-align: middle;
    display: inline-block;

    }
    .con_ul ul li a{
        display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #317ebf;
    font-weight: 700;
    }
    .con_ul span{
        display: inline-block;
        width: 65px;

    }
    .close{
    float: right;
    font-size: 21px;
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    }



/*仓库移动集运*/
    .war_hide{
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.3);
        top:0;
        left: 0;
    }
    .war_hide .war_comm{
        width: 700px;
        /*height: 500px;*/
        background: #fff;
        position: absolute;
        top:0;
        left: 50%;
        /*margin-top: -350px;*/
        margin-left: -350px;
    } 
    .war_comm .war_title{
        height: 50px;
        line-height:50px;
        background:#009FD9; 
        font-size:16px;
        padding: 0 20px;
        color: #fff;
    }
    
    .war_comm .war_title .close{
        background: url(/public/index/image/close.png) no-repeat;
        width: 12px;
        height: 12px;
        float: right;
        margin-top: 19px;
    }

    .war_hide .war_content{

    }
    .war_hide .war_content li{
        width: 50%;
        float: left;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 14px;
        background: #ccc;
        color:#555;

    }
    .war_hide .war_content li.active{
        background: #317ebf;
        color: #fff;
    }
    .war_hide .war_select li{
        width: 50%;
        float: left;
        margin-top: 11px;
        padding: 2px;
        cursor: pointer;
        box-sizing: border-box;
        height: 100px;
    }
    .war_hide .war_select li.active{
        background: #e4eaec;
    }
    .war_hide .war_select li dt{
        width: 80px;
        float: left;
        margin-right: 12px;
        margin-left: 10px;
        height: 80px;
    }
    .war_hide .war_select li dt img{
        width: 100%;
    }
    .war_hide .war_select p{
        text-align: center;
        line-height: 40px;
        font-size: 20px;
    }
    .war_hide .war_select .war_select_com{
        display: none;
    }
    .war_hide .war_select .war_select_com.active{
        display: block;
    }
    .war_pass{
        position: absolute;
        left: 50%;
        top:50%;
        width: 200px;
        margin-left:-100px;
        background: #fff; 
    }
    .war_pass .war_pass_tex{
        height: 35px;
        padding: 0;
        margin: 14px 0 0 14px;
        padding-left: 10px;
    }
