@charset "UTF-8";
.two{
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #ffa142;
}
.two_form{
	width: 90%;
	margin: auto;
	padding: 1px 0 20px 0; 
	background-color: #fff;
}
.b{
	font-size: 1.2em;
	font-weight: bold;
	color: #f26005;
}

.form_submit input{
	border-radius:12px; 
	background: -webkit-linear-gradient(top,#ff7f14,#e73d30);
    background: linear-gradient(top,#ff7f14,#e73d30);
}

.container_bg{
	padding: 30px 15px;
	background-color: #f3f3f3;
}
.container{
	padding: 30px 15px;
	background-color: #fff;
}
h2.title{
	padding: 10px 0;
	font-weight: normal;
	font-size: 2rem; 
	text-align: center;
}
h2.title .sub{
	display: block;
	padding-bottom: 3px;
	font-size: 1.2rem; 
	color: #888;
	text-align: center;
}


.daily_tab{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
}
.daily_tab li{
	width: 33.3%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	
}

.daily_tab .cursor .a{
	position: relative;
	color: #f26005;
	display: inline-block;
	font-weight: bold;
}
.daily_tab .cursor .a:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 18%;
	width: 100%;
	height: 3px;
	background-color: #f26005;
}
.daily_tab .cursor .a:before{
	content:"";
	position: absolute;
	left: 50%;
	bottom: 10%;
	width: 0;
	height: 0;
	margin-left: -4px;
	border-left:transparent 4px solid;
	border-right:transparent 4px solid;
	border-top:#f26005 4px solid;
}


.three_head{
	margin-top: 20px;
	width: 100%;
	height: 83px;
	padding-top: 18px;
	text-align: center;
	font-size: 1.35rem;
	color: #613a14;
	background: url(images/bg1.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.three_body{
	width: 100%;
	height: 170px;
	padding-top: 58px;
	text-align: center;
	font-size: 1.18rem;
	background: url(images/bg2.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.three_content li{
	display:none;
}
.three_content .cursor{
	display: block;
	animation:mytab 1s ;
}

@keyframes mytab{
	0%{opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes mytab{
	0%{opacity:0;}
	100%{opacity:1;}
}

.daily_btn{
	padding: 35px 0 20px 0;
	text-align: center;
}
.daily_btn  a{
	display: inline-block;
	height: 45px;
	min-width: 60%;
	color: #fff;
	line-height: 45px;
	border-radius:12px; 
	font-size: 1.7rem;
	background: -webkit-linear-gradient(top,#ff7f14,#e73d30);
    background: linear-gradient(top,#ff7f14,#e73d30);
}

.four_bd{
	width: 90%;
	margin: auto;
	padding-top: 25px;
}

.five_bd{
	width: 92%;
	margin: auto;
	padding-top: 25px;
}

.six_container{
	padding-top: 20px;
}
.six_left,
.six_right{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	line-height: 90px; 
	text-align: center;
	color: #ff7f14;
	font-size: 1.6rem;
}
.six_container li img{
	width: 100%;
}

.seven{
	padding-top: 15px;
}
.seven_bd{
	padding-top: 10px;
	width: 90%;
	margin: auto; 
}

.foot{
	padding: 10px;
	text-align: center;
	font-size: 1rem;
	background-color: #f3f3f3;
}

.pop_theme {
	text-align: center;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1;
}

.agModal-form-wrap .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #222;
    font-size: 1.6rem;
}
.height50{
	height: 50px;
}

  .swiper-container {
            width: 100%;
            padding-top: 15px;
            padding-bottom: 25px;
            overflow: visible;
        }

        .body .swiper-container-horizontal > .swiper-pagination-bullets,
        .body .swiper-pagination-custom, .body .swiper-pagination-fraction {
            bottom: 0px;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets,
        .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: -10px;
        }

        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 2px;
        }

        .swiper-pagination-bullet-active {
            width: 16px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }
        
        .title_num{
	width: 218px;
	height:29px;
	margin: auto;
	padding-top: 3px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.2rem;
	margin-top: 10px;
	text-align: center;
	background: url(/shangwu/images/20_10.png) no-repeat center center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.title_num span{
	display: inline-block;
}
.title_num .n span{
	display: inline-block;
	height: 14px;
	margin: 0 1px;
	padding: 0 2px;
	color: #fff;
	line-height: 14px;
	vertical-align: middle;
	font-size: 1rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #ef4700;
} 
        
         
 .consult{
 	background: url(/daily/images/cell.png) repeat-y center center;
 	-webkit-background-size: 100%;
 	background-size: 100%;
 }
 .consult_txt{
 	width: 80%;
 	padding: 20px 10px;
 	margin: auto;
 	margin-top: 10px;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 	background-color: #f0f0f0;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
 }
  .consult_txt i{
  	display: inline-block;
  	width: 18px;
  	height: 18px;
  	margin-right: 6px;
  	line-height: 18px;
  	border:solid 1px #ff7f14;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	border-radius: 50%;
  	color: #ff7f14;
  	font-size: 1.2rem;
  	text-align: center;
  }
   .consult_txt li{
   		padding: 4px 0;
   }
   
   .clear{
   		display: block;
   		clear:both;
   }
   .consult_ewm{
   		padding-top: 30px;
   }

   .consult_ewm li{
   		float: left;
   		width: 50%;
   		text-align: center;
   }
    .consult_ewm li img{
    	width: 45%; 
    }
    .consult_ewm li{
      	font-size: 1.2rem;	
     }