/* 头部  Start */
.header, .header-v{ background-color: #333333; }
.header-v{ padding: 0 10px; color: #9b9b9b; line-height: 32px; }
.hotline{ display: inline-block; }
.hotline a{ color: #FFFFFF; }
.userinfo li{ float: left; margin: 0 10px; }
.userinfo li.line{margin: 0 5px;}
.userinfo a{ color: #9b9b9b; }
.userinfo a:hover{ color: #fff; }
/* 头部 Ended*/

/* 顶部 Start */
.top{ width: 100%; height: 81px;position: relative;border-bottom: 1px solid #dcdcdc;background-color: #FFF;}
.top-left{ float: left; display: inline-block; position: relative; width: 120px; margin-right: 10px; margin-top: -5px; padding-top: 10px; overflow: hidden;}
.top-left .logo,.top-left .city,.top-left .explan{ display: inline-block; }
.top-left .city{ width: 60px; margin: 0 30px; }
.city-pos{ position: absolute; bottom: -2px; }
.city-pos p{ line-height: 30px; }
.top-left .logo{ width: 130px; height: 55px; background-repeat: no-repeat; position: relative; }
.top-left .logo:before { font-size: 50px; line-height: 66px; color: #ff3d3e; }
.top-left .explan{ width: 150px; height: 40px; position: absolute; bottom: 0; margin-left: 80px; }
.top-left .explan .if:before{ font-size: 200px; line-height: 50px; color: #C4C5C5; margin-left: -20px; }
.top-left .city a{ color: #434343; }
.top-left .explan img{ position: absolute; bottom: 0; }
.top .top-left .if-beta{ position: absolute; right: -70px; top: -15px; }
.top .top-left .if-beta:before{ font-size: 30px; color: #ff3d3e; }
.nav{ height: 80px;line-height: 80px; font-size: 16px; display: inline-block;z-index: 1; background: #FFF;}
.nav li{ float: left; position: relative; z-index: 2; background: #FFF;}
.nav li a{ color: #a0a0a0; display: inline-block; padding: 0 30px; }
.nav li.active,.nav li:hover{background-color: #f3f3f3;}
.nav li.active a,.nav li:hover a{ color: #ff3d3e !important; }
.nav li i.hot{ position: absolute; top: 0; right: 0; color: #ff3d3e; }
.nav li i.hot:before{ font-size: 40px; }

.top-right{float: left;}
.top-right ul.nav li:hover ul{ z-index: 2; visibility: inherit}
.top-right ul.nav ul{ position: absolute; top: 80px; background: #FFF; text-align: center; border: 1px solid #e0dcdc; border-bottom: 0px; z-index: 0; visibility: hidden; transition:0.2s ease-in; -webkit-transition:0.2s ease-in; width: 100%;border-top: 0;}
.top-right ul.nav ul li{ line-height: 45px; padding: 0px; width: 100%; border-bottom: 1px solid #e0dcdc; }
.top-right ul.nav ul li a{ display: block; padding: 0px; color: #a0a0a0 !important; }
.top-right ul.nav ul li a:hover,.top-right ul.nav ul li.selected a{ color: #ff3d3e !important; }
.top-right ul.nav ul li:hover{ border-bottom: 1px solid #e0dcdc; }


.switching{ cursor: pointer; }
.city-pos a{ position: relative; }
.switching-city{ position: absolute; top: 71px; left: -170px; width: 402px; z-index: 20; border:1px solid #e0dcdc; text-align: center; display: none; background-color: #FFFFFF; }
.switching-city:before{ content: ''; height: 15px; width: 15px; display: inline-block; position: absolute; top: -8px; left: 47%; border-width: 1px 1px 0 0; border-style: solid; border-color: #e0dcdc; background: #FFF; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.switching-city ul{ display: inline-block; }
.switching-city li{ width: 80px; height: 40px; float: left; margin:18px 10px 0 10px; line-height: 40px; text-align: center; color: #000; border:1px solid #e0dcdc; border-radius: 5px; }
.switching-city li.active,.switching-city li:hover{ background-color: #D32541; color: #fff; border-color: #a1010c;}
.switching-city li.active a,.switching-city li:hover a{ color: #fff !important; }
.switching-city p{ padding: 20px 0; color: #434343; }
.header .if-logo-text-2{ line-height: 44px; display: inline-block; float: left; height: 38px; margin-right: 20px; color: #FFF;}
.header .if-logo-text-2:before{ font-size: 70px; }
/* 顶部 Ended */
/* Banner Start */
.banner { width: 100%; margin-top: -1px; overflow: hidden; position: relative;min-width: 1200px;}
.banner .swiper-container{height: 350px;}
.banner .swiper-slide { background-repeat: no-repeat; background-size: cover; background-position: center; }
.banner .swiper-pagination-bullet{ width: 28px; height: 28px; border-radius: initial; opacity:initial; background: url(../images/dou.gif) no-repeat; }
.banner .swiper-pagination-bullet-active{ background: url(../images/dou_on.gif) no-repeat center center; }
.banner .pagination { position: absolute; bottom: 10px; z-index: 20; width: 100%; text-align: center; }
.banner .swiper-pagination-switch { display: inline-block; margin-right: 5px; cursor: pointer; }
.banner .swiper-pagination-switch:before{ font-size: 28px; color: #ff3d3e; }
.banner .swiper-wrapper .swiper-slide a{ width: 100%; height: 100%; display: block; }
.banner .pagination{ bottom: 44px !important; position: relative; }
.banner .pagination span{ width: 188px; height: 91px; background: #FFF; padding: 6px; opacity: 1; display: inline-block; border-radius: 3px; box-shadow: 0px 1px 2px 1px #e5e5e5; margin: 0 5px; }
.banner .pagination span img{ width: 100%; }
.banner .swiper-pagination-bullet-active{ position: relative; top: -10px !important; }

@media (max-width: 1920px) {
	.banner .pagination span{
		width: 110px;
		height: 52px;
		padding: 3px;
	}
	.banner .pagination{
		bottom: 26px !important;
	}
}

@media (min-width: 1300px) {
	.banner .swiper-container{
		height: 450px;
	}
}
@media (min-width: 1600px) {
	.banner .swiper-container{
		height: 500px;
	}
}

.index-invoice-box{ color: #d4ad7a; }
.index-invoice-bg{ background:url(../images/new/index-invoice-bg.png) no-repeat; background-color: #faf3eb; background-size: 448px; background-position: 90px 66px; height: 360px; }
.index-invoice-box .content{ float: right; width: 610px; margin-top: 110px; line-height: 20px; text-align: center; }
.index-invoice-box .content .title{ font-size: 24px; line-height: 28px; margin-bottom: 5px; }
.index-invoice-box .content .desc{ font-size: 18px; }
.index-invoice-box .content .btn{ color: #d4ad7a !important; background:#faf3eb !important; border: 2px solid #d4ad7a; border-radius: 0; margin-top: 48px; width: 180px; height: 50px; line-height: 46px; transition: all .2s linear;}
.index-invoice-box .content .btn:hover{margin-top: 45px;}

.index-mod-title{ line-height: 55px; color: #434343; margin-top: 20px; font-size: 22px; }
.index-mod-title .desc{font-size: 14px;color: #a0a0a0;}
.index-mod-title .opt{float: right;margin-top: 20px;}
.index-mod-title .opt i{ float: left; border: 1px solid #e8e8e8; border-right: 0; cursor: pointer; color: #a0a0a0; width: 35px; line-height: 24px; text-align: center; }
.index-mod-title .opt i.swiper-button-disabled{ color: #d5d5d5 !important; }
.index-mod-title .opt i:hover{color: #ff3d3e;}
.index-mod-title .opt i:last-child{ border-right: 1px solid #e8e8e8; }

/* 客户故事 */
.customer-story-box .swiper-container{ height: 395px; text-align: center; }
.customer-story-box .swiper-container.shadow{ box-shadow: 0px 3px 20px 1px #e5e5e5; }
.customer-story-box .swiper-container .swiper-slide{ position: relative; }
.customer-story-box .bg{ position: absolute; top: 0; bottom: 0; left: 0; right: 0 ;background-size: 100%;cursor: pointer;transition: all .2s linear;background-position: center;}
.customer-story-box .title,.customer-story-box .title-bg{ position: absolute; bottom: 0; left: 0; right: 0px; height: 70px; }
.customer-story-box .title{ line-height: 70px; font-size: 16px; color: #434343; z-index: 2; }
.customer-story-box .title-bg{ background: #fff; opacity: 0.8; z-index: 1; }

.customer-story-box .big-box .close{ position: absolute; right: 8px; top: 8px; cursor: pointer; z-index: 2; }
.customer-story-box .swiper-slide:hover .bg{background-size: 110%;}
.customer-story-box .big-box{ position: absolute; z-index: 100; background: #FFF; left: 0; right: 0; top: 0; bottom: 0; display: none; }
.customer-story-box .big-box .photo{ position: relative; width: 287.5px; height: 395px; cursor: pointer; background-size: 100%;}
.customer-story-box .big-box .photo .detail{ display: none; }
.customer-story-box .big-box .photo:hover .detail{ display: inline-block; }
.customer-story-box .big-box .photo .shadow-bg{ position: absolute; background-color: #000; opacity: 0.5; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.customer-story-box .big-box .photo .qrcode{ position: relative; z-index: 2; padding-top: 135px; }
.customer-story-box .big-box .photo .qrcode img{ width: 130px; height: 130px; }
.customer-story-box .big-box .photo .name{ position: relative; z-index: 2; color: #FFF; margin-top: 30px; }
.customer-story-box .big-box .introduction{ position: absolute; left: 287.5px; top: 0; right: 0; bottom: 0; padding: 100px 150px; font-size: 16px; line-height: 22px; text-align: left; }
.customer-story-box .big-box .name{ color: #434343; margin-bottom: 10px; }
.customer-story-box .big-box .desc{ color: #a0a0a0; }
.customer-story-box .big-box .link{ position: absolute; left: 150px; bottom: 100px; color: #cda875; font-size: 14px; }
.customer-story-box .big-box .link a{ color: #cda875; }
.customer-story-box .big-box .introduction .content{ position: relative; }
.customer-story-box .big-box .introduction .content i{ position: absolute; color: #f0f0f0; font-size: 40px; }
.customer-story-box .big-box .introduction .icon-new-quotes-left{ left: -55px; top: -15px; }
.customer-story-box .big-box .introduction .icon-new-quotes-right{ right: -55px; bottom: -30px; }
/* 旗下其他产品 */
.other-product{ overflow: hidden; }
.other-product li{ position: relative; float: left; margin-right: 10px; width: 287.5px; height: 170px; background: #46bbc9; color: #FFF; text-align: center;}
.other-product li:last-child{ margin-right: 0; }
.other-product li a{color: #FFF;}
.other-product li .title{ position: relative; margin-top: 27px; font-size: 18px; margin-bottom: 10px; z-index: 1; }
.other-product li .desc{ position: relative; z-index: 1; }
.other-product li .bg{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: 100px; background-repeat: no-repeat; background-position: 50% 100%; z-index: 0; transition: all .2s linear;}
.other-product li:hover .bg{background-size: 115px;}
.other-product li.product-1{background: linear-gradient(135deg, #46bbc9, #87d1d6) #46bbc9;}
.other-product li.product-1 .bg { background-image: url(../images/new/product-1.png); }
.other-product li.product-2{background: linear-gradient(135deg, #ffa31e, #fec85c) #ffa31e;}
.other-product li.product-2 .bg {background-image: url(../images/new/product-2.png);}
.other-product li.product-3 .bg {background-image: url(../images/new/product-3.png); }
.other-product li.product-3{background: linear-gradient(135deg, #719f69, #a2c66d) #719f69;}
.other-product li.product-4 .bg {background-image: url(../images/new/product-4.png); background-size: 45%;}
.other-product li.product-4{background: linear-gradient(135deg, #f35150, #fb7a77) #f35150;}
.other-product li.product-4:hover .bg{background-size: 55%;}

/* 热门服务 */
.index-service-box{padding-bottom: 20px;display: inline-block;line-height: 20px;height: 420px;}
.index-service-box li{ position: relative; float: left; margin-right: 10px; width: 287.5px; height: 400px; color: #434343; background-color: #fff; text-align: center; overflow: hidden; transition: all .2s linear; }
.index-service-box li:last-child{ margin-right: 0; }
.index-service-box li:hover{ box-shadow: 0px 10px 20px #e5e5e5; margin-top: -5px; }
.index-service-box .title{ margin-top: 70px; font-size: 18px; margin-bottom: 5px; }
.index-service-box .desc .price{ color: #ff3d3e !important; }
.index-service-box .img{ margin-top: 50px; }
.index-service-box .img img{ width: 180px; }

/* 听听他们的声音 */
.listen-they-box .swiper-container{ height: 170px; background-color: #FFF; color: #a0a0a0;}
.listen-they-box .swiper-slide{ padding-top: 60px; text-align: center; font-size: 16px; }
.listen-they-box .swiper-slide i{font-size: 40px;color: #f0f0f0;padding: 0 20px;}
.listen-they-box .swiper-slide .icon-new-quotes-left:before{ bottom: -3px; }
.listen-they-box .swiper-slide .icon-new-quotes-right:before{ bottom: -15px; }
.listen-they-box .pagination{ position: relative; margin-top: 45px;padding-bottom: 45px;text-align: center;}
.listen-they-box .pagination span{ width: 90px; height: 90px; background: #FFF; padding: 5px; opacity: 1; display: inline-block; border-radius: 50%; margin: 0 25px; }
.listen-they-box .pagination span img{ width: 100%;border-radius: 50%;}
.listen-they-box .swiper-pagination-bullet-active{ position: relative; top: -10px !important; box-shadow: 0px 0px 10px 5px #e5e5e5; }
.listen-they-box .swiper-pagination-bullet-active:before { content: ''; height: 20px; width: 20px; display: inline-block; position: absolute; top: -45px; left: 42%; border-style: solid; border-width: 1px 1px 0 0; background: #FFF; border-color: #fff; transform: rotate(135deg); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); }


.levitate { position: fixed; right: 20px; bottom: 73px; z-index: 1001; text-align: center; }
.levitate a{ position: relative; cursor: pointer; color: #FFF; }
.levitate a .bg{ position: absolute; left: 0; right: 0; top:0; bottom: 0; background-color: #434343; opacity: 0.5; border-radius: 3px; z-index: 1; }
.levitate i{position: relative;z-index: 2;}
.levitate a:hover i:before{ color: #FFF; }
.levitate a { width: 45px; height: 45px; display: block; margin-top: 5px; border-radius: 3px; }
.levitate a:hover .desc{ display: block; z-index: 2;}
.levitate a .desc{ position: absolute; right: 57px; width: 100px; height: 45px; line-height: 45px; text-align: center; border: 1px solid #e0dcdc; background: #FFF; border-radius: 3px; display: none; color: #333;}
.levitate a .desc:before { content: ''; height: 15px; width: 15px; display: inline-block; position: absolute; right: -8px; top: 33%; border-width: 1px 1px 0 0; border-style: solid; border-color: #e0dcdc; background: #FFF; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.levitate i:before{ line-height: 45px; font-size: 30px; color: #fff; }
.levitate .to-top-link{display: none;}
.suspension-cat{ position: fixed; right: 0px; bottom: 150px; width: 50px; height: 82px; background-image: url(../images/new/cat-bg.png); background-size: 100%; background-repeat: no-repeat; background-position: right; z-index: 1000; transition: all .2s linear; cursor: pointer; }
.suspension-cat:hover{ width: 80px; height: 130px; }
.suspension-cat a{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.suspension-cat .desc{ position: absolute; right: 90px; top: 40px; width: 150px; height: 40px; line-height: 40px; border: 1px solid #e0dcdc; background: #FFF; border-radius: 3px; color: #333; text-align: center; display: none; }
.suspension-cat:hover .desc{ display: inline-block; }

@media (min-width: 1920px) {
	.suspension-cat{
		width: 100px; height: 164px;
	}
	.suspension-cat:hover{
		width: 130px; height: 210px;
	}
	.suspension-cat .desc{
		right: 140px;top: 80px;
	}
}

/* 开通城市 Start */
.opened-city{ display: inline-block; width: 100%; border: 1px solid #e0dcdc; border-bottom: none; }
.opened-city li{ float: left; border-bottom: 1px solid #e0dcdc; width: 50%; }
.opened-city li:nth-child(2n+1){ border-right: 1px solid #e0dcdc; }
.opened-city li .city{ position: relative; width: 140px; margin-left: 30px; padding-top: 36px; padding-bottom: 40px; }
.opened-city li .city img{ width: 140px; height: 140px; border-radius: 50%; }
.city .city-name{ width: 140px; position: absolute; color: #FFFFFF; top: 90px; text-align: center; }
.city .city-name p:first-child{ font-size: 30px; margin-bottom: 10px; }
.city-info{ padding: 40px 0; color: #a0a0a0; display: inline-block; width: 410px; position: relative; top: 20px; }
.city-info .data{ width: 100%; line-height: 30px; display: inline-block; }
.city-info .data .data-name{ width: 100px; text-align: right; }
.border-r-1{ border-right: 1px solid #e0dcdc; }
/* 开通城市 Ended*/
/* 底部 Start */
.footer-v{ text-align: center; margin-top: 20px; background: linear-gradient(0deg, #131313, #333333);background-color: #131313;min-width: 1200px;}
.footer{ display: inline-block; width: 1200px; text-align: left; padding: 50px 0; }
.footer .mod{line-height: 20px;font-size: 14px;margin: 20px 0;}
.footer .mod .name{color: #707070;}
.footer .mod ul{display: inline-block;vertical-align: middle;}
.footer .mod ul li{display: inline-block;width: 80px !important;color: #a0a0a0;margin: 0 10px;text-align: center;}
.footer .mod ul li a{color: #a0a0a0;}
.footer .mod ul li a:hover{color: #fff;}
.footer .mod img{height: 20px;}
.footer-title{ font-size: 22px; color: #FFFFFF; line-height: 50px; }
.footer-left{ display: inline-block; text-align: left; }
.footer-left li{ float: left; width: 210px !important; }
.footer-list li{ float: initial; margin-right: 140px; }
.footer-list li a{ color: #a0a0a0; line-height: 30px; }
.footer-right{ text-align: center; color: #707070;position: relative;}
.footer-right .media i{ font-size: 40px; color: #a0a0a0;cursor: pointer;}
.footer-right .media i:hover{color: #FFF;}
.footer-right .service-phone {font-size: 20px;margin-top: 20px;}
.footer-right h3{ font-size: 30px; color: #FFFFFF; line-height: 50px; font-weight: normal;}
.footer-right p{ line-height: 30px; color: #949494; }
.final{ line-height: 50px; color: #a0a0a0; background-color: #333333; text-align: center;border-top: 1px solid #1d1c1c; min-width: 1200px; }
.final > div{ background-color: #333333; }

.footer-right .media i:hover .weixin-qrcode-box{display: inline-block;}
.footer-right .weixin-qrcode-box{ position: absolute; display: none; background:#FFF; width: 120px; height: 120px; top: -140px; right: -36px; box-shadow: 0px 0px 1px 1px #dcdcdc; z-index: 1002; }
.footer-right .weixin-qrcode-box:before { content: ''; height: 20px; width: 20px; display: inline-block; position: absolute; bottom: -10px; left: 42%; border-style: solid; border-width: 1px 1px 0 0; background: #FFF; border-color: #fff; transform: rotate(135deg); box-shadow: 0px 0px 1px 1px #dcdcdc; z-index: 1; }
.footer-right .weixin-qrcode-box img{ position: relative; z-index: 3; width: 100%; }
/* 底部 Ended */

/* 个人中心 Start */
/* 顶部图片 Start */
.top_img { margin-top: 10px; }
.top_img img{ width: 100%; height: 110px; }
/* 顶部图片 Ended*/

/* 所在位置 Start */
.location{ width: 100%; line-height: 40px; display: inline-block; color: #434343;}
.location li{ float: left; }
.location li i:before{ font-size: 12px; color: #a0a0a0; }
.location li a{ padding: 0 5px; color: #d9425a; display: inline-block; }
/* 所在位置 Ended*/
/* 内容 Start */
.user_content{ border-top: 1px solid #e0dcdc; border-right: 1px solid #e0dcdc; border-bottom: 1px solid #e0dcdc; width: 100%; display: table; text-align: left;}
.content_left { width: 240px; background-color: #f3f2f2; display: table-cell; line-height: 70px; font-size: 16px; vertical-align: top; border-right: 1px solid #e0dcdc;}
.content_left li{ float: left; width: 100%; padding: 0 20px; position: relative; }
.content_left li a{ width: 100%; color: #a0a0a0; display: inline-block; border-bottom: 1px solid #e0dcdc; padding-left: 20px;}
.content_left li.active{ background-color: #FFFFFF; border-left: 1px solid #e0dcdc; border-bottom: 1px solid #e0dcdc; border-right: none; }
.content_left li.active:before{ content: ' '; border-top: 1px solid #e0dcdc; position: absolute; top: -1px; left: -1px; width: 101%; }
.content_left li.active:after{ content: ' '; border-right: 1px solid #FFF; position: absolute; top: 0px; right: -1px; height: 70px; }
.content_left li.active a{ border-bottom: none; color: #434343; }
.content_left li.active .if{ color: #ff3d3e; }
.content_left li:last-child a{ border-bottom:0px; }
.content_left li:last-child { border-bottom:0px; }
.content_left li .if{ padding: 0 12px; font-size: 20px; }
.content_right{ background-color: #fff; display: table-cell; vertical-align: top; padding: 0px 30px; }
.content_right .user_info{ width: 100%; padding: 50px 0px; display: inline-block; }
.content_right .user_info li{ float: left; width: 50%; position: relative; }
.content_right .user_info li .info-img{ width: 142px; height: 142px; border-radius: 50%; }
.content_right .user_info li .info-cont{ width: 240px; margin-left: 20px; }
.info-cont .info-name{ line-height: 40px; color: #434343; font-size: 22.5px; }
.info-cont .info-mobile{ color: #a0a0a0; font-size: 18px; }
.info-cont .info-area{ position: absolute; bottom: 0; font-size: 18px; }
.info-cont .info-area .if-community{ width: 30px; height: 30px; background-color: #b1ba40; display: inline-block; text-align: center; line-height: 30px; border-radius: 50%; margin-right: 10px; }
.info-cont .info-area .if-community:before{ color: #f0f1d9; }
.info-cont .info-area a{ color: #434343; }
.recharge-btn{ width: 100px; line-height: 40px; text-align: center; margin-top: 30px; font-size: 18px; }
.info-balance{ font-size: 16.4px; color: #a0a0a0; line-height: 40px; }
.info-balance-cont{ padding-left: 80px; }
.info-money{ font-size: 30px; color: #ff3d3e; }
.info-money .if-money{ width: 30px; height: 30px; line-height: 30px; text-align: center; display: inline-block; top: -5px; background-color: #f3c031; border-radius: 50%; margin-right: 10px; }
.info-money .if-money:before{ color: #fdf3d6; }
.user_common{ }
.user_common .into-title{ line-height: 40px; font-size: 18px; color: #434343; border-bottom: 1px solid #e0dcdc; }
.user_recommend ,.user_product{ width: 100%; display: inline-block; }
.user_product{ padding: 50px 100px; }
.user_product li{ float: left; width: 50%; text-align: center; position: relative; }
.user_recommend li{ float: left; width: 50%; cursor: pointer; padding: 70px 0 70px 30px; }
.product_img{ text-align: center; position: relative; height: 270px; width: 400px; }
.if-accounting,.if-ban{ position: absolute; left: 150px; top: 35%; }
.if-accounting:before,.if-ban:before{ font-size: 96px; color: #ff3d3e; }
.user_recommend li:hover .if-accounting:before,.user_recommend li:hover .if-ban:before{ color: #FFFFFF; }
.user_recommend li:hover .if-accounting, .user_recommend li:hover .if-ban{ z-index: 1; }
.user_recommend li .cover{ width: 100%; height: 100%; background-color: #ff3d3e; position: absolute; top: 0; opacity: 0.6; z-index: -1; }
.user_recommend li:hover .cover{ z-index: 0; }
.user_recommend li .product_name{ line-height: 50px; font-size: 18px; color: #434343; border-bottom: 2px solid #fff; }
.user_recommend li:hover .product_name{ color: #ff3d3e; border-bottom: 2px solid #ff3d3e; }
.user_product .order{ width: 260px; height: 260px; border-radius: 50%; position: relative; }
.no-order{ border:10px solid #f3c132; }
.no-process{ border:10px solid #46b6c9; }
.order p{ color: #a0a0a0; font-size: 18px; line-height: 40px; }
.order p.order_number{ font-size: 36px; color: #ff3d3e; }
.order_count{ position: absolute; left: 63px; top: 80px; }
/* 内容 Ended*/
/* 个人中心 Ended*/
/* 产品详情 Start */
.product_img_list{ width: 480px; }
.product_img_list .img{ width: 100%; height: 324px; }
.product_img_list .service-list{ width: 100%; display: inline-block; padding-top:50px; }
.service-list li{ width: 130px; float: left; line-height: 55px; color: #aeaeae; font-size: 16px; }
.service-list li i{ display: inline-block; width: 55px; height: 55px; float: left; text-align: center; border-radius: 50%; margin-right: 10px; }
.service-list li i:before{ line-height: 55px; font-size: 25px; color: #FFFFFF; }
.if-service-utility{ background-color: #b2bb41; }/*高效服务*/
.if-full-service{ background-color: #46b6c9; }/*Full service*/
.if-professional-services{ background-color: #f3c132; }/*费用*/
.service-list li.center{ margin: 0 45px; }
.product .product_info{ width: 580px; margin-right: 70px; }

.product_info .product_title{position: relative; width: 100%; display: inline-block; padding-bottom: 20px; border-bottom: 1px solid #e0dcdc; }
.product_info .product_title .price{ color: #ff3d3e; font-size: 40px; }
.product_info .product_title .old-price,.product_info .product_title .sale-price{ color: #A0A0A0; font-size: 16px; line-height: 30px; text-align: center; }
.product_info .product_title .old-price span{text-decoration: line-through;}
.product_info .product_title .product-name{ color: #1f4868; font-size: 20px; line-height: 45px; }
.product_info .product_title .product-explan{ color: #a7a7a7; line-height: 22px; padding-right: 160px;}
.product_info .product_title .price-info{ position: absolute; top: 0px; right: 0px; }
.product_info .product_list{ border-bottom: 1px solid #e0dcdc; padding-bottom: 30px; }
.product_info .product_list,.product_list .product-data{ width: 100%; display: inline-block; }
.product_info .product_list .product-data{ margin-top: 25px; }
.product-data .data-title { width: 80px; float: left; line-height: 24px; }
.product-data .data-cont{ width: 500px; float: left; line-height: 25px; padding-left: 30px; }
.product-data .data-cont input[type='text'], .product-data .data-cont select{ border: 1px solid #e0dcdc; border-radius: 5px; min-width: 218px; height: 25px; padding: 0 15px 0 10px; }
.register-area .register-btn{ float: left; margin-right: 10px; }
.register-btn{ padding: 1px 10px; line-height: 30px; text-align: center; margin-bottom: 6px; display: inline-block; border: 1px solid #e0dcdc; cursor: pointer; }
.register-btn.active,.register-btn:hover{ padding: 0 9px; border: 2px solid #ff3d3e; }


.select-box{ line-height: 25px;position: relative;}
.select-box li{ position: relative; line-height: 30px; padding: 1px 10px; margin-right: 10px; margin-bottom: 6px; text-align: center; border: 1px solid #e0dcdc; overflow: hidden; cursor: pointer; display: inline-block; }
.select-box li.active,.select-box li:hover{ padding: 0 9px; border: 2px solid #ff3d3e; }
.select-box li.disabled{ border-color: #ccc; cursor: default;}
.select-box li.disabled i.if{ border-color: transparent transparent #ccc transparent; }

.select-box li input{ display: none; }
.select-box li i.if{ position: absolute; right: -25px; bottom: 0px; width: 30px; height: 30px; border-width: 25px; border-style: solid; border-color: transparent transparent #ff3d3e transparent; display: none; }
.select-box li i.if:before{ top: 11px; color: #FFF; left: -13px; font-size: 14px; }
.select-box li.active i.if{ display: inline-block; }
.select-box .if-give{ color: #ff3d3e; }
.select-box .promotion-info{ position: absolute; left: 0; top: -26px; color: #FFF; background-color: #ff3d3e; padding: 0 5px; line-height: 18px; font-size: 12px; display: none; }
.select-box .promotion-info:before{ content: ' '; position: absolute; left: 0px; bottom: -6px; width: 10px; height: 10px; border-width: 6px; border-style: solid; border-color: transparent transparent transparent #ff3d3e; }

.product-data .data-cont input[type='checkbox']{ width: 24px; height: 24px; float: left; margin-right: 10px; }
.product_detail,.product_submit{ padding: 0 35px; line-height: 45px; color: #FFFFFF; font-size: 16px; border:none; margin-right: 40px; }
.product_btn{ margin-top: 40px; border:none; text-align: center; }
.product-tab{ width: 100%; line-height: 50px; color: #434343; display: inline-block; background-color: #f3f2f2; margin-top: 50px; }
.product-tab li{ float: left; cursor: pointer; padding: 0 44px; }
.product-tab li.active{ color: #ff3d3e; border-bottom: 3px solid #ff3d3e; }
.tab-recommend,.tab-detail,.tab-process{ display: none; width: 100%; display: inline-block; position: relative; }
.recommend-product{ display: inline-block; }
.recommend-product li{ float: left; text-align: center; position: relative; }
.remmend-img{ width: 200px; height: 140px; position: relative; }
.recommend-product li img{ width: 100%; height: 100%; }
.recommend-product li p{ font-size: 18px; color: #D32541; position: absolute; top: 63px; width: 100%; }
.if-equal-after,.if-add-after{ padding: 0 25px; display: inline-block; position: relative; top: 63px; }
.if-equal-after:before,
.if-add-after:before{ font-size: 18px; color: #D32541; display: inline-block; }
.recommend-price{ font-size: 30px; color: #D32541; display: inline-block; position: relative; top: -56px; left: -10px; }
.tab-recommend .recomment-detail{ width: 140px; text-align: right; margin-right: 70px; }
.tab-recommend .recomment-detail a{ display: block; margin-bottom: 30px; }
.detail-btn{ padding: 0 35px; line-height: 35px; border-radius: 5px; border: 1px solid #D32541; }
/* 产品详情 Ended*/

/* 产品详情 Ended*//* 产品详情 Ended*/


.jump,.clipboard{ cursor: pointer; }
.img-verify{ cursor: pointer; width: 100px; height: 34px; line-height: 34px; border: 1px solid #ccc; vertical-align: middle; display: inline-block; }
.get-smscode, .smscode-time{ width: 100px; height: 34px; line-height: 34px; font-size: 14px; color: #FFF !important; text-align: center !important; background: #ccc; vertical-align: middle; cursor: pointer; display: inline-block; }
.smscode-time{ display: none; }
.form-group{position: relative;}
.opt-tip{ cursor: pointer; }

/*数据清单表格*/
table.data-list{ width: 100%; background-color: #FFF; border-collapse: collapse; border-spacing: 0; text-align: center;}
table.data-list td{ padding: 10px 8px !important; background-color: #FFF; border: 1px solid #dcdcdc; line-height: 30px; vertical-align: middle;}
table.data-list tr:hover td{ background: #FFF5AC; }
table.data-list th{ text-align: center; background-color: #f5f5f5; line-height: 50px; border: 1px solid #dcdcdc;font-weight: normal; font-size: 16px;}
.data-list .opt, .data-list a,.form-data a{ color: #d9425a; }

/**
 * 订单列表
 */
table.head-box{ width: 100%; height: 50px; margin-top: 20px; background-color: #F3F2F2; font-size: 16px;}
table.head-box th,table.list-box th{font-weight: normal;line-height: 30px;text-align: center;}
table.list-box{ width: 100%; height: 50px; margin-top: 20px; border: 1px solid #F3F2F2; background-color: #F3F2F2; }
table.list-box .t-head th{font-size: 14px;line-height: 20px;}
table.list-box th{ text-align: left; font-size: 16px;}
table.list-box th span{ margin-right: 20px; }
table.list-box td{ background-color: #FFF; border: 1px solid #F3F2F2; text-align: center; line-height: 30px; vertical-align: middle;}
table.head-box td,table.list-box td,table.head-box th,table.list-box th{ padding: 10px; }
table.list-box td a{ color: #d9425a; }

.user_content .data-info{padding: 20px 0px;}
.data-info{ padding: 20px; background-color: #FFF; margin-bottom: 20px; overflow: hidden;}
.data-info table{ width: 100%; line-height: 30px; font-size: 16px; }
.data-info table td,.data-info .td{ padding: 5px 0px; position: relative;}
.data-info table td.name{ text-align: right; width: 180px; padding-right: 20px;vertical-align: top; }
.data-info table td.submit-box{ text-align: left; overflow: hidden; padding-left: 180px;padding-top: 20px;}

.data-info input[type="text"],.data-info input[type="password"]{ border: 1px solid #dcdcdc; background-color:#f5f5f5; width: 200px; line-height: 22px; padding: 5px 10px; font-size: 14px; color: #323232; }
.data-info input[readonly="readonly"],.data-info input[disabled="disabled"],.data-info select[disabled="disabled"] { background: #fff; cursor: no-drop; border-color: #fff;-webkit-appearance: none;}
.data-info select[disabled="disabled"] {padding: 0px 10px;}
.data-info select{ height: 32px; line-height: 32px; border: 1px solid #dcdcdc; background-color:#f5f5f5; font-size: 14px; outline: none; color: #323232; vertical-align: middle;}
.data-info textarea{ width: 100%; height: 120px; border: 1px solid #dcdcdc; background-color: #f5f5f5; outline: none; padding: 10px; font-size: 14px; box-sizing: border-box; }
.data-info .title-box{ height: 50px; line-height: 50px; border-bottom: 1px solid #dcdcdc; margin-bottom: 20px; }
.data-info .title-box .name{ float: left; font-size: 20px; margin-left: 20px; color: #323232; }
.data-info .title-box .name span{ color: #969696; }
.data-info .desc{font-size: 14px;}
.data-info .title-box .name dd{ float: left; margin-left: 0px; margin-right: 40px; }
.data-info .title-box .opt{ float: right; padding-right: 20px; font-size: 16px; }
.data-info a{color: #ff3d3e}
.data-info .nojump{display: inline-block;width: 100px;}
.data-info .tab-switch a{color: inherit;}


.submit-box { margin: 20px 0px; text-align: center; }

/*进度样式*/
.process-box{ position: relative; width: 100%; text-align: center; line-height: 20px; display: table; z-index: 1; }
.process-box:before{ border-top: 2px solid #dcdcdc; content: ' '; display: block; width: 100%; position: absolute; top: 27px; z-index: 0; }
.process-box li{ position: relative; padding: 10px; display: table-cell; }
.process-box li .label{ margin-bottom: 10px; }
.process-box li .label i{ background: #dcdcdc; width: 35px; height: 35px; line-height: 35px; border-radius: 50%; color: #FFF; font-style: normal; display: inline-block; }
.process-box li .label i.on{ background: #ff3d3e; }
.process-box li .info{ line-height: 22px; }
.process-box li .desc{ font-size: 10px; }

/**
 * 上传图片样式
 */
.win-upload-content .upload-img-box { overflow: hidden; margin-bottom: 40px;}
.win-upload-content .upload-img-box li{ position: relative; float: left; width: 100px; height: 100px; margin-right: 10px; margin-bottom: 10px; cursor: pointer; }
.win-upload-content .upload-img-box li.if:before{ position: absolute; top: 33px; left: 33px; border-radius: 50%; width: 30px; height: 30px; line-height: 30px; text-align: center; color: #FFF; background-color: #2796D7; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; }
.win-upload-content .upload-img-box li img{ width: 97px; height: 97px; border:1px solid #dcdcdc; padding: 1px; }
.win-upload-content .upload-img-box .if-delete{ position: absolute; top: 0px; right: 0px; color: #333; display: none; }
.win-upload-content .upload-img-box li:hover img{border:1px solid #ff3d3e;}
.win-upload-content .upload-img-box li:hover .if-delete{ display: block; }
.win-upload-content .upload-img-box .if-delete:hover{ color: #666; }
.win-upload-content .upload-img-box li.add{ background-color: #CBCBCB; line-height: 100px; text-align: center; }
.win-upload-content .upload-img-box li .if-add:before{ font-size: 60px; color: #999; top: 20px;}
.win-upload-content .upload-img-box li:hover.add{ background-color: #aaa; }
.win-upload-content .upload-img-box li:hover .if-add:before{ color: #666; }
.win-upload-content .upload-img-box .desc{ position: absolute; left: 0px; bottom: 0px; width: 102px;height: 28px; line-height: 28px; color: #FFF; text-align: center; background: #000; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; display: block; overflow: hidden; }
.win-upload-content .upload-img-box .uploadify-button,.upload-img-box .uploadify:hover .uploadify-button{ border: 0px; background: inherit; background-image: none; }
.win-upload-content .upload-queue-list{ position: fixed; top: 40%; left: 35%; }
.win-upload-content .upload-img-box .swfupload{ left: 0px; top: 0px; }
.win-confirm-content{ margin:auto; width:300px; padding:20px 15px; padding-bottom: 70px; }
.win-upload-content{ margin:auto; width:600px; height: 300px; padding: 0px; padding-bottom: 70px; margin-bottom: 40px; }
.win-upload-content .load-more{ position: relative; top:-60px; width: 100%; height: 40px; line-height: 40px; margin-bottom: 50px; text-align: center; }
.win-opt-box{ position: absolute;left: 0px; bottom: 0px; width:100%; height:40px; line-height: 40px; text-align:right; background:#f5f5f5; border-top:1px solid #dcdcdc; padding-right: 2%; }

/*上传列表清单*/
.upload-list{ margin-top: 10px; }
.upload-list li{padding-right: 18px; overflow: hidden; float: left; text-align: center; position: relative; list-style: none;}
.upload-list li img{ width: 100px; height: 100px; border: 1px solid #dcdcdc; padding: 10px; display: block; cursor: pointer; }
.upload-list li img:hover{ border: 1px solid #ff3d3e; background: #E9EFF6; }
.upload-list li .desc{ float: left; width: 102px; height: 22px; line-height: 22px; overflow: hidden; }
.upload-list li .cancel{ position: absolute; top: 0px; right: 18px; height: 20px; line-height: 20px; width:20px; background: #c5c3c3; color: #FFF; cursor: pointer; }


/*价格颜色*/
.price{color: #ff3d3e !important;font-family: "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}

/*TAB切换*/
.tab-switch{ line-height: 40px; overflow: hidden; margin: 10px 0px; background: #F3F2F2; }
.tab-switch li{ float: left; padding: 0px 20px; cursor: pointer;}
.tab-switch a{display: block;}
.tab-switch li.on,.tab-switch li:hover{ color: #ff3d3e; border-bottom: 2px solid #ff3d3e; }
.tab-switch li.on a,.tab-switch li:hover a{ color: #ff3d3e !important; }
/*我的账户*/
.account-info{ width: 100%; background-color: #FFF; border: 1px solid #dcdcdc; text-align: center; }
.account-info .name{ font-size: 16px; }
.account-info .price{ font-size: 26px; }
.account-info td{ padding: 50px 0px !important;}
.account-info .line{ border-right: 1px solid #dcdcdc; }

/**
 * 消息提示信息
 */
#msgbox-div{ color:#555952;padding:10px 8px; position:fixed;  top:20%; z-index:100000; line-height:20px; height:40px; border-radius: 5px; background-color: #fff; }
#msgbox-div i{ margin-right: 5px; }
.msgbox-success .if{ color: #57BA51; }
.msgbox-error .if{ color: #FF663B; position: relative; top: -1px; }
.msgbox-warn .if{ color: #FD8920; }
.msgbox-success{ box-shadow: 0px 0px 3px #57BA51; border: 1px solid #57BA51;}
.msgbox-error{ box-shadow: 0px 0px 3px #FF663B; border: 1px solid #FF663B;}
.msgbox-warn{ box-shadow: 0px 0px 3px #FD8920; border: 1px solid #FD8920;}

/**
 * 支付方式
 */
.pay-select-list li{ padding: 5px 8px; margin-right: 10px; margin-bottom: 10px; border: 1px solid #dcdcdc; background: #FFF; cursor: pointer; overflow: hidden; display: inline-block; line-height: 32px;}
.pay-select-list li:hover{ border: 1px solid #BD0004; }
.pay-select-list img{ vertical-align: middle; margin-left: 10px; height: 32px; }

.page{ text-align: right; margin: 10px 0px; overflow: hidden; }
.page a,.page span{ background-color: #EFF2F7; border: 1px solid #EFF2F7; line-height: 1.42857; margin-left: 1px; padding: 6px 12px; position: relative; text-decoration: none; color: #535351; display: inline-block; }
.page .current, .page a:hover{ background-color: #65CEA7; border-color: #65CEA7; color: #fff !important; text-decoration: none; }

/**
 * 优惠券清单
 */
ul.coupon-list{padding: 0px 14px;overflow: hidden;}
ul.coupon-list li{ float: left; width: 200px; height: 110px; margin: 10px 6px; padding-top: 20px; background: #fff url(../images/bg-coupon.png) no-repeat; position: relative; cursor: pointer;}
ul.coupon-list li.active{background: #fff url(../images/bg-coupon-on.png) no-repeat;}
ul.coupon-list li p{ padding: 0px 20px; line-height: 26px; color: #FFF; height: 26px;}
ul.coupon-list .coupon-price .price{ font-size: 20px; color: #FFF !important; }
ul.coupon-list .full-price{font-size: 12px}
ul.coupon-list .coupon-title{ position: absolute; bottom: 0px; left: 0px; right: 0px; color: #434343;overflow: hidden; }
ul.coupon-list li i.if{ position: absolute; right: -25px; bottom: 0px; width: 30px; height: 30px; border-width: 25px; border-style: solid; border-color: transparent transparent #DB1737 transparent; display: none; }
ul.coupon-list li i.if:before{ top: 11px; color: #FFF; left: -13px; font-size: 14px; }
ul.coupon-list li.active i.if{ display: inline-block; }
/**
 * 加载样式
 */
.loading-box{ margin: auto; background-color: #000; background-repeat: no-repeat; background-position: center; display: inline-block; border-radius: 10px; padding: 10px; margin: 10px; filter:alpha(opacity=60); -moz-opacity:0.6; opacity:0.6; position: fixed; z-index: 100000000; }
.loading-box .if-logo{ line-height: 86px; position: absolute;left: 0px; color: #FFF;text-align: center; width:100%;}
.loading-box .if-logo:before{ font-size: 60px; }
.loading { margin: auto; position: relative; border-top: 3px solid #FFF; border-right: 3px solid #FFF; border-bottom: 3px solid #FFF; border-left: 3px solid #ff3d3e; -webkit-animation: loading 1.1s infinite linear; animation: loading 1.1s infinite linear; }
.loading, .loading:after { border-radius: 50%; width: 80px; height: 80px; }
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg) translateZ(0);
		transform: rotate(0deg) translateZ(0);
	}
	100% {
		-webkit-transform: rotate(360deg) translateZ(0);
		transform: rotate(360deg) translateZ(0);
	}
}
/* 产品详情 Ended*/

/* 关于我们 Start */
.about_display_img{ width: 100%; height: 430px; margin: 20px 0 10px 0; }
.about_info .about_title{ font-size: 22px; line-height: 30px; color: #434343; padding: 10px 10px; border-bottom: 1px solid #E0DCDC; }
.about_info .about_content{ font-size: 16px; line-height: 30px; color: #434343; font-size: 16px; }
.about_content .employed{ padding: 70px 65px; width: 100%; display: inline-block; }
.about_content .employed li{ float: left; width: 33.33%; padding: 0 85px; text-align: center; line-height: 50px; font-size: 24px; }
.employed li i{ display: inline-block; width: 100%; height: 180px; line-height: 180px; color: #FFF; text-align: center; border-radius: 50%; margin-bottom: 20px; }
.if-about-accounting{ background-color: #735197; }
.if-about-house{ background-color: #46b6c9; }
.if-about-software{ background-color: #f3c132; }
.if-about-house:before,.if-about-accounting:before,.if-about-software:before{ font-size: 90px; }
.about_company_img li{ color: #434343; }
.about_company_img li img{ width: 540px; height: 365px; }
.about_user{ text-align: center; border-top: 1px solid #e0dcdc; border-left: 1px solid #e0dcdc; }
.about_user li{ float: left; width: 33.33%; height: 270px; border-bottom: 1px solid #e0dcdc; border-right: 1px solid #e0dcdc; }
.about_user li img{ width: 100%; height: 100%; }
.about_map{ padding-top: 10px; padding-bottom: 10px; }
/* 关于我们 Ended*/

/*首页*/
.ih-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ih-item a {
    color: #333;
    display: block;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item.circle {
    position: relative;
}

.ih-item.circle .img {
    position: relative;
}
 .ih-item.circle .img p{line-height: 30px;}

.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ih-item.circle .info {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.circle.effect3 .img {
    /*z-index: 11;*/
    -webkit-transition: all 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 1.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);

}
.ih-item.circle.effect3 .img p{
	font-size: 18px;
}
.ih-item.circle.effect3 .info {
	height: 80px;
    opacity: 0;
    /*pointer-events: none;*/
    -webkit-transition: all 1s cubic-bezier(0.13, 1.04, 0.57, 1.17);
    -moz-transition: all 1s cubic-bezier(0.13, 1.04, 0.57, 1.17);
    transition: all 1s cubic-bezier(0.13, 1.04, 0.57, 1.17);
}

.ih-item.circle.effect3.bottom_to_top .img {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.circle.effect3.bottom_to_top a{
	/*padding-top: 35px;*/
}
.ih-item.circle.effect3.bottom_to_top a:hover{
	padding-bottom: 30px;
}
.ih-item.circle.effect3.bottom_to_top a:hover .img {
    -webkit-transform: scale(0.8) translateY(-30px);
    -moz-transform: scale(0.8) translateY(-30px);
    -ms-transform: scale(0.8) translateY(-30px);
    -o-transform: scale(0.8) translateY(-30px);
    transform: scale(0.8) translateY(-30px);
}
.ih-item.circle.effect3.bottom_to_top a:hover .img p{font-size: 40px;display: inline-block; font-size: 23px;
    position: relative;
    top: -12px;
    left: 0;}

.ih-item.circle.effect3.bottom_to_top a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.ih-item.circle .info ul{display: inline-block;width: 100%;text-align: center;}
.ih-item.circle .info ul li {position: relative; cursor: pointer; color: #FFF;margin-right: 10px; width: 33.33%;display: inline-block;border:none;width:80px;height: 80px;line-height: 30px;font-size: 14px;}
.ih-item.circle .info ul li img{opacity: 1;}
.ih-item.circle .info ul li:last-child{margin-right:0; }
.new-hot-service{border:1px solid #e0dcdc;display:inline-block;width: 100%;padding: 40px 0;    display: table;} /*3个时 60*/
.new-hot-service li{width:33.33%;/*height:278px;*/text-align: center;position: relative;border-right: 1px solid #e0dcdc;overflow: hidden;display: table-cell;}
.new-hot-service li:last-child{border-right:none;}
.ih-item.circle .info ul li:hover p{opacity: 1;}
.ih-item.circle .info ul li img{border-radius: 50%;}
.ih-item.circle .info ul li p{position: absolute;left: 0;top: 0;padding:25px 0;width: 100%;text-align: center;z-index: 13;}
.ih-item.circle .info ul li p.index-overflow{z-index:12;background-color: #000;opacity: 0.5;width: 100%;height: 100%;border-radius: 50%;position: absolute;top: 0;left: 0;}
.ih-item.circle .info ul li:hover p.index-overflow{opacity: 0.1;}

.detail .detail-left{float: left;width: 280px;}
.detail .detail-left .detail-menu{margin-top: 30px;}
.detail .detail-left .detail-menu:first-child{margin-top: 0;}
.detail-menu .menu-title{font-size: 20px;text-align: center;padding: 20px 20px;background-color: #f3f2f2;border:1px solid #e0dcdc;}
.detail-menu .menu-content{border:1px solid #e0dcdc;border-top: none;padding: 20px 20px;}
.menu-content .content-title{color: #ff3d3e;font-size: 20px;margin-top: 30px;}
.menu-content .content-title-2{font-size: 20px;margin-top: 10px;cursor: pointer;}
.menu-content .content-title-2 .if{margin-right: 10px;}
.menu-content ul li{text-align: center;border-bottom: 1px solid #e0dcdc;padding-bottom: 50px;}
.menu-content ul li ul li{padding-bottom: 20px;}
.menu-content ul li:last-child{border-bottom: none;}
.menu-content .content-desc{font-size: 18px;line-height: 30px;margin-top:10px;}
.menu-content .content-btn{padding-right: 40px;padding-left:40px;margin-top: 40px;}
.menu-content .content-btn button{width: 100%;color: #FFF;background-color: #ff3d3e;padding-top: 15px;padding-bottom: 15px;border-radius: 5px;cursor: pointer;}
.menu-content .content-name{font-size: 18px;color: #ff3d3e;line-height: 40px;margin-top: 10px;}
.menu-content p{font-size: 16px;line-height: 30px;}
.menu-content ul li.content-list{padding-bottom: 20px;padding-top: 20px;}
.detail .detail-right{float: right;width: 900px;}
.tab-detail img{max-width: 100%;}
.front{display: inline-block;width: 100%;margin-bottom: 10px;}
.front .img{float: left;}
.front .example{float: left;margin-left:80px;}
.front .example img{width: 150px;}
.front .example p{text-align: center;}

.calculate-input{padding: 30px 10px; text-align: center;background-color: #f5f5f5;}
.calculate-input input{padding: 15px 10px 15px 27px;width: 600px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.calculate-input .calculate-amount{display: inline-block;position: relative;}
.calculate-input .calculate-amount i{position: relative;top:2px;left: 30px;color: #a0a0a0;font-size: 20px;}
.calculate-input button{ cursor: pointer; padding: 13px 30px; border-top-right-radius:5px; border-bottom-right-radius:5px; background-color: #ff3d3e; color: #FFF; margin-left: -4px; font-size: 16px; position: relative; top: 1px; }
.calculate-input .calculate-amount .tax-btn.disabled{background-color: #d5d5d5;}
.calculate-content{text-align: center;display: none;}
.calculate-content table{margin: 0 auto;position: relative;}
.calculate-content table:before{ content: ''; width: 400px; height: 1px; border-bottom: 2px dashed #e8e8e8; display: inline; position: absolute; top: 60px; }
.calculate-content table:after{ content: ''; width: 1px; height: 400px; border-left: 2px dashed #e8e8e8; display: inline; position: absolute; top: 47px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
.calculate-content table td{position: relative;vertical-align: middle;}
.calculate-content table td.middle{width: 50%}
.calculate-content table tr{height: 120px;}
.calculate-content table td .tab-content{ margin: 0 auto; width: 100%; position: relative; z-index: 16; background-color: #fFF; }
.calculate-content table td i{font-size:5rem;}
.icon-new-daijiaopingtai{color: #a0a0a0;position: relative;left: 6px;}
.icon-new-jianshuidaren{color: #d4ad7a;position: relative;left: -7px;}
.round{ border-radius: 50%; width: 70px; height: 70px;line-height: 20px;padding: 25px 0px; margin: 0 auto; display: inline-block; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); color: #a0a0a0;background-color: #f5f5f5;}
.calculate-content .earn_more{ font-size: 30px; padding: 30px 0 40px 0; color: #a0a0a0; }
.calculate-content .earn_more .earn_more_price{color: #cda875;}
.calculate-content .calculate-mobile{ padding: 15px 10px 15px 30px; width: 300px; border: 1px solid #e0dcdc; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
.calculate-get-mobile .icon-new-shouji{ position: relative; top:3px;left: 30px; color: #a0a0a0;font-size: 1.5rem;}
.calculate-content .get-tax-btn{cursor: pointer; padding: 15px 30px; margin-left: -5px; background: #ff3d3e; color: #FFF; border: 1px solid #e0dcdc; }
.calculate-content .get-tax-btn.disabled{background-color: #d5d5d5;}
.color-calculate{color: #cda875;}
.font-20{font-size: 20px;}
.line-25{line-height: 25px;}
.text-right{text-align: right !important;}
.text-left{text-align: left !important;}
.text-center{text-align: center !important;}


.user-finance select{width: 145px;}
.user-finance .btn{padding: 0 10px;background-color: #ff3d3e;color: #FFF;float: right;}

/*创建问题*/
.problem-title{position: relative; border-bottom:4px solid #e0dcdc;font-size: 20px;}
.problem-title p{margin:0 0; display: inline-block;border-bottom: 4px solid #918f8f;padding-top: 22px;padding-bottom: 22px;margin-bottom: -4px;font-size: 24px;width: 149px;text-align: center;color: #434343;}
.problem{padding: 0 30px;}
.problem .problem-items{margin-top: 50px;padding-bottom: 10px;border-bottom: 1px solid #e0dcdc;}
.problem-items .problem-items-question{font-weight: bold; color: #434343;font-size: 18px;margin-bottom: 10px;width: 100%;display: inline-block;line-height: 30px;position: relative;cursor: pointer;}
.problem-items .problem-items-question > .no{float: left;width: 32px;}
.problem-items .problem-items-question > .no:before{ content: 'Q'; background-color: #39b6ca; position: absolute; width: 25px; height: 25px; padding: 0; text-align: center; line-height: 25px; left: 0px; top: 0;  border-radius: 50%;color: #FFF; }
.problem-items .problem-items-question > .title{float: left;width: 800px;padding-left: 32px;}
.problem-items .problem-items-question > i{ position: absolute; right: 0; top: 50%; transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); /*color: #a0a0a0;*/}
.problem-items .problem-items-answer{position: relative; color: rgb(67,67,67);width: 100%;line-height: 25px;}
.problem-items .problem-items-answer > .content{float: left;width: 800px;padding-left: 32px;}
.problem-items .problem-items-answer{display: inline-block;}
.problem-items {padding-bottom: 30px;}
.problem-items .problem-items-question > i {transform:translateY(-50%) rotate(90deg); -ms-transform:translateY(-50%) rotate(90deg); -moz-transform:translateY(-50%) rotate(90deg); -webkit-transform:translateY(-50%) rotate(90deg); -o-transform:translateY(-50%) rotate(90deg);}
.problem-items .problem-items-answer > .no:before{ content: 'A'; background-color: #b1bd35; position: absolute; width: 25px; height: 25px; padding: 0; text-align: center; line-height: 25px; left: 0px; top: 0;  border-radius: 50%; color: #FFF; font-size: 14px; }

.del{text-decoration:line-through;color: #999 !important;}

