*{margin:0px; padding:0px;list-style:none;box-sizing: border-box;}
html,body{font-size: 16px;color: #424243; font-family: Microsoft YaHei,sans-serif;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
*html clearfix{height:1%;}
.fl{float: left;}
.fr{float: right;}
img{border: 0;}
input, label, img, th {vertical-align: middle;}
.hide {display: none;}
.block {display: block !important;}
.f14 {font-size: 14px;}
.text_center{
	text-align:center;
}
.contactForm textarea:focus, .contactForm input:focus {
    outline: none;
    border: none;
}
a{text-decoration: none;color:#424243; cursor: pointer;}
a:hover{ color: #1e42ca;}
.maxw{
	width:1150px;
	padding: 0px 10px;
	margin:auto;
}
.color1{
	color:#df2222;
}
.color000{
	color:#000;
}
.cursorp{
	cursor: pointer;
}
.submit_form{
	cursor: pointer;
}
.layui-layer-loading1{
    margin: auto;
}
.nodata{
	text-align: center;
	line-height: 80px;
	width: 100%;
}
.nr_bac{
	background: url(../images/tabbac_03.jpg) top;
}
.opacity8 a:hover{
	opacity:0.8;
	filter:alpha(opacity=80);
}
.wloading{
	background: url(../images/loading.gif) no-repeat center;
	background-size: 60px;
	height: 60px;
	width: 100%;
	display: block;
}
.p_nav ul, .p_nav2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p_nav2 li{
	width: 32%;
	text-align: center;
}
.p_nav li{
	background-repeat: no-repeat;
	position: relative;
	border-radius: 8px;
	border: 1px solid #e8edff;
	width: 32%;
}
.pwindow{
	position: relative;
	border: 1px solid #e8edff;
	border-radius: 8px;
}
.p_nav li:hover::before, .pwindow::before{
	content: "";
	display: block;
	width: 100%;
	left: -1px;
	bottom: 0px;
	position: absolute;
	border-radius:0px 0px  8px 8px;
	height: 16px;
	background-color: #b0bded;
	z-index: 1px;
	width: calc(100% + 2px);
	left: -1px;
}
.p_nav li:hover::after, .pwindow::after{
	content: "";
	display: block;
	width: 100% ;
	left: 0px;
	bottom: 8px;
	position: absolute;
	border-radius:0px 0px  8px 8px;
	height: 16px;
	background-color: #fff;
	z-index: 0px;
}
.p_nav .price{
	padding-top: 20px;
	padding-bottom: 26px;
	font-size: 18px;
	color: #1e42ca;
}
.p_nav .price span{
	font-size: 36px;
	font-weight: bold;
}
.p_nav .he_btn{
	display: flex;
	justify-content: space-between;
}
.p_nav .he_btn a{
	display: inline-block;
	width: 144px;
	height: 48px;
	text-align: center;
	border-radius: 8px;
	line-height: 46px;
}
.p_nav .he_btn .zx{
	background-color: #1e42ca;
	color: #fff;
}
.p_nav .he_btn .buy{
	border: 1px solid #1e42ca;
	color: #1e42ca;
}
.btn_a{
	background-color: #1e42ca;
	color: #fff;
}
.p_dh{
	text-align: center;
	padding-top: 84px;
	padding-bottom: 60px;
}
.p_dh .title{
	font-weight: bold;
	color: #1e42ca;
	font-size: 34px;
}
.p_dh .des{
	padding-top: 28px;
}
.underline{
	text-decoration: underline;
}
.layui-layer-btn a{
	font-size: 12px;
}
/*
头部
*/
.pagetop_kg{
	height: 90px;
	width: 100%;
	transition-delay: 0.5s;
	transition: all 0.2s ease-in-out;
}
.pagetop{
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px;
	position: fixed;
	display: flex;
	flex-direction: row;
	top: 0px;
	left: 0px;
	right: 0px;
	transition: all .3s ease-in-out;
	background-color: #1e42ca;
	min-width: 1320px;
	height: 90px;
	transition-delay: 0.5s;
	transition: all 0.2s ease-in-out;
	/* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);  */
}
.sticky {
	height: 90px;
}
.pagetop .ptop_c{
	width: 1320px;
	margin: auto;
	padding: 0px;
	display: flex;
	height: 100%;
	justify-content: space-between;
}
.pagetop.active{
	background-color:hsla(0,0%,100%,.9) !important;
	box-shadow: 0 1px 10px 0 rgba(121,169,173,.3) !important;
}
.indexClass .pagetop{
	box-shadow:none;
}
.pagetop .logo{
	display:inline-block;
	background:url(../web/logo.png) no-repeat left center;
	width: 155px;
}
.pagetop.sticky .logo{
	height: 80px;
}
.pagetop .menu{
	flex: auto;
	display: flex;
	justify-content:right;
	margin-right: 30px;
}
.pagetop .menu > span{
	align-items:center;
	margin: 0px 4px;
	display: flex;
	color: #fff;
}
.pagetop .menu > span > a{
	display: inline-block;
	padding: 0px 20px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	position: relative;
}
.mainlevelHeader{
	position: relative;
}
.mainlevelHeader > a{
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
}
.mainlevelHeader .menusub{
	left: 50%;
  	transform: translate3d(-50%, 0, 0);
	background-color: #fff;
	border-radius: 8px;
	top:89px;
	width: 220px;
	border: 1px solid #e8edff;
	z-index: 1;
}
.mainlevelHeader .menusub .li{
	text-align: left;
	border-bottom: 1px solid #e5e7eb;
}
.mainlevelHeader .menusub .li:last-child{
	border-bottom: 0px;
}
.mainlevelHeader .menusub a{
	white-space:nowrap;
	line-height: 66px;
	display: block;
	margin: 0px 22px;
}
.mainlevelHeader .menusub a img{
	margin-right: 16px;
}
.mainlevelHeader .menusub a span{
	margin: 0px 5px;
}
.menusub{
	position:absolute;
	z-index:10000;
	display:none;
}
.pagetop .menu > a:hover{
	background-color: #1e42ca;
	border-radius: 6px;
}
.pagetop .menu > a.on,.pagetop .menu > span.on > a{
	background-color: #1e42ca;
	border-radius: 6px;
}
.pagetop .menu > span > a:hover,.pagetop .menu > span > a.on{
	background-color: #1e42ca;
	border-radius: 6px;
}
.pagetop .top_r{
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pagetop .top_r a.cart{
	width: 30px;
	height: 30px;
	margin-left: 20px;
	background: url(../web/cart.png) no-repeat;
	position: relative;
}
.pagetop .top_r a.cart span{
	position: absolute;
	display: inline-block;
	border-radius: 20px;
	font-size: 12px;
	background-color: #fff;
	line-height: 18px;
	padding: 0px 5px;
	top: -5px;
	right: 8px;
}
.pagetop .top_r span{
	padding: 0px 10px;
}
.pagetop .top_r a{
	display: inline-block;
	line-height: 36px;
	text-align: center;
	float: right;
	width: 68px;
	border-radius: 6px;
}
.pagetop .top_r .reglog{
	background-color: #1e42ca;
	color: #fff;
}
.pagetop .top_r .tigd{
	text-align: left;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}

/*首页*/
.home_banner{
	text-align: center;
	background-color: #1e42ca;
	padding-top: 140px;
	padding-bottom: 140px;
	color: #fff;
}
.home_banner .title{
	font-size: 40px;
	font-weight: bold;
}
.home_banner .des, .home_banner .des2{
	padding-top: 30px;
	line-height: 34px;
}
.home_banner .des{
	padding-bottom: 55px;
}
.home_banner .input{
	width: 778px;
	line-height: 50px;
	border-radius: 8px;
	border: 0px;
	padding: 0px 10px;
	font-size: 16px;
}
.home_banner .button{
	font-size: 16px;
	display: inline-block;
	background-color: #ffa300;
	border: 0px;
	width: 139px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
}
.yh_list ul{
	display: flex;
	padding-top: 30px;
	justify-content: center;
}
.yh_list ul li{
	width: 136px;
	height: 130px;
	border: 1px solid #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0px 8px;
}
.yh_list ul li .name{
	font-size: 20px;
	font-weight: bold;
}
.yh_list ul li .yh{
	text-decoration: line-through;
	font-size: 14px;
}
.yh_list ul li .price{
	font-weight: bold;
}
.ph_domain ul li{
	margin-bottom: 32px;
	padding: 0px 38px 50px;
	font-size: 14px;
}
.ph_domain .img{
	height: 90px;
	display: flex;
	align-items: end;
}
.ph_domain .des{
	padding-top: 32px;
	font-size: 14px;
	padding-bottom: 48px;
}
.ph_domain .pri{
	color: #8c8c8c;
	text-decoration: line-through;
}
.ph_domain .js{
	display: inline-block;
	width: 86px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #e8edff;
	color: #1e42ca;
	text-align: center;
	margin-left: 13px;
	font-weight: bold;
}
.ph_domain .btn_a{
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #1e42ca;
	text-align: center;
	color: #fff;
}
.ph_prod_list ul li{
	font-size: 14px;
	padding: 56px 30px 60px;
}
.ph_prod_list .title{
	font-size: 30px;
	color: #1e42ca;
	font-weight: bold;
}
.ph_prod_list .des{
	padding-top: 28px;
	padding-bottom: 33px;
}
.ph_prod_list .item{
	padding-bottom: 18px;
}
.ph_prod_list .item:last-child{
	padding-bottom: 8px;
}
.ph_prod_list .item img{
	margin-right: 8px;
}
.ph_prod_list .spec{
	margin-bottom: 38px;
}
.ph_prod_list .spec span{
	display: block;
	font-weight: bold;
}
.h_link{
	padding-bottom: 30px;
}
.h_link ul li{
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 50px;
}
.h_link ul li img{
	width: 90%;
}
/* 域名注册 */
.pd_top_class{
	display: inline-block;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 23px;
	margin-bottom: 53px;
}
.pd_top_class a{
	display: inline-block;
	width: 132px;
	line-height: 44px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}
.pd_top_class a.on{
	margin-top: -1px;
	margin-left: -2px;
	width: 134px;
	line-height: 46px;
	background-color: #001f93;
	border-radius: 24px;
}
.pdom_protect{
	padding-top: 118px;
}
.pdom_protect .li{
	display: flex;
	justify-content: space-between;
}
.pdom_protect .li1{
	padding-bottom: 150px;
}
.pdom_protect .li1 img{
	margin-left: 48px;
}
.pdom_protect .li2 img{
	margin-right: 48px;
}
.pdom_protect .li2{
	padding-bottom: 120px;
}
.pdom_protect .cont{
	width: 457px;
}
.pdom_buy{
	background-color: #fafbff;
}
.pdom_protect .title{
	padding-bottom: 35px;
	color: #1e42ca;
	font-size: 36px;
	font-weight: bold;
}
.pdom_protect .des{
	line-height: 26px;
}
.pdom_protect .tig{
	padding-top: 24px;
	color: #1e42ca;
	font-weight: bold;
}
.pdom_buy .img{
	height: 86px;
	display: flex;
	align-items: center;
	justify-content:center;
	margin-bottom: 30px;
}
.pdom_buy .title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
}

.pdom_buy ul li .des{
	color: #787775;
	line-height: 24px;
	padding-bottom: 80px;
}
.pdom_list{
	margin-bottom: 60px;
}
.pdom_list ul{
	padding-top: 50px;
}
.pdom_list ul li .title{
	font-size: 24px;
	line-height: 98px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	padding-left: 32px;
}
.pdom_list ul li.on .title{
	color: #1e42ca;
}
.pdom_list ul li .title::after{
	display: inline-block;
	content: "";
	position: absolute;
	width: 22px;
	height: 13px;
	background-image: url(../web/domain_36.jpg);
	background-repeat: no-repeat;
	background-position: center;
	right: 38px;
	top: 44px;
}
.pdom_list ul li{
	display: flex;
  	flex-direction: column;
	border: 1px solid #b0bded;
	border-radius: 10px;
	margin-bottom: 18px;
}
.pdom_list ul li a{
	white-space: nowrap;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	width: 100%;
}
.pdom_list ul li a:hover{
	color: #548baf;
}
.pdom_list ul li .des{
	display: none;
	border-top: 1px solid #b0bded;
	padding: 10px 38px;
	margin-bottom: 20px;
	line-height: 50px;
	color: #777;
}
.pdom_list ul li.on .des{
	display: -webkit-box; 
}
.pdom_list ul li.on .title::after{
	background-image: url(../web/domain_33.jpg);
}
.pdom_list ul li .date{
	color: #777;
}
.batch_dom .cont{
	display: flex;
	width: 942px;
	margin: auto;
	margin-bottom: 40px;
}
.batch_dom .textarea{
	width: 666px;
	height: 170px;
	border-radius: 10px;
	padding: 10px;
	border: 0px;
}
.batch_dom .tig{
	flex: 1;
	border-radius: 10px;
	padding: 16px;
	padding-left: 29px;
	color: #8a8d9b;
	margin-left: 15px;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	background: url(../web/batch_01.jpg) no-repeat 10px 17px #fff;
}
.whois_btn{
	padding-top: 38px;
}
.flexform{
	display: flex;
	justify-content: center;
}
.flexform .button{
	margin-left: 10px;
}
.thisCanReg{
	margin: 35px auto 0px;
	width: 940px;
	line-height: 75px;
	background: url(../web/close.png) no-repeat 18px center #fff;
	text-align: left;
	border-radius: 8px;
	color: #8a8e9a;
	padding-left: 58px;
	font-weight: bold;
}
.dom_cart{
	margin-top: 35px;
	display: flex;
	flex-direction: row;
}
.dom_cart_left{
	border: 1px solid #e6e7eb;
	border-radius: 10px;
	flex: 1;
}
.dom_cart_left ul li{
	display: flex;
	padding: 25px 30px 20px 48px;
	border-bottom: 1px solid #e6e7eb;
	justify-content: space-between;
}
.dom_cart_left ul li:last-child{
	border-bottom: 0px;
}
.dom_cart_left ul li .domain{
	font-weight: bold;
	font-size: 18px;
	width: 324px;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.dom_cart_left ul li .protect{
	background: url(../web/domaincart_07.jpg) no-repeat left;
	line-height: 22px;
	padding-left: 24px;
	margin-top: 8px;
	font-size: 14px;
	color: #8a8e99;
}
.dom_cart_left ul li .protect b{
	color: #1e42ca;
}
.dom_cart_left ul li .li_o{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dom_cart_left ul li .year{
	display: flex;
	align-items: center;
}
.dom_cart_left ul li .cart_year{
	width: 100px;
}
.dom_cart_left ul li .price{
	color: #1e42ca;
	font-weight: bold;
	display: flex;
	align-items: center;
	font-size: 18px;
}
.dom_cart_left .c_btn{
	width: 100px;
	text-align: right;
}
.dom_cart_left .c_btn a{
	min-width: 80px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	margin-bottom: 8px;
	border-radius: 8px;
	font-size: 14px;
}
.dom_cart_left .c_btn a.choese{
	background-color: #1e42ca;
	color: #fff;
}
.dom_cart_left .c_btn a.add{
	border: 1px solid #1e42ca;;
	color: #1e42ca;
}
.dom_cart_left .c_btn a.action{
	background: #bfbfbf;
	color: #fff;
	border: 1px solid #bfbfbf;
	cursor: default;
}
.dom_cart_right{
	width: 274px;
	margin-left: 18px;
	border: 1px solid #e6e7eb;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 16px 22px;
}
.dom_cart_right .title{
	font-size: 18px;
	font-weight: bold;
	color: #1e42ca;
	padding-top: 8px;
	padding-bottom: 18px;
}
.dom_cart_right .listwin{
	border: 1px solid #e6e7eb;
	background-color: #fff;
	margin-bottom: 14px;
	min-height: 220px;
	border-radius: 10px;
	padding: 20px;
	padding-bottom: 40px;
}
.dom_cart_right .haslist{
	display: none;
	position: relative;
}
.dom_cart_right .list li{
	padding-bottom: 20px;
}
.dom_cart_right .list li .do{
	padding-bottom: 5px;
	display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dom_cart_right .list li .key{
	flex: 1;
	margin-right: 10px;
	white-space: normal;
	word-break: break-all;
}
.dom_cart_right .list li .pro{
	background: url(../web/pp_unicon.svg) no-repeat left;
	padding-left: 18px;
	margin-left: 5px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dom_cart_right .list li .close{
	background: url(../web/close.png) no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: pointer;
}
.dom_cart_right .nolist{
	text-align: center;
	color: #c4c4c4;
}
.dom_cart_right .checkout{
	display: block;
	background-color: #1e42ca;
	line-height: 48px;
	text-align: center;
	color: #fff;
	border-radius: 10px;
}
.dom_cart_right .checkout.not{
	background-color: #bfbfbf;
}
.dom_cart_right .totalprice{
	font-size: 22px;
	font-weight: bold;
	color: #1e42ca;
}
.dom_cart_right .total{
	position: absolute;
	bottom: 10px;
	display: flex;
	justify-content: right;
	line-height: 30px;
	right: 20px;
}
/* 企业邮箱 */
.pemail_list{
	padding-top: 86px;
}
/* 关于我们 */
.pa_cont{
	padding: 52px 30px;
	margin-top: 85px;
	position: relative;
}
.pa_txy .title{
	font-size: 24px;
	font-weight: bold;
	color: #1e42ca;
	padding-bottom: 23px;
}
.pa_txy .des{
	line-height: 26px;
	padding-bottom: 50px;
}
.pa_txy .des p{
	text-indent: 2rem;
}
.pa_pic {
	display: flex;
	padding-bottom: 10px
}
.pa_pic .cont{
	width: 420px;
}
.pa_pic .cont .tit{
	font-size: 18px;
	line-height: 34px;
	padding-left: 48px;
	margin-bottom: 7px;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #1e42ca;
}
.pa_pic .cont .tit.zr{
	background-image: url(../web/about_06.jpg);
}
.pa_pic .cont .tit.qj{
	background-image: url(../web/about_09.jpg);
}
.pa_pic .cont .tit.mb{
	background-image: url(../web/about_11.jpg);
}
.pa_pic .cont .des{
	margin-bottom: 45px;
	padding-left: 45px;
}
.pa_pic .pic{
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.pa_pic .pic span{
	display: block;
	padding-top: 30px;
	text-align: center;
	font-size: 18px;
}
.pa_top_80{
	padding-top: 80px;
}
/* whois */
.captcha_hide_win{
	display:none;
}
.captcha_cont{
	top: 0px;
	left: 0px;
	position: fixed;
	height: 100vh;
	width: 100%;
	display: flex;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
	justify-content: center;
	align-items: center;
}
.captcha_cont_c{
	position: relative;
}
.captcha_cont_c  .close{
	position: absolute;
	width: 30px;
	display: inline-block;
	height: 30px;
	background: url(../web/close.png) no-repeat center;
	right: -30px;
	top: -10px;
	cursor: pointer;

}
.whois_bor{
	border: 1px solid #e6e7eb;
	margin: 35px auto;
	padding: 40px;
	border-radius: 10px;
}
.whois_bor .title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 26px;
	color: #1e42ca;
}
.whois_bor .des{
	line-height: 32px;
}
/* 购物车 */
.cart_banner{
	text-align: center;
	padding-top: 98px;
	padding-bottom: 98px;
}
.cart_banner .title{
	font-size: 40px;
	font-weight: bold;
}
.cart_banner .des{
	color: #8a8d9b;
	padding-top: 24px;
}
.cart_list dt{
	font-weight: bold;
	display: flex;
	font-size: 18px;
	line-height: 56px;
	justify-content: space-between;
	border-bottom: 2px solid #e5e7eb;
}
.cart_list dd{
	padding: 18px 0px 25px;
	color: #8a8d9b;
	border-bottom: 1px solid #e5e7eb;
}
.cart_list .cart_info{
	display: flex;
	justify-content: space-between;
	line-height: 36px;
}
.cart_list .item{
	text-align: center;
	width: 12%;
}
.cart_list dd .select2-container .select2-selection--single, 
.cart_list dd .select2-container .select2-selection--single,
.cart_list dd .select2-container--default .select2-selection--single .select2-selection__rendered,
.cart_list dd .select2-container--default .select2-selection--single .select2-selection__arrow{
	line-height: 36px;
	height: 36px;
}
.cart_list .item_price{
	text-align: center;
	width: 14%;
	display: flex;
	justify-content: center;
}
.cart_list .item_pro{
	width: 28%;
	padding-left: 76px;
}
.cart_list .item_num{
	width: 30%;
}
.cart_list .item_num span{
	padding-left: 15px;
}
.cart_list .class_name{
	display: flex;
	justify-content: left;
	align-items: center;
}
.cart_list .class_name .img{
	margin-left: 14px;
	margin-right: 4px;
}
.cart_list .cart_year{
	width: 80px;
}
.cart_list .dns{
	background: url(../web/pp_unicon.svg) no-repeat left;
	padding-left: 18px;
	margin-left: 10px;
}
.cart_list .item_close{
	background: url(../web/close.png) no-repeat center;
	background-size: 15px 15px;
	width: 15px;
	height: 36px;
	display: inline-block;
	cursor: pointer;
	margin-left: 20px;
}
.cart_list .iprice{
	flex: 1;
	text-align: right;
}
.total_price {
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	padding-top: 26px;
}
.total_price .icon{
	font-weight: normal;
	color: #1e42ca;
	font-size: 28px;
}
.total_price .price{
	color: #1e42ca;
	font-size: 28px;
}
.cart_list .class_name a{
	display: inline-block;
	font-size: 13px;
	color: #1e42ca;
	height: 16px;
}
.cart_list .class_name .contact{
	/* width: 16px; */
	margin-left: 20px;
	/* background: url(../web/icon_03.jpg) no-repeat center; */
	margin-right: 10px;
	margin-bottom: -4px;
}
.cart_list .class_name .nameserver{
	width: 26px;
	padding-left: 10px;
	margin-bottom: -4px;
	border-left: 1px solid #8a8d9b;
	background: url(../web/icon_05.jpg) no-repeat right center;
}
.contact_error, .cart_error{
	background: #fafbff;
    border: 1px solid #e6e7eb;
	padding: 20px 30px;
	margin: auto;
	margin-bottom: 30px;
	border-radius: 8px;
}
.cart_error{
	background: url(../web/batch_01.jpg) no-repeat 30px center;
	padding-left: 50px;
	margin-top: 50px;
}
.cart_error a{
	color: #1e42ca;
}
.contact_error dt{
	color: #707070;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact_error dd{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	line-height: 30px;
	padding: 6px 0px;
}
.contact_error dd div{
	width: 40%;
	color: #898c9b;
}
.contact_error .domain_config{
	display: inline-block;
	width: 120px;
	background-color: #ffa300;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}
.contact_error .prod{
	background: url(../web/batch_01.jpg) no-repeat left center;
	padding-left: 20px;
}
.select_contact{
	padding-top: 50px;
}
.select_contact .scontact_title{
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #424243;
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 12px;
}
.select_contact .form_list .title{
	margin-right: 10px;
}
.select_contact .form_list .fli{
	width: 430px;
}
.select_contact .form_list ul li{
	padding: 11px 0px 11px 38px;
	display: flex;
	justify-content: left;
	line-height: 46px;
	align-items: center;
}
.select_contact .form_list ul li.chongzhi{
	align-items: center;
}
.select_contact ul li.submit_form_li{
	padding-left: 0px;
	padding-top: 60px;
	justify-content: center;
}
.form_list .text{
	line-height: 46px;
	border: 0px;
	color: #777777;
	border: 1px solid #e6e7eb;
	border-radius: 4px;
	font-size: 16px;
	flex: auto;
	padding: 0px 10px;
	width: 100%;
}
.form_list .server{
	display: flex;
}
.form_list .li_l{
	width: 40%;
	margin-right: 40px;
}
.select_contact .title font{
	color: #ff0101;
}
.select_contact .contact_id{
	width: 100%;
	
}
.select_contact .select2-container--default .select2-selection--single{
	border: 1px solid #e5e7eb;
}
.select_contact a{
	 margin-left: 10px;
	 color: #1e42ca;
}
.add_contact_list{
	background-color: #f1f3ff;
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.add_contact_list li {
    padding: 10px 0px;
    position: relative;
}
.add_contact_list li .ltitle{
	display: block;
	margin-bottom: 10px;
}
.add_contact_list .form-group{
	width: 300px;
}
.add_contact_list .form-group-btn{
	width: 100%;
}
.contact_html{
	display: none;
}
/* 联系我们 */
.contactForm{
	margin-top: 85px;
	padding: 45px 70px;
	background-color: #fff;
}
.contactForm .font_title{
	font-size: 24px;
	color: #1e42ca;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 35px;
}
.contactForm li{
	font-size: 20px;
	line-height: 61px;
	border: 1px solid #f4f4f4;
	border-radius: 10px;
	margin-bottom: 30px;
	width: 478px;
	display: flex;
	flex-direction: row;
}
.contactForm li .text{
	line-height: 61px;
	border: 0px;
	color: #777777;
	font-size: 20px;
	flex: auto;
	padding-right: 30px;
}
.contactForm li .text:focus, .contactForm li .textarea:focus {
	outline: none;
}
.contactForm li span{
	display: inline-block;
	width: 106px;
	text-align: right;
	color: #777777;
}
.contactForm li .textarea{
	border: 0px;
	font-size: 20px;
	flex: auto;
	padding-right: 30px;
	line-height: 30px;
	height: 100px;
	border: 0px;
	margin: 17px 0px;
	color: #777777;
}
.contactForm textarea:focus, .contactForm input:focus {
    outline: none;
    border: none;
}

/* 分页 */
.pagination {
	margin:auto;
	text-align:center;
	color: #707070;
	padding-top:30px;
}
.pagination li{
	display: inline-block;
}
.pagination a,.pagination span{
	height:40px;
	color: #666666;
	min-width: 40px;
	padding: 0px 10px;
	margin:0px 8px;
	border: 1px solid #666666;
	line-height:38px;
	text-align:center;
	background:#fff;
	display:inline-block;
	border-radius: 4px;
}
.pagination a:hover{
	border: 1px solid #1e42ca;
}
.pagination .disabled span{
	border:0px;
	margin: 0px;
}
.pagination .active span{
	border:1px solid #1e42ca;
	color:#fff;
	background:#1e42ca;
}
.pagination a.prev,.pagination a.next,.pagination a.first,.pagination a.end{
	width:auto;
	padding:0px 10px;
}

/*底部*/
.foot{
	background-color: #f6f6f6;
	color: #42474d;
	padding-top: 80px;
	font-size: 14px;
}
.foot a{
	color: #787775;
}
.foot .foot1 a.logo{
	display: inline-block;
	background: url(../web/logo2.png) no-repeat;
	background-size: 100% auto;
	width: 155px;
	height: 38px;
	margin: auto;
}
.foot .copyright{
	padding: 28px 0px;
	color: #949494;
	font-size: 13px;
	border-top: 1px solid #ececec;
}
.foot .foot2{
	padding-top: 56px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}
.foot .foot2 dl dt{
	padding-bottom: 10px;
	font-size: 18px;
}
.foot2 dl dd{
	line-height: 40px;
}
.foot3{
	text-align: center;
	padding: 36px 0px;
	text-align: center;
	color: rgba(0,0,0,.4);
	font-size: 12px;
}
.footlang{
	width: 140px;
}
.footlang .langc{
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
	height: 46px;
	width: 145px;
	font-size: 14px;
	line-height: 46px;
	border-radius: 5px;
	background: url(../web/langbac.png) no-repeat center #fff;
	padding-left: 45px;
}
.langlist{
	display: none;
	position: absolute;
	padding-top: 5px;
	top: 30px;
	width: 110px;
	text-align: center;
	border: 1px solid #bfbfbf;
	left: -1px;
	background: #f9f9f9;
	border-top: 0px;
}
.fudong{
	position:fixed;
	top:30%;
	right:20px;
	width:64px;
	text-align: right;
}
.fudong a{
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #9d9ea5;
	border-radius: 8px;
}
.fudong a.telegram{
	background-image: url(../images/ficon_03.png) ;
}
.fudong a.skype{
	background-image: url(../images/ficon_05.png) ;
}
.fudong a.line{
	background-image: url(../images/ficon_07.png) ;
}
.fudong a.qq{
	background-image: url(../images/ficon_08.png) ;
}
.fudong a.on{
	background-color: #1e42ca;
}
.fudong a img{
	width: 32px;
	height: 32px;
	margin-top: 8px;
}
/*dialog*/


.d-outer {
	text-align: left;
}

.d-border,
.d-dialog {
	border: 0 none;
	margin: 0;
	border-collapse: collapse;
	width: auto;
}

.d-nw,
.d-n,
.d-ne,
.d-w,
.d-c,
.d-e,
.d-sw,
.d-s,
.d-se,
.d-header,
.d-main,
.d-footer {
	padding: 0;
}

.d-header,
.d-button {
	font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
	_font-family: Tahoma, Arial, Helvetica, STHeiti;
	-o-font-family: Tahoma, Arial;
}

.d-title {
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
}

.d-state-noTitle .d-title {
	display: none;
}

.d-close {
	display: block;
	position: absolute;
	text-decoration: none;
	outline: none;
	_cursor: pointer;
}

.d-close:hover {
	text-decoration: none;
}

.d-main {
	text-align: center;
	vertical-align: top;
	min-width: 9em;
	min-width: 420px;
}

.d-content {
	display: inline-block;
	display: block\0
		/*IE8 BUG*/
	;
	display: inline-block\9\0;
	text-align: left;
	border: 0 none;
	width: 100%;
}

.d-content.d-state-full {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 !important;
	height: 100%;
}

.d-loading {
	height: 32px;
	text-indent: -999em;
	overflow: hidden;
	/*background:url(../images/loading.gif) no-repeat center center;*/
}

.d-buttons {
	padding: 5px 8px;
	text-align: right;
	white-space: nowrap;
}

.d-button {
	margin-left: 15px;
	padding: 0 8px;
	cursor: pointer;
	display: inline-block;
	min-height: 2.1em;
	text-align: center;
	letter-spacing: 2px;
	font-family: Tahoma, Arial/9 !important;
	width: auto;
	overflow: visible;
	color: #333;
	border: 1px solid #999;
	border-radius: 5px;
	background: #DDD;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
	background: linear-gradient(top, #FFF, #DDD);
	background: -moz-linear-gradient(top, #FFF, #DDD);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
	-moz-transition: -moz-box-shadow linear .2s;
	-webkit-transition: -webkit-box-shadow linear .2s;
	transition: box-shadow linear .2s;
}

.d-button::-moz-focus-inner,
.d-button::-moz-focus-outer {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.d-button:focus {
	outline: none 0;
	border-color: #426DC9;
	box-shadow: 0 0 8px rgba(66, 109, 201, .9);
}

.d-button:hover {
	color: #000;
	border-color: #666;
}

.d-button:active {
	border-color: #666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
	background: linear-gradient(top, #DDD, #FFF);
	background: -moz-linear-gradient(top, #DDD, #FFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF));
	box-shadow: inset 0 1px 5px rgba(66, 109, 201, .9), inset 0 1px 1em rgba(0, 0, 0, .3);
}

.d-button[disabled] {
	cursor: default;
	color: #666;
	background: #DDD;
	border: 1px solid #999;
	filter: alpha(opacity=50);
	opacity: .5;
	box-shadow: none;
}

.d-state-highlight {
	color: #FFF;
	border: 1px solid #1c6a9e;
	background: #2288cc;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
	text-shadow: -1px -1px 1px #1c6a9e;
}

.d-state-highlight:hover {
	color: #FFF;
	border-color: #0F3A56;
}

.d-state-highlight:active {
	border-color: #1c6a9e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
	background: linear-gradient(top, #33bbee, #2288cc);
	background: -moz-linear-gradient(top, #33bbee, #2288cc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
}

.d-mask {
	background: #FFF;
	filter: alpha(opacity=30);
	opacity: .3;
}

.d-inner {
	background: #FFF;
	border: 1px solid #999;
}

.d-nw,
.d-ne,
.d-sw,
.d-se {
	width: 6px;
	height: 6px;
}

.d-nw,
.d-n,
.d-ne,
.d-w,
.d-e,
.d-sw,
.d-s,
.d-se {
	background: rgba(0, 0, 0, .2);
	background: #000 !important;
	filter: alpha(opacity=20);
}

.d-state-lock .d-nw,
.d-state-lock .d-n,
.d-state-lock .d-ne,
.d-state-lock .d-w,
.d-state-lock .d-e,
.d-state-lock .d-sw,
.d-state-lock .d-s,
.d-state-lock .d-se {
	background: rgba(0, 0, 0, .2);
	background: #000 !important;
	filter: alpha(opacity=20);
}

.d-titleBar {
	position: relative;
	height: 100%;
}

.d-title {
	height: 30px;
	line-height: 30px;
	padding: 0 48px 0 10px;
	background-color: #edf5f8;
	font-weight: bold;
	color: #999;
	background-color: #f2f2f3;
	border-bottom: 1px solid #c7ced8;
}

.d-state-focus .d-title {
	color: #4c5a5f;
}

.d-state-drag .d-title {
	cursor: move;
}

.d-close {
	padding: 0;
	top: 0;
	right: 8px;
	width: 28px;
	height: 18px;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	text-indent: -9em;
	overflow: hidden;
}

.d-close:hover {
	background-position: 0 -18px;
}

.d-close:active {
	background-position: 0 -18px;
}

.d-content {
	color: #666;
}

.d-state-focus .d-content {
	color: #000;
}

.d-buttons {
	background-color: #F6F6F6;
	border-top: 1px solid #DADEE5;
}

.d-state-noTitle .d-close {
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-indent: 0;
	font-size: 18px;
	text-decoration: none;
	color: #214FA3;
	background: none;
}

.d-state-noTitle .d-close:hover,
.d-state-noTitle .d-close:active {
	text-decoration: none;
	color: #900;
}

.color_picker_btn {
	display: inline-block;
	position: relative;
}

#loadingDialogBox {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: hidden;
	width: 100px;
	top: 200px;
	text-align: center;
}

.dialogBox,
.dialogBox2 {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
}

.dialogBox .background,
.dialogBox2 .background {
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.dialogBox .dialog,
.dialogBox2 .dialog {
	box-shadow: 0 3px 8px #aaaaaa;
	-moz-box-shadow: 0 3px 8px #aaaaaa;
	-webkit-box-shadow: 0 3px 8px #aaaaaa;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f3f3f3;
}

.dialogBox .dialog .title,
.dialogBox2 .dialog .title {
	background-color: #e9e9e9;
	background-image: linear-gradient(top, #f3f2f2 0%, #dfdfdf 100%);
	background-image: -moz-linear-gradient(top, #f3f2f2 0%, #dfdfdf 100%);
	background-image: -webkit-linear-gradient(top, #f3f2f2 0%, #dfdfdf 100%);
	text-align: left;
	padding: 0 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #DDD;
	text-shadow: 0 1px 1px #ffffff;
	line-height: 40px;
	height: 40px;
}

.dialogBox .dialog .content {
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #FFFFFF;
	color: #666666;
	padding: 20px 15px;
	text-shadow: 0 1px 1px #ffffff;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
	min-height: 50px;
	text-align: center;
}

.dialogBox .dialog .operation {
	background-color: #F9F9F9;
	border-top: 1px solid #FFFFFF;
	padding: 2px;
	text-align: center;
}

.dialogBox .dialog .operation button {
	margin-left: 5px;
	margin-right: 5px;
}

.dialogBox .dialog ul {
	overflow: hidden;
}

.dialogBox .dialog .close-tip-icon,
.dialogBox2 .dialog .close-tip-icon {
	background: url('./bgimg/icon_popup_close.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	top: 13px;
	right: 13px;
}

.dialogBox .dialog .close-tip-icon:hover {
	background-position: -16px 0;
}

.dialogBox .dialog .setting_dialog_content {
	padding: 0;
	text-shadow: none;
	border-top: 0;
}

.dialogBox .dialog .rn-reg-t-wrapper {
	border-bottom: 0;
	box-shadow: 0 1px 5px #aaaaaa;
	-moz-box-shadow: 0 1px 5px #aaaaaa;
	-webkit-box-shadow: 0 1px 5px #aaaaaa;
}

.dialogBox .dialog .rn-reg-t {
	border-top: 1px solid #CECECE;
}

.dialogBox .dialog .popup_content h4 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}

.dialogBox .dialog .popup_content input,
.dialogBox .dialog .popup_content textarea {
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: 0;
	padding: 5px 10px;
	border: 1px solid #B3B3B3;
	box-shadow: inset 0 1px 5px #dddddd;
	-moz-box-shadow: inset 0 1px 5px #dddddd;
	-webkit-box-shadow: inset 0 1px 5px #dddddd;
	resize: none;
}

.dialogBox .dialog .popup_content input:focus,
.dialogBox .dialog .popup_content textarea:focus {
	box-shadow: 0 0 5px #aedcfa;
	-moz-box-shadow: 0 0 5px #aedcfa;
	-webkit-box-shadow: 0 0 5px #aedcfa;
	border: 1px solid #4A9BDF;
}

.dialogBox .dialog .popup_content textarea {
	height: 115px;
	width: 500px;
}

.dialogBox .dialog .popup_content .wrapper {
	margin: 75px auto 0 auto;
	width: 500px;
}

.dialogBox .dialog .popup_content .wrapper.avatar_modify {
	margin-top: 65px;
	width: 750px;
}

.dialogBox .dialog .popup_content .modify_tips {
	color: #ababab;
}

.dialogBox .dialog .popup_content .ensure_input {
	border: 1px solid #bcbcbc;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #5c5c5c;
	box-shadow: inset 0 1px 5px #bbbbbb;
	-moz-box-shadow: inset 0 1px 5px #bbbbbb;
	-webkit-box-shadow: inset 0 1px 5px #bbbbbb;
	background-color: #e7e7e7;
	padding: 5px;
}

.dialogBox .dialog .popup_content .ensure_userinfo .ensure_input {
	text-align: left;
	min-height: 65px;
	padding: 30px 20px;
}

.dialogBox .dialog .popup_content .ensure_avatar .headImgArea {
	float: none;
	margin: 30px auto 0;
}

.dialogBox .dialog .popup_content .ensure_avatar .ensure_input {
	margin: 20px auto;
}

.dialogBox .dialog .operation {
	text-align: center;
	padding: 20px;
}

.dialogBox .dialog .operation button {
	width: 120px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 10px;
}

.dialogBox .dialog .avatar_modify {
	width: 700px;
}

.dialogBox .dialog .cropImgArea {
	overflow: visible;
}

.dialogBox .dialog .cropImgArea h4 {
	font-weight: normal;
}

.dialogBox .dialog .cropImgArea .head-img-box {
	position: relative;
	overflow: visible;
}

.dialogBox .dialog .cropImgArea .head-img-box .cLine {
	overflow: visible;
}

.dialogBox .dialog .cropImgArea .example {
	float: left;
	margin-top: -78px;
}

.dialogBox .dialog .cropImgArea .upload-wrapper {
	position: absolute;
	left: 262px;
	bottom: 21px;
	text-align: left;
}

.dialogBox .dialog .cropImgArea .upload-wrapper .desc {
	margin-top: 10px;
}

.dialogBox .dialog .cropImgArea .upload-wrapper button {
	width: 78px;
}

.dialogBox .dialog .cropImgArea .split-line {
	float: left;
	height: 245px;
	border-left: 1px solid #ccc;
	margin: 0 35px 0 45px;
	border-right: 1px solid #fff;
}

.dialogBox .dialog .protocol {
	text-align: left;
	padding-left: 160px;
	min-height: 135px;
	background: url('./bgimg/icon_mod_protocel.png') no-repeat 0 -6px;
}

.dialogBox .dialog .protocol li {
	font-size: 16px;
}

.dialogBox .dialog .error_tips {
	color: #b11516;
	display: none;
}

.dialogBox .dialog .error_tips i {
	margin-right: 4px;
	font-style: normal;
	font-size: 15px;
}

.close-tip-icon {
	position: absolute;
	right: 3px;
	top: 3px;
}

/* dialog--end */