/*轮播图*/
.item img{
    display: block;
    width:100%;
    height:560px;
}
label { font-weight: normal !important; }
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-left: 0px!important;
    padding-right: 0px!important;
}*/
/*轮播去除阴影*/
.carousel-control.left { 
	background-image:none; 
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); 
} 
.carousel-control.right { 
	left: auto; 
	right: 0; 
	background-image:none; 
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); 
} 
/*轮播加视频*/
.yc{
	display: none;
}
.xs{
	display:block;
}
/*.banner-video{
	width:31.6%;
	height:auto;
	position: absolute;
	top: 29.2%;
	left: 14.6%;
	z-index: 999;
}*/
#bannerVideo{
	width:100%;
	height:100%;
	border-left:3px solid #ffe08e;
	border-right:3px solid #ffe08e;
	border-bottom:2px solid #ffe08e;
	border-top:2px solid #ffe08e;
}

.mb{
	position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(0,0,0,.3);
}
.video-fix{
	width: 35%;
    position: fixed;
    top: 41%;
    left: 28%;
}
.video-fix video{
	width:100%;
	height:auto;
}
.change{
	position: relative;
}
.change span{
	display: inline-block;
	padding:5px;
	position: absolute;
    right: -33px;
    top: -36px;
    font-size: 30px;
    cursor: pointer;
}
/*.video-mb{
	width:31.6%;
	height:auto;
	position: absolute;
	top: 29%;
	left: 14.6%;
	z-index: 999999;
	background-color: #f00;
	cursor: pointer;
}*/
.video-mb img{
	display: block;
	width:100%;
	height:100%;
	border:2px solid #ffe08e;
}
.z-detail{
	padding:30px 0 40px 0;
	background-color: #faf2e9;
}
.z-detail dl{
	float:left;
	width:12.5%;
	text-align: center;
	position: relative;
	z-index:100;
}
.z-detail dl .z-title{
	margin:20px 0 10px 0!important;
	color:#000!important;
	font-size:1rem!important;
	font-weight: bold!important;
}
/*.z-detail dl dt img{
	width:3.05rem;
	height:3.05rem;
}*/
.z-detail dl dd{
	font-size:0.7rem;
	color: #474642;
}
.clear{
	
	display: block;
	clear: both;
	overflow: hidden;
	content: '';
}
.line{
	width: 92%;
	margin: 0 auto;
}
.t-detail{
	width:90%;
	height:2px;
	background: #f6d2c5;
	position: relative;
	top:26px;
	left:5%;
}
.arrow-prev{
	display: inline-block;
	background: url('../images/icon_02.png') no-repeat;
	width: 2.89rem;
	height: 5.27rem;
	background-size:cover;
	position: absolute;
	z-index: 999999;
	top:40%;
	left:43%;
	display: none;
}
.arrow-next{
	display: inline-block;
	background: url('../images/icon_02.png') -2.89rem 0 no-repeat;
	width: 2.89rem;
    height: 5.27rem;
    background-size:cover;
    position: absolute;
    z-index: 999999;
    top: 40%;
    right: 43%;
    display: none;
}
.slide:hover .arrow-prev{
	display: block;
}
.slide:hover .arrow-next{
	display: block;
}
/*红包*/
.detail{
	background:url('../images/video1.jpg') repeat;
	width: 100%;
}
.hongbao img{
	display: block;
	width:100%;
}
/*新增*/
.audio{
	width:60%;
}
.easy-item{
	width:20%;
	margin-top:4.8rem; 
	padding-left: 14px;
}
.audio h3{
	text-align: center;
	color:#fd671a;
}
.easy-img{
	width:23%;
	margin-top:0.5rem;
}
.easy-img img{
	display: block;
	width: 100%;
	height:100%;
}
.easy-item li{
	margin-bottom: 2.3rem;
}
.easy-text{
	width:75%;
	padding-left:10px;
}
.easy-text1{
	width:70%;
	text-align: right;
	padding-right:10px;
}
.easy-text h4,.easy-text1 h4{
	color:#fd671a;
	font-size:0.89rem;
	font-weight:bold;
}
.easy-text p,.easy-text1 p{
	color:#474642;
	font-size:0.72rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.easy-operate{
	margin-top:30px;
}
/*视频*/
.easy1 i,.easy2 div{
	font-size:13px;
	color:#474642;
}
.easy1 img,.easy3 img{
	position: relative;
	top:2px;
	width:100%;
	height:100%;
	display: inline-block;
	
}
.japan,.japan1{
	margin-top:93px;
}
.japan .easy2,.japan1 .easy2{
	width:60%;
}
.change{
	text-align: right;
	padding-right:5px;
}
.easy2 h4{
	color:#fd671a;
	font-size:0.89rem!important;
	font-weight: bold;
}
.operate{
	padding:3.35rem 0;
}
.mg4{
	margin-bottom:25px;
}
.wrz{
	text-align: center;
	font-size:1.67rem!important;
	color:#fd671a;
}
.video1 video{
	width:100%;
	height:100%;
}
.easyo{
	padding-top:19px;
	text-align: right;
	padding-right:5px;
}
h3{
	margin-bottom: 20px;
	font-weight: bold;
	font-size:1.67rem;
}
.yjcz1 .easy3{
	margin-left: 10px;
}
.yjcz .easy3{
	margin-right: 15px;
}
.bg1{
	text-align: center;
	padding-bottom: 40px;
}
.moredetail{
	margin:0 auto;
}
.moredetail li{
	display: block;
	float: left;
	width:20%;
	text-align: center;
	margin-bottom:20px;
}
.moredetail li dl dt{
	height:70px;
	line-height:70px;
}
.text1{
	font-size:0.9rem;
	color:#474642;
	margin-bottom:10px;
	font-weight: bold;
}
.text2{
	font-size:0.61rem ;
	color:#999;
}
.recommend{
	margin:30px 0 60px 0;
	font-size: 0.85rem;
}
.bgup{
	background: url('../images/video2.png') repeat-x;
	width:100%;
	height:15px;
}
.bgdown{
	background: url('../images/zylc1.jpg') repeat-x;
	width:100%;
	height:40px;
}
.bg{
	/*background: url('../images/zylc.jpg') repeat;*/
	width:100%;
}

.line li{
	float:left;
	
}
.line span{
	display: inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align: center;
	border:1px solid #999;
	color:#666;
	border-radius: 50%;
	font-size: 1.2rem;
}
.line1{
	display: inline-block;
	width:10%;
	height:1px;
	background-color: #999;
	text-align: center;
	position: relative;
	top:16px;
}
.circle{
	width:12%;
	text-align: center;
}
.bg1 h3{
	color:#000;
}
/*专线商品计算*/
/*tr,td{
	border:1px solid white;
}*/
tr,td{
	border:1px solid #ccc;
}
td{
	width: 8%;
	/*color:#999;*/
	font-size:0.67rem;
	text-align: center;
	vertical-align:middle!important;
}
.font-top td{
	font-size: .6rem;
	font-weight: 900;
}
.hong{
	color:#e62019;
	font-weight: 600; 

}
.goodjsq{
	padding-bottom: 30px;
}
.goodsjs{
	padding: 70px 0 50px 0;
    text-align: center;
    font-size: 1.3rem;
    font-weight: lighter;
}
.goodsjs b{
	font-size: 1.5rem;
    color: #474642;
    font-weight: bold;
}
.goodsjs span{
	font-size: 0.85rem;
    color: #474642;
}
.goodsjs i{
	color:#FD671A;
}
.try td{
	border: none;
}
.try-left{
	width: 80%;
	height: 70px;
	/*border: 1px solid #ccc;*/
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.try-right{
	width: 48%;
	height:70px;
	 margin-right: 8px;
	float:right;
	display: flex;
	align-items: center;
}
.try-left input{
	width: 90%;
	height: 70%;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.try-foot{
	width: 67%;
	height: 60px;
	float: right;	
}
.try-foot p{
	color: #999;
	font-size: .7rem;
	float: right;
	line-height: 200%;
}

/*.goods{
	border: 1px solid #ccc;
}*/
.goodsl .form-group,.goodsn .form-group {
	width: 80%;
	height: 50px;
	line-height: 50px;
	/*float: left;*/
}
.goodsl input,.goodsn input{
	font-size:0.67rem;
	width:95%;
	height:35px;
	/*line-height: 35px;*/
	border:1px solid #ccc;
	outline: none;
	border-radius: 5px;
	text-indent: 10px;
}
.form-control{
	width:70%;
}
.tab tr{
	height:70px;
}
.top-all{
	width: 98%;
	margin:0 auto;
	margin-top: 10px;
	
	overflow: hidden;
}
.sear{
	float: left;
	width: 80%;
}
.sear input{
	width:95%;
	height: 50px !important;
	border: 1px solid #ccc;
	text-align: left;
	border-radius: 5px; 
}
.start{
	color: white;
	background-color: #ff6600;
	float: left;
	width: 15%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 13px;
	font-size: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.start1{
	color: white;
	background-color: #ff6600;
	float: left;
	width: 80%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 13px;
	font-size: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.glyphicon-play{
	font-size: .1rem !important;
	margin-left: 10px;
}
.foot-all{
	width: 98%;
	height: 138px;
	margin: 0 auto;
	margin-top: 15px;
}
.addline{
	height: 150px;
	width: 100%;
}
.sh_tp{
	width: 11%;
	height: 120px;
	border-radius: 5px;
	margin-left: 20px;
	line-height: 120px;
	text-align: center;
	float: left;
	color: #aaa;
	font-size: 16px;
	position: relative;
}
.sh_tp img{
	position: absolute;
	top: 0;
	left: 0;
	
}

.zhong{
	height: 40px !important;
	float: left;
	width: 11%;
	margin-top: 42px; 
	
}
.zhong input{
	width: 80%;
	height:80%;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #333;
	text-align: center;
}
.tdd{
	width: 1%;
	color: #ccc;
	font-size: 18px;
}
.action{
	font-size:0.67rem;
	color:#333;
	text-align: left;
	padding-top:10px;
	/*padding-left:20px;*/
	padding-bottom: 10px;
	width: 62%;
	height: 140px;
	/*border: 1px solid #ccc;*/
	float: left;
	margin-left: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}
.action-left{
	width: 20%;
	height: 100%;
	color: #aaa;
	font-size: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.action-right{
	width: 40%;
	
	color: #aaa;
	font-size: 17px;
	float: left;
	
}
.zhen{
	width: 70%;	
	
	font-size: 17px;
	float: left;
	display: none;
}
.del{
	display: inline-block;
	color: #f00;
    padding: 15px;
    cursor: pointer;
}
.btn{
	/*background-color: #fd671a;*/
	border-radius: 5px;
	color:#fff;
}
.btn:hover{
	background-color: #31b0d5;
	color:#fff;
}

.glyphicon-triangle-right{
	color:#fff;
	font-size:0.56rem;
	padding-left: 5px;
}
.tab tr td input{
	display: inline-block;
	text-align: left;
	color: #555;
}
.btn1 button{
	border:1px solid #f00;
	border-color: #f00;
    border-radius: 15px;
    color: #f00;
    margin-right: 10px;
    background-color: #fff;
    padding: 4px 12px;
    outline: none;
}
.rzw_yfjs_left{
	border:1px solid #ccc;
	height:185px;
	border-right:none;
	padding-top:30px;
}
/*.form-group{
	text-align: center;
}*/
.form-group input{
	display: inline-block;
	text-align: left;
	margin-left: 20px;
}
.fyjs_sumbit input{
	display: block;
    margin: 0 auto;
    border: none;
    padding: 9px 24px;
    background-color: #fd671a;
    color: #fff;
    border-radius: 35px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: bold;
}
th{
	text-align: center;
	width:16.6%;
}
.charge{
	margin-bottom: 20px;
	text-align: center;
}

.charge i{
	color:#fd671a;
	font-weight:bold;
}

.rzkj{
	color:#fd671a;
	font-weight:bold;
}
/*为什么选择日转网*/
.lw-kv { width:100%; height:566px; position:relative;background:url(../images/why.jpg) repeat; }
/*.lw-kv-w1680 { width:100%; height:566px;} */
/*kv-02*/
.lw-swiper-container-kv-02{ width:100%; height: 566px;}
.lw-swiper-container-kv-02 .lw-pagination-kv-02 { position: absolute; z-index: 20; right: 18%;top: 214px; }
.lw-swiper-container-kv-02 .lw-pagination-kv-02 span { width:16px; height:16px; display:block; background-color:#fff; margin-bottom: 20px;
border-radius: 50px; -moz-border-radius: 50px ; -webkit-border-radius: 50px ; position:relative; }
.lw-swiper-container-kv-02 .lw-pagination-kv-02 span.swiper-pagination-bullet-active ,
.lw-swiper-container-kv-02 .lw-pagination-kv-02 span.swiper-visible-switch { background-color:#9e0000; } 
.lw-swiper-container-kv-02 .lw-pagination-kv-02 span em { width:100px; height:16px; position:absolute; top:-1px; left:26px; font-size: 0.78rem; }  

.swiper-slide { position:relative; height:566px; overflow:hidden; text-align: center; }
.slide-title { width:100%; height:140px; text-align: center; position:absolute; top:36px; left:0px; } 
.slide-title h4 { font-size: 1.77rem; font-weight:bold;color:#fd671a; } 
.slide-title h5 { font-size: 0.88rem; line-height: 34px; font-weight: normal; text-shadow: 0 -1px 0 #eee;-webkit-text-shadow: 0 -1px 0 #eee;-moz-text-shadow: 0 -1px 0 #eee; }
.slide-list h4 { font-size: 1.77rem; font-weight: bold; }
.slide-list dl { line-height: 38px; }
.slide-list dl dt { font-size: 0.78rem; padding-top: 6px; text-align: left;}
.slide-list dl dt b,.slide-list dl dd b{font-size:1rem;font-weight:bold;color:#fd671a;}
.slide-list dl dd { font-size:  0.78rem;color:#333;line-height:30px;text-align: left; text-shadow: 0 -1px 0 #eee;-webkit-text-shadow: 0 -1px 0 #eee;-moz-text-shadow: 0 -1px 0 #eee;}
a.slide-more { width:auto; height:38px; line-height: 38px; color:#a8a8a8; display:block; padding:0 20px; background-color: #fff; font-size: 14px;
border-radius: 20px; -webkit-border-radius: 20px; =moz-border-radius: 20px; position:absolute; top:408px; left:990px; }


.swiper-slide-02 img.kv-02-img { position:absolute; top:68px; left:446px; } 
.swiper-slide-03 img.kv-02-img { position:absolute; top:154px; left:265px; } 
.swiper-slide-04 img.kv-02-img { position:absolute; top:106px; left:38px; } 
.swiper-slide img.kv-02:hover { transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1); -webkit-transform: all 1s ease 0s; }

/*计算器*/
.tool_left .form-group { text-align: center; }
.tool_left .form-group input { display: inline-block; text-align: center; }

.jgsh{
	margin-top:120px;
}
.jgsh img{
	display: block;
	width:100%;
	background-size: cover;
	padding-left:10px;
}
.cheap{
	text-align: left;
}
.way-item{
	margin-top:200px;
}
.way-item li{
	float:left;
	width:14%;
	text-align: center;
	position: relative;
	margin:0 1%;
}
.font-b{
	margin-top:20px;
	font-weight:bold;
	line-height:33px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eline{
	position: absolute;
	top:133%;
}
.eline1{
	position: absolute;
	top:137%;
}

.eline3{
	position: absolute;
	top:130%;
}
.eline4{
	position: absolute;
	top:100%;
}
.desciption-d{
	text-align: center;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ovck{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.ky{
	margin-left:21%;
}

.emsh1 img{
	display: block;
	width: 87%!important;
	margin-left:3%
	
}
.emsh:hover,.specialty-img:hover,.specialty-img1:hover{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transition: all 0.5s;
	-moz-transition: all 0.5s;	/* Firefox 4 */
	-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
	-o-transition: all 0.5s;	/* Opera */
    cursor: pointer;
}

.emsh img{
	display: block;
	width:100%;
	background-size:cover;
}
.company{
	margin-top:60px;
	font-size:1rem;
	width:75%;
	text-align: center;
}
.cheap-detail{
	margin-top:180px;
	padding-left:3%;
}
.specialty{
	margin-top:12.77rem;
}

.specialty h3{
	text-align: left;
}
.specialty dl dd{
	font-size:0.94rem;
}
.specialty-img{
	margin-top:12.77rem;
}
.specialty-img img{
	display: block;
	width:100%;
	background-size:cover;
}
.specialty2{
	position: absolute;
	bottom:100px;
	left:10%;
}
.specialty-img1{
	margin-top:12.77rem;
}
.specialty-img1 img{
	display: block;
	width:100%;
	background-size:cover ;
}
.bgtop1{
	background: url("../images/why2.png");
	width: 100%;
	height:49px;
	position: absolute;
	top:-22px;
}
.bgdown1{
	background: url("../images/why1.jpg");
	width: 100%;
	height:40px;
}
/*看日淘攻略*/
.rtgl{
	background: url("../images/rtgl.jpg") repeat;
	width:100%;
	height:100%;
	padding:20px 0;
}
.ritao{
	text-align: center;
}
.arrow{
	text-align: right;
	padding:10px 0;
}
.icon-jiantou1-copy{
	font-size:25px!important;
}
.active-item{
	margin-top:70px;
	cursor: pointer;
}
.active-item li:last-child{
	border-right:1px solid #999;
}
.ritaos dl{
	padding:20px 0;
}
.active-item li dl dd{
	text-align: center;
	font-weight:bold;
	font-size:1rem;
	margin-top:10px;
}
.active-item li dl dt{
	text-align: center;
}
.active-item li dl{
	background: url("../images/rt.jpg") repeat;
	width:100%;
	height:auto;
}
.active-item p{
	text-align: left;
}
.ri-detail{
	padding:0 6%;
	padding-top:40px;
	background: url("../images/rd.png") repeat;
}
.ri-detail a{
	display: block;
	font-size:0.75rem;
	 margin: 0 0 18px;
	 color:#333;
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.rzw2 p {
    margin: 0 0 0px;
}
dl{
	margin-bottom:0;
}
/*.ritaoh:hover{
	position: absolute;
	z-index:10000;
	-webkit-transform:scale(1.00);
    -moz-transform:scale(1.00);
    transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
    cursor: pointer;
}*/
#mui-mun{
	width:100%; 
	height:530px; 
}
.can{
	width:30%;
	height:530px;
	position:relative; 
	transition:.5s;
}
.can:hover{
	 width:32%;
	 height:540px; 
	 margin:-10px 0 0 -10px;
}





.ritaoh{
	position: relative;
	z-index: 100;
	box-shadow: 0 0 20px rgba(0,0,0,0.3); 
	background: url('../images/glass_03.png') repeat;
	width:100%;
	height:530px;
}
.ritaoh .ri-detail1{
	padding:6%  6% 0 6%;
}
.ritaoh .ri-detail1 a{
	display: block;
	margin:7px 0!important;
	color:#333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.ri-detail2{
	border-bottom:1px solid #ddd;
	padding-bottom: 4px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2!important;
	overflow: hidden;
}
.ritaos{
	border:1px solid #999;
	border-right:none;
	height:530px;
}
.bggl{
	background: url('../images/hh_02.jpg') no-repeat;
	width:100%;
	height:48px;
}
.bgsdq{
	background: url('../images/sdq_02.jpg') no-repeat;
	width:100%;
	height:48px;
}
.bgsdqd{
	background: url('../images/sdq_04.png') no-repeat;
	width:100%;
	height:48px;
}
/*热门代购商家*/
.hot-seller{
	background: url("../images/dgsj.jpg") repeat;
	width:100%;
	height:auto;
}
.seller-pic{
	margin:0 10%;
	padding-top:20px;
}
.seller-pic li a img{
	display: inline-block;
	width:100%;
}
.seller-pic li a{
	display: block;
	border:1px solid #999;
	border-right:none;
	padding:10px 0;
}
.seller-pic li a:last-child{
	border-right:1px solid #999;
}
.seller-line a{
	border-bottom: none!important;
} 
.over{
	width: 100%;
	overflow: hidden;
}
.seller-help li{
	margin-top:78px;
	margin-bottom: 60px;
	border-right:1px solid #999;
}
.seller-help li a{
	text-align: center;
	display: block;
	font-size: 0.75rem;
	color:#474642;
	line-height: 25px;
}
.seller-help li a:first-child{
	color:#474642!important;
	font-size:0.89!important;
	margin-bottom: 10px!important;
	font-weight:bold!important;
}
.seller-help li:last-child{
	border-right:none;
}	
/*晒单*/
.rerserch{
	margin-top:40px;
	padding-bottom: 40px;
}
.rerserch ul li{
	float: left;
    width: 22%;
    margin: 0 1%;
}
.rerserch ul li a{
	display: block;
	padding:3%;
	box-shadow:0px 0px 10px rgba(0,0,0,0.3);
	margin-bottom: 5px;
	overflow: hidden;
}
.lookpic{
	position: relative;
}
.lookpic a img{
	display: block;
	width: 100%;
	background-size:cover ;
}
.looktext{
	position: absolute;
	bottom: 0;
	padding:0%;
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	font-size:0.67rem;
	cursor: pointer;
	height:0px;
	opacity:0;
}
.looktext p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0px 0 0px!important;
}
h4{
	margin-top:14px;
	font-size:0.88rem;
}
.ritaoh dl dt img{
	display: block;
	width:100%;
}
.contact{
	position: absolute;
	top:13px;
	right:80px;
	width:200px;
	z-index:1000;
}
.contact1{
	position: absolute;
	top:-45px;
	right:80px;
	width:155px;
	z-index:1000;	
	text-align: center;
}
.contact2{
	position: absolute;
    top: -45px;
    right: 80px;
    z-index: 1000;
    text-align: center;
    border-radius: 5px;
    width: 168px;
    height: 180px;
	/*top:-45px;
	right:62px;
	width:200px;
	z-index:1000;
	border: 1px solid #ccc;
	text-align: center;*/
}
.call{
	width: 134px;
	height: 45px;
}
.contact-phone2 .call:not(:last-child){
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.call-top{
	width: 100%;
	font-size: .5rem;
	text-align: center;
	margin-bottom: 5px;
	margin-top:5px;
}
.call-fot{
	margin: 0 auto;
    background-color: #e62019;
    color: white;
    font-size: .45rem;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.call-fot2{
    width: 64%;
    height: 50%;
    margin: 0 auto;
    background-color: #499ac3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    cursor: pointer;
}
.call-fot2 i{
    display: inline-block;
    width: 25px;
    height: 25px;
}
.call-fot2 span{
    margin-right: 4px;
}

.arrowt{
	display: inline-block;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
	position: relative;
	top:8px;
}
.arrowt1{
	display: inline-block;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -15px;
    top: 66px;   
}
.arrowt2{
	display: inline-block;
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: 17px;
    top: 66px;
    
}
.contact-phone{
	display: inline-block;
	background-color: #fff;
	padding:10px 17px;
	border-radius: 5px;
	font-size:0.67rem;
}
.contact-phone2{
	display: inline-block;
	background-color: #fff;
	padding:10px 17px;
	font-size:0.67rem;
}
.link8 img{
	display: inline-block;
	width: 100%;
	height:100%;
}
.reminder{
	text-align: left!important;
	padding:10px;
}
.register2{
	margin-right:5px;
}
.login2 a{
	font-size:14px;
}
.navbar-brand{
	padding:15px 0 0 25px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	font-size:0.8rem;
}
/*label{
	font-size:0.7rem;
}
.charge{
	font-size:0.89rem;
}*/
.rzw_centent_02_leftbox_yfjs .form-control {
    width: 40%;
}

/*晒单*/
.waterfall { position:relative; margin:20px 0 0 24px; } 
.waterfall .box {width:240px;height:auto;background:#fff; position:relative; border:10px solid #fff; overflow:hidden; 
  float:left; margin:0 26px 20px 0; }
.waterfall .box img { width:100%; height:100%; }
a.lw-more-but { display:inline-block; margin:0; }

.waterfall .box .lw-shade { width:100%; height:100%; position:absolute; left:0px; bottom:0px; display:none; }
.box .lw-shade span.lw-name-txt-list { padding:14px; display:block; text-align: left; position:absolute; top:0px; left:0px; overflow:hidden;
z-index: 1; color:#868686; font-size: 12px; }
.box .lw-shade span.lw-name-txt-list h4 { font-size: 14px; color:#fff; display:block; }
.box .lw-shade span.lw-name-txt-list p { color:#c6c6c6; line-height: 20px; display:block; text-decoration: none ; margin-bottom: 10px;}
.box .lw-shade span.lw-name-txt-list span.lw-txt-list-name { float:left; }
.box .lw-shade span.lw-name-txt-list span.lw-txt-list-time { float:right; }

.lw-shade { width:100%; height:100%; position:absolute; bottom:0; left:0px; display:none}
.lw-shade span.lw-back { width:100%; height:100%; display:block; background-color: #000;
filter:alpha(opacity=60); /*IE滤镜，透明度50%*/-moz-opacity:0.6; /*Firefox私有，透明度50%*/opacity:0.6;/*其他，透明度50%*/ }
.lw-shade p.lw-title { width:140px; text-align:center; position:absolute; top:50%; left:50%; color:#fff; line-height: 26px; margin-left: -70px;
  font-size: 14px; text-decoration: underline; z-index: 1; }
#indexWater .box { box-shadow: 10px 10px 5px #ccc; }

.icon-arrow-right{
	font-size:1.85rem!important;
	color:#474642!important;
}
#u_userName{
	text-align: left !important;
}
#u_userPw{
	text-align: left !important;
}

.goodsl .form-group, .goodsn .form-group {
	width: 95%;
}

.goods input[type="number"] {
	width: 120px;
}
.addline img {
	max-width: 125px;
}
.RememberMe{
	position: relative;
	top:2px;
	margin-left:0px!important;
}

.clear{
	clear:both;
	overflow: hidden;
	display: block;
	content: ''
}
.sevenDays{
	width: 20%;
    margin-left: 36%;
    float: left;
}
.thirtyDays{
	width: 20%;
    float: left;
}
.sevenDays>.checkbox>label,.thirtyDays>.checkbox>label{
	padding-left:0px!important;
}
.retentionDate,.retentionPassword,.forgotPasswords{
	margin-bottom: 0px!important;
}
.retentionPassword .checkbox{
	float: right;
    margin-right: 24%;
}
.loginbtn{
	width: 42%;
    margin-left: 33%;
}