@charset "UTF-8";
.two{
	padding-top: 10px;
	padding-bottom: 30px;
}
.two_form{
	width: 85%;
	margin: auto;
	background-color: #fff;
}
.two_form .title{
	text-align: center;
	font-size: 1.8rem;
}
.red{
	color: #ef4700;
}
.two_form .title .b{
	font-size: 1.4em;
	color: #ef4700;
}

.form_submit input{
	border-radius:50px; 
	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;
	padding-top: 10px;
}
.daily_tab li{
	width: 33.3%;
	padding: 5px 0;	
	text-align: center;
}
.daily_tab .a{
	display: block;
	width: 90%;
	height: 27px;
	line-height: 27px;
	color: #ef5227;
	text-align: center;
	border:solid 1px #ef5227;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	border-radius: 27px;
}

.daily_tab .cursor .a{
	color: #fff;
	background-color: #ef5227;
}

.three{
	padding: 0 15px 20px 15px;
}
.three_text{
	width: 100%;
	min-height: 125px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background-color: #424242;
	font-size: 1.4rem;
}
.three_line{
	width: 100%;
	height: 1px;
	padding: 10px 0;
	background: url(images/20_line.png) no-repeat center center;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.three_head{
	color: #a3a3a3;
}
.three_body{
	padding-left: 40px;
	background: url(images/20_icon.png) no-repeat center left;
	-webkit-background-size: 25px;
	background-size: 25px;
}
.three_body b{
	font-size: 1.1em;
}
.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: 80%;
	color: #fff;
	line-height: 45px;
	border-radius:100px; 
	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 {
	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(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;
}

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

.eight{
	padding-top: 20px;
	border-top: solid 10px #eee;
}
.eight h2 {
	position: relative;
}
.eight h2:after{
	content:"";
	display:block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 22;
	width: 26px;
	height: 2px;
	margin-left: -13px;
	background-color: #bababa;
}
.eight h2 .b{
	font-size: 2.4rem;
	color: #ef5227;
	font-weight: bold;
}
.eight .eight_bd{
	width: 90%;
	margin: auto;
	padding-top: 15px;
}
