/* mobile Style Sheet */
body,html{
	width: 100%;
	height: 100%;
}
body{
	min-width: 100% !important;
}
input{
	color: black;
}
.container{
	max-width: 1200px;
	width: auto !important;
}
.shade{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	display: none;
}
.btn{
	border-radius: 0;
}
.re{
	position: relative;
}
.ellpisis{
	text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.vt{
	vertical-align: top !important;
}
.vm{
	vertical-align: middle !important;
}
.vb{
	vertical-align: bottom !important;
}
.vsub{
	vertical-align: sub !important;
}
.mb{
	margin-bottom: 0 !important;
}
.text-indent{
	text-indent: 2em;
}
a:focus, a:hover{
	text-decoration: none;
}
.h10{
	height: 10px;
}
.h15{
	height: 15px;
}


.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
	not supported by any browser */
}

.m-btn{
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn-submit{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-submit:hover{
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}
.btn-reset{
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-reset:hover{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.color-must{
	color: #fd4d4d;
}

/* 顶部菜单 */
#site-top .top-menu .menu-login{
	padding: 0 5px;
}

#site-top .top-menu .menu-login .login-box-new{
	padding:20px;
	width: 290px !important;
	z-index: 10002 !important;
}

#site-top .top-menu .menu-login .login-box-new.debug{
	padding:20px 20px 0px 20px;
}
#site-top .top-menu .menu-login .login-box-new .input-field{
	width: 250px !important;
}
#site-top .top-menu .menu-login .login-box-new .input-field:focus{
	background: #fff;
}

/* 首页轮播图 */
.index-swiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.3;
    overflow: hidden;
    cursor: pointer;
}
.index-swiper .swiper-slide img{
	width: 100%;
}
.index-swiper .swiper-pagination-bullet-active{
	background-color: #f60;
}
.index-swiper .swiper-pagination:hover .swiper-pagination-bullet{
	opacity: 1;
}
.index-swiper .swiper-pagination {
	bottom: 120px;
}
.index-swiper .swiper-button-prev,
.index-swiper .swiper-button-next{
	width: 33px;
	height: 66px;
}
.index-swiper .swiper-button-prev{
	background: url('/share/images/icons_pre.png') no-repeat;
	left:  15px;
}
.index-swiper .swiper-button-next{
	background: url('/share/images/icons_next.png') no-repeat;
	right: 15px;
}
/* 搜索栏 */
.search-bar{
	z-index: 10001;
}
.search-input .search-show-yumin-btn{
	position: relative;
	z-index: 10001;
}

/* list big */
.index-product .product-list .list-big .list-big-item,
.index-product .product-list .list-small .list-small-item{
	padding: 0;
}
.index-product .product-list .list-big .list-big-item li,
.index-product .product-list .list-small .list-small-item li{
	width: 99.6%;
}
.navbar-default .navbar-toggle{
	border: none;
	margin-top: 10px;
	padding-right: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent
}
.icon-bar{
	background: black;
	opacity: 1;
}
.index-cert{
	padding-bottom: 36px;
}
.index-cert .cert-list{
	padding-left: 15px;
}
.index-cert .cert-list ul li{
	padding: 0;
}
.index-cert .cert-name{
	margin-top: 5%;
}

/* 域名查询 */
.yuming{
	width: 80%;
	top: 55px;
	left: 0;
	min-width: 290px;
}
.yuming label{
	font-weight: normal;
}
.yuming .column{
	width: auto;
	float: none;
	width: 16%;
	min-width: 110px;
	display: inline-block;
}

/* index-honor */
.index-honor .honor-title{
	width: 120px;
	height: 40px;
	margin-left: -60px; 
	font-size: 20px;
	line-height: 40px;
}
.index-honor .honor-swiper{
	width: 100%;
	height: 100%;
	padding: 5% 0;
}
.index-honor .honor-swiper .item-image{
	display: table;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 100%;
	height: 80px;
}
.index-honor .honor-swiper .item-image img{
	max-width: 100%;
}
.index-honor .honor-swiper .image-cell{
	display: table-cell;
	vertical-align: middle;
}
.index-honor .swiper-slide a{
	font-size: 12px;
	color: #0066cc;
}
.index-honor .honor-swiper .swiper-slide:hover a{
	color: #FF831D;
}

.index-honor .honor-swiper .swiper-slide{
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* index-navbar */
.m-logo{
	width: 122px;
	margin: 12px 0 0;
}
.m-login-btn{
	color: #fe6601;
	font-size: 15px;
	position: absolute;
	right: 64px;
	top: 18px;
}
.index-product .product-list .list-small li .item-name{
	padding-bottom: 0;
}
.index-product .product-list li .item-detail{
	line-height: 1.2em;
}
#nav_new .btn:hover{
	background: #E33701;
}
.m-index-navbar{
	border:  none;
	margin-bottom: 0;
	z-index: 10002;
}
.navbar-nav{
	margin-bottom: 0;
	margin-right: 0;
}
.m-index-navbar .navbar-nav>li>a{
	font-weight: bold;
	color: #000;
}
.m-index-navbar .navbar-nav>li>a:focus,.m-index-navbar .navbar-nav>li>a:hover{
	color: #FF831D;
    background-color: #eee;
}
.m-index-navbar .navbar-nav>li .btn{
    color: white;
    background-color: #E33701;
}
.index-product .product-list .list-small .host .item-icon-s{
	margin-right: 30px;
}
.m-index-navbar .navbar-nav>li .btn:hover{
    color: white;
    background-color: #E33701;
    box-shadow: 1px 1px 10px #A70000 inset;
}
.index-product .product-list .list-small li .item-icon-s{
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-left: -30px;
}

/* 首页代理 新闻 */
.index-agent .agent-news ul li{
	width: 100%;
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden; 
}

.index-contact dt{
	line-height: 2.5;
}
.m-footer .index-contact dd{
	text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}

.m-footer .index-contact dl{
	min-height: 180px;
	text-indent: 0;
	text-align: center;
}
.m-footer .index-contact dd{
	text-align: left;
	text-indent: 39%;
}




@media (max-width: 1200px) { 
	/* navbar */
	.navbar-height{
		width: 100%;
		height: 50px;
	}
	.search-input .searchn-name{
		width: 60%;
	}
	.search-input a,
	.search-input .search-btn{
		width: 20%;
	}
	.navbar-right{
		margin-right: 0;
	}
	.index-cert{
		height: auto !important;
	}
}








/************************************************************* ********************************************************************************************************/
/************************************************************* login 登录界面   ********************************************************************************************************/
/************************************************************* login 登录界面	  ********************************************************************************************************/
/************************************************************* ********************************************************************************************************/

/*  登录轮播图 */
.login-container{
	padding: 50px 15px;
}
.login-container .container-left{
	padding-right: 0;
}
.login-swiper{
	text-align: center;
}
.login-swiper .swiper-wrapper,
.login-swiper .swiper-slide{
	height: auto;
}
.login-swiper img{
	width: 90%;
	max-width: 100%;
}
/* 登录框//  */
.login-box {
    border: 1px solid #dadada;
    background-color: #fff;
    padding: 11.5px 20px;
    max-width: 720px;
    min-width: 290px;
    marign: 0 auto;
}
.login-box-header{
    border-bottom: 1px solid #dadada;
}
.login-title{
    color:#f60;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #f60;
    line-height: 50px;
    margin-bottom: -1px;
    padding: 0 5px;
}
.login-box-body {
    padding: 10px 0;
}
.login-box-body .form-item{
	padding: 10px 0 4px;
}
.login-box-body .form-item-name{
	font-size: 14px;
	line-height: 20px;
}
.login-box-body .form-item-input{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 7px 0 0;
	border-radius: 1px;
}
.login-box-body .form-item-input:hover{
	border-radius: 0;
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.login-box-body .link{
	color: #FF831D;
}
.login-box-body .link:hover{
	text-decoration: underline;
}

.login-box-body .form-confim{
	padding: 20px 0 30px;
	font-size: 0;
}
.errorinfo{
	margin-top: 10px;
}

.login-box .login-btn,
.login-box .register-btn{
	display: inline-block;
	width: 48%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #777;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.login-box .login-btn{
	color: #fff;
	line-height: 44px;
	margin-right: 4%;
	background-color: #ff6600;
	background-image: -moz-linear-gradient(top, #ff9900, #ff6600);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9900), to(#ff6600));
	background-image: -webkit-linear-gradient(top, #ff9900, #ff6600);
	background-image: -o-linear-gradient(top, #ff9900, #ff6600);
	background-image: linear-gradient(to bottom, #ff9900, #ff6600);
	border: 1px solid #DE6514;
	-webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
	box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.9);
}
.login-box .login-btn:active {
    background-color: #ff6600;
    background-image: -moz-linear-gradient(top, #ff6600, #ff6600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6600), to(#ff6600));
    background-image: -webkit-linear-gradient(top, #ff6600, #ff6600);
    background-image: -o-linear-gradient(top, #ff6600, #ff6600);
    background-image: linear-gradient(to bottom, #ff6600, #ff6600);
    -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
}
.login-box .login-btn:hover {
    background-color: #ff6600;
    background-image: -moz-linear-gradient(top, #FFAC2E, #ff6600);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFAC2E), to(#ff6600));
    background-image: -webkit-linear-gradient(top, #FFAC2E, #ff6600);
    background-image: -o-linear-gradient(top, #FFAC2E, #ff6600);
    background-image: linear-gradient(to bottom, #FFAC2E, #ff6600);
}

.login-box .register-btn{
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
	background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
	border: 1px solid #dadada;
}
.login-box .register-btn:active {
    background-image: -moz-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: -o-linear-gradient(top, #eeeeee, #eeeeee);
    background-image: linear-gradient(to bottom, #eeeeee, #eeeeee);
    -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.1);
}
.login-box .register-btn:hover {
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.login-order-way{
	padding: 10px 0 4px;
	border-top: 1px solid #dadada;
	text-align: center;
}
.login-order-way .title{
	display: inline-block;
	margin-top: -18px;
	line-height: 18px;
	background-color: #fff;
	padding: 0 10px;
	color: #9a9a9a;;
	font-size: 14px;
}
.login-order-way .list{
	list-style: none;
	text-align: center;
	padding: 10px 0 0;
	margin-bottom: 10px;
}
.login-order-way .list li{
	display: inline-block;
	padding: 0 10px;
}



/************************************************************* ********************************************************************************************************/
/************************************************************* register 注册界面   ********************************************************************************************************/
/************************************************************* register 注册界面	  ********************************************************************************************************/
/************************************************************* ********************************************************************************************************/

.register-container{
	max-width: 1000px !important;
	line-height: 1.42857143;
	vertical-align: top;
	margin-bottom: 20px;
}
/* 注册标题 */
.register-slogan{
	background: url('/apply/images/reg_bar_back.gif');
	margin-top: 10px;
}
.register-slogan img{
	width: 100%;
	max-width: 568px;
}
/* 注册步骤 */
.register-steps{
	background: url('/apply/images/regStat_bg.gif');
}
.register-step{
	display: inline-block;
	text-align: center;	
	height: 28px;
	line-height: 20px;
}
.register-step-cell{
	height: 25px;
	line-height: 25px;
}
.register-step-reg,
.register-step-remit{
	max-width: 120px;
	width: 25%;
}

.register-step-scp{
	max-width: 160px;
	width: 30%;
}
.register-steps-bg{
	height: 25px;
	background: #E8E8E8;
}

.register-step.active{
	background-color: #ff7300;
	height: 28px;
}

.register-step.active .register-step-cell{
	background-color: #E8E8E8;
    max-width: 118px;
    position: relative;
    top: 3px;
}

/* 注册表单 */
.register-msg{
	font-size: 12px;
	line-height: 24px;
	padding: 8px;
}
.register-msg img{
	vertical-align: middle;
}
.register-msg .color-must{
	font-size: 16px;
	padding: 0 5px;
	vertical-align: middle;
}
/* 注册表单 */
.register-form .form-group{
	margin: 0 auto;
	text-indent: 2em;
	padding: 10px 0;
}
.register-form .form-group:nth-child(odd){
	background-color: #f7f7f7;
}
.register-form .control-label{
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	max-width: 200px;
	padding: 0;
}
.register-form-input,
.register-form-msg{
	padding: 0;
}

.register-form-input .form-control{
	border-radius: 0;
	font-size: 12px;
	color: #000;
	text-indent: 0;
	display:inline-block;
    width: 81%;
    max-width: 282px;
}
.register-form-input .color-must{
	font-size: 16px;
	vertical-align: middle;
	padding: 0 5px;
}
.register-form-country{
	padding-left: 24px;
}
.register-form-input input[type="checkbox"]{
	vertical-align: sub;
}
.register-form .form-confim{
	text-align: center;
}
.register-form .form-confim .confim-item{
	line-height: 32px;
}
.register-form .form-confim .confim-item input[type=checkbox],
.register-form .form-confim .confim-item a{
	vertical-align: middle;
}
.register-form .form-confim .m-btn{
	width: 120px;
	margin: 10px 10px 0 0;
}

#footer,
.footer-box{
	max-width: 100%;
}

.foot-inc .pay{
	width: 66%;
	float: left;
	margin-right: 1%;
}
.foot-inc .tixi{
	width: 33%;
	float: left;
	height: auto;
}
.foot-inc .tixi h2{
	display: inline-block;
	margin-left: 0;
}

.foot-inc img{
	margin-left: 0;
}
.pay{
	background: url(/images/bl_b.gif) repeat-x;
	border: 1px solid #ccc;
	float: left;
}
.pay_L {
    display: block;
    float: left;
}

.foot-inc .pay_L{
    padding: 7px 3% 10px 1.5%;
    width: 17.5%;
	height: auto;
	margin-top: 0;
}
.foot-inc .pay_R{
	width: 82.5%;
	margin: 0;
    padding-top: 18px;
    float: left;
}

.foot-inc .pay_L .pay-way{
	width: 100%;
}

.foot-inc .pay_R .pay-pic{
    margin: 0 1.5% 0 0;
	width: 9.5%;
	float: left;
}
.foot-inc .pay .pay-pp_usd{
	margin-right: 0;
	margin-left: 0;
}


.foot-inc .pay .pay-way{ max-width: 83px; width:  }
.foot-inc .pay .pay-pic{ max-width: 49px; }

.foot-inc .tixi{
	text-align: center;
    background: url(/images/ye_b.gif) left top repeat-x;
    border: 1px solid #999;
    float: right;
    text-align: center;
}
.foot-inc .tixi .title{
	font-size: 14px;
	font-weight: bold;
    line-height: 14px;
    padding: 16px 0 4px;
}
.foot-inc .tixi .agent{
	line-height: 28px;
	margin-bottom: 6px;
}
.foot-inc .tixi .agent a{
	padding: 0 1%;
}
.footer-bg-line{
	background:url(/images/foot-bg.gif) center no-repeat;
	height:20px;
	margin:1% auto;
    background-size: contain;
}
.foot-inc .bottom_text{
	text-align: center;
}

.copyright,
.bottom_img,
.bottom_text{
	width: 100%;
}

/* 支付页面 */
.pay-title{
	margin-bottom: 15px;
}
.pay-title h2{
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	font-weight: bold;
	text-indent: 1em;
	color: #000;
	background-color: #efefef;
	text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}
.pay-table .title h3{
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 1em;
	color: #09C;
	background-color: #E2E2E2;
	text-overflow:ellipsis; white-space:nowrap; overflow:hidden;

}
.pay-table .title h3 small{
	color: #000;
    color: #4d4d4d;
    font-weight: bold;
}

/* 支付步骤示意图 */
.payStepSketchMap .step{
	padding: 0;
	text-align: center;
	font-size: 12px;
	height: 39px;
	line-height: 39px;
}
/* 支付注意事项 */
.payMatterNeedingAttention{
	position: relative;
	padding: 0 15px 10px;
}
.payMatterNeedingAttention h3{
	font-weight: bold;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 25px;
}
.payMatterNeedingAttention p{
	position: relative;
	text-indent: 2em;
	padding: 0;
	line-height: 2em;
}
.payMatterNeedingAttention p .must-icon{
	position: absolute;
	top: 2px;
	left: -1em;
}
.buttonred {
    background: url(/images/bbk_red.gif) #fff;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    border: #666666 1px solid;
    cursor: pointer;
    padding-left: 22px;
    vertical-align: middle;
    margin-left: 10px;
}

/*  网上支付 */
.onlinePayment{
	margin-top: 20px;
	margin-bottom: 10px;
}
.onlinePayment-left{
	margin-top: 15px;
	margin-bottom: 15px;
}
.onlinePayment-left .picBox{
	width: 120px;
	text-align: center;
}
.onlinePayment-left .pic{
	max-width: 100%;
}
.onlinePayment-left .text{
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 0;
}
.onlinePayment .buttonred{
	margin-left: 0;
}

.onlinePayment-right .picBox{
	max-width: 400px;
	width: 152px;
	margin-right: 15px;
	text-align: center;
}
.onlinePayment-right .picBox .pic-cell{
	position: relative;
	height: 30px;
	line-height: 30px;
	float: left;
}
.onlinePayment-right .picBox .pic-cell-1,
.onlinePayment-right .picBox .pic-cell-2{
	width: 50px;
}
.onlinePayment-right .picBox .pic-cell-3{
	width: 52px;
}
/* 汇款表格 */
.payment-table{
	text-align: center;
	margin-bottom: 10px;
}
.payment-table th{
	background-color: #E2E2E2;
	height: 32px;
	text-align: center;
}
.payment-table td{
	border: 1px solid #ccc !important;
	padding: 10px !important;
}
.payment-table p + p{
	margin-top: 8px;
}
.payment-table a{
	color: #333399;
}

.payment-remark{
	padding: 12px 0 18px;
	max-width: 100%;
	width: 865px;
}
.payment-remark .icon{
	float: left;
	margin-top: 5px;
}
.payment-remark .text{
	margin-left: 20px;
	font-weight: bold;
	line-height: 2;
}
.payment-remark .text span{
	color:#0099CC;
} 
/* 银行电汇 */
.bankCableTransfer-table td{
	border: 1px solid #ccc !important;
	height: 72px;
	padding: 20px 10px !important;
}
.bankCableTransfer-table td img{
	max-width: 80%;
}
.bankCableTransfer-table td:nth-child(2){
	min-width: 200px;
}
.bankCableTransfer-table .citi{
	font-size:18px;
	font-weight:bold; 
	color:#000080;
	margin-right: 5px;
}
.bankCableTransfer-table.individualAccount td{
	height: auto;
	padding: 10px !important;
}
.bankCableTransfer-table.doorPayment td{
	padding: 0 !important;
}
.payment-matter{
	background-color: #EEEEEE;
	padding: 10px 15px;
}
.payment-matter .matter-left{
	display: inline-block;
	width: 38px;
	vertical-align: top !important;
}
.payment-matter a{
	color: #333399;
}
.payment-matter a:hover{
	color: #FF831D;
}
.payment-matter{
	line-height: 24px;
}
/* 上门交费 */
.doorPayment-table td{
	padding: 6px 15px !important;
}
/* 邮局汇款 */
.mailRemittance-table td{
	padding: 15px !important;
}
/* 支票/ATM机转帐 */
.checkAtmPayment .media{
	background-color: #E2E2E2;
}
.checkAtmPayment-left{
	width: 150px;
	text-align: center;
}
.checkAtmPayment .media-body{
	background-color: #F7F7F7;
	padding: 
}
.checkAtmPayment-body{
	padding: 20px 15px 20px 10px; 
}
.checkAtmPayment-body p{
	line-height: 1.66;
}
.checkAtmPayment-body ul{
	margin: 10px 0 5px;
	line-height: 1.33;
}

/* 交费确认 */
.payment-confirmation{
	padding: 10px 15px;
	line-height: 1.45;
}
.payment-confirmation a{
    color: #333399;
}

@media (max-width: 1200px) and (min-width: 768px) { 
	.m-login-btn{
		right: 486px;
	}
	.index-cert .cert-list ul li .item-icon{
		width: 40px;
		height: 40px;
		background-size: 100%;
	}
	.index-cert .cert-list ul li .item-text{
		font-size: 12px;
	}
	.index-cert .cert-list ul li .item-text-big{
		font-size: 20px;
		line-height: 36px;
	}
}
@media (max-width: 1024px){
	.register-form-input .input-msg{
		display: block;
		line-height: 2;
	}
}
@media (max-width: 768px){ 
	.navbar-right{
		margin-right: -15px;
	}
	.index-cert .cert-name {
		font-size: 24px;
		line-height: 49px;
	}
	.index-cert .cert-detail{
		font-size: 12px;
	}
	.index-cert .cert-list ul li{
		height: 60px;
	}
	.index-cert .cert-list ul li .item-icon{
	    width: 30px;
	    height: 30px;
	    background-size: 100% !important;
	    margin-right: 3px;
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	}
	.index-cert .cert-list ul li .item-text{
		font-size: 9px;
	}
	.index-cert .cert-list ul li .item-text-big{
		font-size: 18px;
		line-height: 36px;
	}
	.index-cert .cert-list ul li .item-text{
		width: auto;
	}
	.index-cert .cert-list ul li.col-xs-4{
		padding: 0;
    	width: 33.33333333%;
	}
	.index-cert .cert-list ul li.col-xs-5{
		padding: 0;
		width: 41.66666667%;
	}
	/* 注册表单  */
	.register-form-input .input-msg{
		display: block;
		text-align: right;
		width: 80%;
		padding: 9px 0;
		max-width: 400px;
		margin-left: 25px;
	}
	.m-footer .index-contact dd{
		text-indent: 35%;
	}

	.foot-inc .pay,
	.foot-inc .tixi{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.foot-inc .pay .pay-way,
	.foot-inc .pay .pay-pic{
		margin-right: 1%;
	}
	/* 支付页面 */
	.checkAtmPayment .media-left,
	.checkAtmPayment-left{
		display: inline-block;
		text-align: center;
		width: 100%;
		line-height: 49px;
	}

	.onlinePayment-right .picBox{
		width: 100%;
		float: right;
	}

	.onlinePayment-right .picBox .pic-cell-1,
	.onlinePayment-right .picBox .pic-cell-2,
	.onlinePayment-right .picBox .pic-cell-3{
		width: 10%;
		margin-right: 1%;
	}
	.onlinePayment-right .picBox .pic-cell  img{
		max-width: 100%;
	}
}

@media (max-width: 475px){
	.onlinePayment-right .picBox{
		float: left;
	}
}
@media (max-width: 375px) { 
	.search-content .sidebar{
		font-size: 13px;
		top: 4px;
		right: 28px;
	}
	.search-bar{
		height: 60px;
	}
	.search-top{
		padding-top: 0;
	}
	.search-input .searchn-name{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.search-input a,
	.search-input .search-btn{
		font-size: 10px;
		height: 30px;
		line-height: 30px;
	}
	.search-input a span{
		font-size: 10px !important;
	}
	.index-cert .cert-list{
		padding-left: 0;
	}
	.index-cert .cert-list ul li .item-icon{
		width: 20px;
		height: 20px;
		background-size: 100%;
	}
	.index-cert .cert-list ul li .item-text{
		font-size: 12px;
	}
	.index-cert .cert-list ul li .item-text-big{
		font-size: 14px;
		line-height: 20px;
	}
	/* index product */
	.index-product{
		padding-bottom: 10%;
	}
	.index-product .product-list .list-big li{
		height: auto;
		padding-bottom: 25px;
	}
	.index-product .product-title{
		font-size: 13px;
		line-height: 26px;
		margin-bottom: 15px;
		font-family: "微软雅黑";
	}
	.index-product .product-title strong{
		font-size: 18px;
		line-height: 36px;
	}
	.index-product .product-list li .item-icon{
		width: 45px;
		height: 45px;
		background-size: 72% !important;
		margin: 18px auto 10px;
	}
	.index-product .product-list li .item-name{
		font-size: 13px;
		line-height: 13px;
		margin-bottom: 9px;
	}
	.index-product .product-list li .item-detail{
		font-size: 9px;
		line-height: 14px;
		margin-bottom: 8px;
	}
	.index-product .product-list li .item-price{
		font-size: 9px;
		line-height: 12px;
		margin-bottom: 8px;
	}
	.index-product .product-list .list-small li{
		height: auto;
		padding-bottom: 13px; 
	}
	.index-product .product-list .list-small .host .item-icon-s{
		margin-right: 12px;
	}
	.index-product .product-list .list-small li .item-icon-s{
		width: 25px;
		height: 25px;
		background-size: cover !important;
		position: initial;
		margin-right: 10px;
		margin-left: 0;
	}
	.index-product .product-list .list-small li .item-name{
		line-height: 27px;
		padding-top: 18px;
		padding-bottom: 10px;
		margin-bottom: 0;
		padding-left: 0;
	}
	.m-triangle-pics{
		padding: 15px 0 5px 0 !important; 
	}
	.m-triangle-pic{
		max-width: 60%;
	}
	/* index cert */
	.index-cert{
		height: auto;
		padding-bottom: 30px;
	}
	.index-cert .cert-name{
		font-size: 14px;
		line-height: 21px;
		margin: 20px auto 10px;
	}
	.index-cert .cert-detail{
		font-size: 10px;
		line-height: 20px;
	}
	.index-cert .cert-list{
		padding-top: 14px;
	}
	/* index contact */
	.m-footer .index-contact{
		padding: 35px 0 20px;
	}
	.m-footer .index-contact dl{
		min-height: 140px;
		padding: 0;
		text-indent: 0;
	}
	.m-footer .index-contact .label{
		position: absolute;
		padding: 0;
	}
	.m-footer .index-contact span{
		font-size: 14px;
	}
	.m-footer .index-contact a{
		font-size: 12px;
	}
	/* footer */
	#footer{
		padding: 15px !important;
		line-height: 2em !important;
	}
	#footer .footer-menu {
	    text-align: center;
	    margin-bottom: 20px;
	}
	#footer .footer-menu ul li{
		padding: 0 !important;
		width: 19%;
	}
	#footer .footer-menu ul li a{
		font-size: 12px !important;
	}
	#footer .footer-link{
		margin-bottom: 12px;	
	}
	#footer .footer-link ul li{
		padding: 0 10px !important;
		line-height: 16px;
	}
	#footer .footer-link ul li a{
		font-size: 11px !important;
		color: #676565 !important;
	}
	#footer .footer-copyright{
		font-size: 11px;
		line-height: 22px;
		color: #676565 !important;
		margin-bottom: 10px;
	}
	.foot-inc .pay{
		height: 45px !important;
	}
	/* index agent */
	.index-agent{
		padding: 12px 0 0;
	}
	.index-agent .agent{
		border-bottom: 1px solid #e0dede;
	}
	.index-agent h2{
		text-align: center;
		font-size: 15px;
		line-height: 36px;
		height: 36px;
	}
	.index-agent .agent-comment ul li{
		margin-bottom: 10px;
	}
	.index-agent .agent-comment p{
		font-size: 11px;
		line-height: 22px;
	}
	.index-agent .agent-news li{
		border-bottom: 1px solid #e0dede;
	}
	.index-agent .agent-news ul li a{
		font-size: 13px;
		line-height: 26px;
	}
	.index-agent .agent-news .mover{
		font-size: 13px;
		height: 50px;
		line-height: 45px;
		text-align: center;
		border-bottom: none;
	}
	.foot-inc .pay .pay-way{
		margin-left: 3%;
	}
	.foot-inc .bottom_img img{
		width: 10%;
		padding: 0 3px;
	}
	.foot-inc .pay_R{
		padding-top: 13px;
	}
	.foot-inc .tixi .title{
		font-size: 14px;
	}
	.foot-inc .tixi .agent{
		font-size: 10px;
		line-height: 20px;
	}
	.onlinePayment{
		margin-top: 0;
	}
	.onlinePayment-left .text{
		line-height: 24px;
		margin-bottom: 4px;
	}

	.onlinePayment-right .picBox{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

}
