@charset "UTF-8";
body{
	color:#222;
}

.title{
	padding: 15px 0;
	font-size:2.1rem;
	line-height:1.5em;
	font-weight: bold;
	text-align: center;
}
.title .sub{
	display:block;
	font-size:1.1rem;
	font-weight: lighter;
	color:#666;
}

.color{
	color:#f05626;
}
.top{
	display:flex;
	height:50px;
	color:#fff;
	line-height: 50px;
	background-color: #ff885e;
}
.top li{
	width:50%;
}
.top .logo{
	background: url(/sg_daily/images/logo.png) no-repeat 20px center;
	background-size: auto 60%;
}
.top .right{
	padding:0 15px;
	text-align:right;
}
.top .right i{
	font-size:1.8rem;
}

.banner img{
	width: 100%;
}
.sg_bd{
	padding:20px 15px;
}
.sg_bg{
	padding:20px 15px;
	background-color: #f0f0f0;
}
.one ul{
	display:flex;
	flex-wrap: wrap;
	padding:10px 0;
}
.one li{
	width:50%;
	padding: 10px;
	box-sizing: border-box;
	text-align:center;
}
.one li .bd{
	width:70%;
	padding:15px;
	margin:auto;
	border:solid 1px #ddd;
	border-radius: 12px;
}
.one li .i1{
	background-image: url(/sg_daily/images/icon1.png);
}
.one li .i2{
	background-image: url(/sg_daily/images/icon2.png);
}
.one li .i3{
	background-image: url(/sg_daily/images/icon3.png);
}
.one li .i4{
	background-image: url(/sg_daily/images/icon4.png);
}
.one li .icon{
	width:100%;
	height:70px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50px 50px;
}
.one li .txt{
	padding: 10px 0 5px 0;
	font-size:1.3rem;
}

.two{
	padding:20px 15px;
}
.two ul {
	padding-top: 25px;
}

.two li {
	display: box;
	display: -webkit-box;
	padding-bottom: 10px;
}

.two li:nth-child(odd) .bd {
	padding-left: 10px;
}

.two li:nth-child(even) .bd {
	padding-right: 10px;
}

.two .img {
	width: 40%;
}

.two .img img {
	max-width: 100%;
}

.two ul{
	padding:20px;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}
.two .bd {
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.two .bd h4 {
	padding: 12px 0 5px 0;
	font-weight: normal;
	color: #f05626;
	font-size: 1.5rem;
}

.two .bd p {
	font-size: 1.2rem;
	color: #888;
	line-height: 1.7;
}
.daily_btn {
	padding: 25px 0 20px 0;
	text-align: center;
}

.daily_btn a {
	display: inline-block;
	height: 45px;
	min-width: 80%;
	color: #fff;
	line-height: 45px;
	border-radius: 100px;
	font-size: 1.7rem;
	background: -webkit-linear-gradient(top, #ff885e, #ea693c);
	background: linear-gradient(top, #ff885e, #ea693c);
}
.three ul{
	display:flex;
	flex-wrap: wrap;
}
.three li{
	width:50%;
	box-sizing:border-box;
	padding:10px;
}
.three li .bd{
	width:164px;
	height:130px;
	padding:10px;
	box-sizing:border-box;
	color:#fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.three li h4{
	padding-top:40px;
	font-size:1.5rem;
}
.three li p{
	padding-top:4px;
	font-size: 1.1rem;
}
.three li .bg1{
	background-image: url(/sg_daily/images/1.jpg);
}
.three li .bg2{
	background-image: url(/sg_daily/images/2.jpg);
}
.three li .bg3{
	background-image: url(/sg_daily/images/3.jpg);
}
.three li .bg4{
	background-image: url(/sg_daily/images/4.jpg);
}
.three li .bg5{
	background-image: url(/sg_daily/images/5.jpg);
}
.three li .bg6{
	background-image: url(/sg_daily/images/6.jpg);
}

.four ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	margin-top:10px;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}
.four li{
	width:50%;
	padding:15px 0;
	text-align: center;
}
.four .icon{
	width:80%;
	margin:auto;
}
.four .icon img{
	width:100%;
}
.four .txt{
	font-size:1.3rem;
}


.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{
	width: 100%;
}

.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;
}


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

.pop_theme {
	position: absolute;
	left: 0;
	top: -15px;
	z-index: 19;
	width: 100%;
	height: 76px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	background: url(/event/brand/images/20_pt.png) no-repeat center top;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.pop_h{
	height:30px;
}
.pop_theme .txt{
	line-height: 90px;
}

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

.height50{
	height: 50px;
}
.sg_pop_bg{
	padding:0;
	margin:0 auto;
	width:90%;
}
.sg_pop{
	width:100%;
}
.sg_pop img{
	width:100%;
}

.sg_wx_bg{
	padding:0;
	margin:0 auto;
	width:90%;
}
.sg_wx_bg .close{
	color:#222;
}
.sg_wx{
	width:100%;
}
.sg_wx h4{
	text-align:center;
	font-size:2.1rem;
}
.sg_wx .bd{
	padding:20px 0;
}
.sg_wx img{
	width:100%;
}

  .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;
        }

.form_bd .dd_tip{
	margin-top: 0;
	height: 0;
}
.form_bd dd input{
	text-indent: 15px;
}
.agModal-form .form-row input[type="submit"]{
	background: -webkit-linear-gradient(top,#ff7f14,#e73d30);
	background: linear-gradient(top,#ff7f14,#e73d30);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}
.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;	
     }