@charset "utf-8";
/*rest-css */

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

fieldset,
img {
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ul,
ol {
	list-style: none;
}
em,
i {
	font-style: normal;
}
input::-moz-focus-inner {
	border: none;
	padding: 0;
}
select,
input {
	vertical-align: middle;
}
select,
input,
textarea {
	font-size: 12px;
	margin: 0;
	caret-color:#CC0700;
}
input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
}
:-moz-placeholder {
	color: #bebebe;
}
::-moz-placeholder {
	color: #bebebe;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #999 !important;
}
input::-moz-placeholder, textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color: #999 !important;
}
　　
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color: #999 !important;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 32px #F9F9F9 inset; /**通过边框阴影遮挡住背景*/
	-webkit-text-fill-color: #333; /*自动填充内容的文本颜色*/
}
table {
	border-collapse: collapse;
}
body {
	background: #f1f1f1;
	color: #333;
	padding: 0;
	font: 12px/20px "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "SimSun";
	text-align: left;
}
button:focus,input:focus{
	outline:0;
}

body>div {
	text-align: left;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #CC0700;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}
.w1200{
	width:1200px;
	margin:0 auto;
}

/*登录-注册*/
.loginbox {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 100;
	display: none;
}
.hidden {
	display: none !important;
}
.show {
	display: block !important;
}
.login-main {
	width: 990px;
	height: 620px;
	background: #fff;
	z-index: 101;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -495px;
	margin-top: -310px;
}
.login-close{
	width:36px;
	height:36px;
	background:url(../images/login/close.png) no-repeat center center;
	position: absolute;
	right: -36px;
	top: -30px;
	cursor: pointer;
}
.login-mleft{
	float:left;
	width:430px;
	height:620px;
	background:url(../images/login/loginleft.png) no-repeat center center;
	position: relative;
}
.login-mleft img{
	display:block;
	width:158px;
	height:51px;
	position: absolute;
	top:48px;
	left:36px;
}
.login-mright{
	float:left;
	width:560px;
	height:620px;
	box-sizing: border-box;
	padding:60px 100px;
}
.register-tab{
	height:48px;
}
.register-tab li{
	height:48px;
	line-height: 48px;
	float: left;
	font-size:22px;
	color:#333;
	margin-right:80px;
	box-sizing: border-box;
	cursor: pointer;
}
.register-tab li.active{
	color:#CC0700;
	border-bottom:3px solid #CC0700;
	font-weight: bold;
}
.regtab-contul{
	height:310px;
	padding-top:30px;
}
.lg-srbox{
	height:40px;
	position: relative;
	margin-bottom:15px;
}
.lg-srbox input{
	display:block;
	border: 1px solid #C5C5C5;
	box-sizing: border-box;
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:14px;
	color:#333;
	padding:0 10px 0 32px;
}
.lg-srbox input:focus{
	border:1px solid #CC0700;
}
.lg-srbox input.iptblur-active{
	background:#F9F9F9;
	border:1px solid #C5C5C5;
}
.lg-srbox span{
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 4px;
	top: 8px;
}
.lg-srbox span img{
	display:block;
	width:100%;
	height:100%;
}
.lg-sreye input{
	padding-right:40px;
}
.lg-sreye i{
	display:block;
	width:16px;
	height:16px;
	background:url(../images/login/eye1.png) no-repeat center center;
	position: absolute;
	right: 10px;
	top: 14px;
	cursor: pointer;
}
.lg-sreye i.eye{
	background:url(../images/login/eye.png) no-repeat center center;
}
.lg-yzmbox{
	height:40px;
	position: relative;
	margin-bottom:15px;
}
.lg-yzmbox input{
	display:block;
	border: 1px solid #C5C5C5;
	box-sizing: border-box;
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:14px;
	color:#333;
	padding:0 130px 0 10px;
}
.lg-yzmbox input:focus{
	border:1px solid #CC0700;
}
.lg-yzmbox input.iptblur-active{
	background:#F9F9F9;
	border:1px solid #C5C5C5;
}
.lg-yzmbox span{
	display:block;
	height:24px;
	line-height: 24px;
	width:120px;
	text-align: center;
	border-left:1px solid #C5C5C5;
	font-size:14px;
	color:#CC0700;
	box-sizing: border-box;
	position: absolute;
	top:8px;
	right:0px;
	z-index: 10;
	cursor: pointer;
}
.lg-yzmbox span.cf{
	color:#A7A7A7;
}
.lg-agree{
	height:24px;
	line-height: 24px;
	font-size:12px;
}
.lg-agree label{
	display:inline-block;
	height:24px;
	line-height: 24px;
}
.lg-agree label input{
	margin-right:6px;
}
.lg-agree a{
	color:#CC0700;
}
.lg-role h6{
	height:32px;
	line-height: 32px;
	font-size:14px;
	color:#333;
}
.lg-role h6 span{
	font-size:12px;
	color:#999;
	font-weight: normal;
}
.lg-role p{
	height:24px;
	line-height: 24px;
}
.lg-role p label{
	display:inline-block;
	height:24px;
	line-height: 24px;
	margin-right: 15px;
}
.lg-role p label input{
	margin-right:6px;
}
.login-btn{
	position: relative;
}
.login-btn p{
	text-align: center;
	height:48px;
	line-height: 48px;
	font-size:14px;
	color:#999;
}
.prvebtn-sumbit{
	text-align: right !important;
}
.login-btn p .btn{
	width:360px;
	height:48px;
	line-height: 48px;
	font-size:20px;
	color:#fff;
	border:none;
	border-radius: 4px;
	background:rgba(204, 7, 0, 0.4);
	cursor: pointer;
	text-align: center;
}
.sumbitbtn{
	width:168px;
	height:48px;
	line-height: 48px;
	font-size:20px;
	color:#fff;
	border:none;
	border-radius: 4px;
	background:#CC0700;
	cursor: pointer;
	text-align: center;
}
.prvebtn{
	width:160px;
	height:48px;
	line-height: 48px;
	font-size:20px;
	color:#666;
	border-radius: 4px;
	background:#fff;
	border:1px solid #666;
	cursor: pointer;
	text-align: center;
	margin-right: 8px;
	box-sizing: border-box;
	position: absolute;
	top:1px;
	left:0px;
}
.login-btn p .btn1{
	background:#CC0700;
}
.login-btn p a{
	color:#CC0700;
	cursor: pointer;
}
.login-btn p a:hover{
	color: #d90f09;
}
.login-tab{
	height:50px;
	background:#EDEDED;
	border-radius: 100px;
}
.login-tab li{
	float: left;
	width:50%;
	height:50px;
	line-height: 50px;
	font-size:16px;
	text-align: center;
	cursor: pointer;
}
.login-tab li.active{
	border-radius: 100px;
	background:#CC0700;
	color:#fff;
}
.login-cont{
	height:290px;
	padding-top:66px;
}
.lg-pasword{
	height:28px;
	line-height: 28px;
	color:#706666;
}
.lg-pasword label{
	height:28px;
	line-height: 28px;
}
.lg-pasword label input{
	float:left;
	margin-top:8px;
	margin-right:6px;
}
.lg-pasword a{
	color:#706666;
}
.lg-pasword a:hover{
	color:#CC0700;
}
.lg-zh-cont{
	height:205px;
}
.lg-zh-btn{
	margin-top:60px;
}
.lg-ydrz{
	text-align: center;
}
.lg-ydrz span{
	display:inline-block;
	height:32px;
	line-height: 28px;
	font-size:14px;
	margin:0 18px;
	box-sizing: border-box;
	cursor: pointer;
}
.lg-ydrz span.active{
	color:#CC0700;
	border-bottom:2px solid #CC0700;
}
.lg-ydrz-cont{
	padding-top:40px;
}
.lg-ydrz-ewm{
	width:200px;
	height:200px;
	margin:0 auto;
}
.lg-ydrz-ewm img{
	display:block;
	width:100%;
	height:100%;
}
.lg-ydrz-cont h6{
	padding:35px 0 16px;
	font-size:12px;
	color:#999;
	font-weight: normal;
	text-align: center;
}
.lg-ydrz-cont p{
	text-align: center;
}
.lg-ydrz-cont p a{
	display:inline-block;
	height:20px;
	line-height: 20px;
	padding-left:20px;
	background:url(../images/login/downsvg.svg) no-repeat left center;
	color:#CC0700;
}
.lg-ydrz-cont p a:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.lg-ydrz-cont-ca{
	height:200px;
}

/*忘记密码下一步上一步样式添加*/
.password-btn{
	text-align: center;
}
.password-btn .sybtn{
	width: 150px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #666;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #666;
	cursor: pointer;
	text-align: center;
	margin: 0 12px;
	box-sizing: border-box;
}
.password-btn .xybtn{
	width: 150px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #666;
	border-radius: 4px;
	background:#CC0700;
	border: 1px solid #CC0700;
	cursor: pointer;
	text-align: center;
	margin: 0 12px;
	box-sizing: border-box;
	color:#fff;
}

/*滑块验证样式1*/
.drag {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #EDEDED;
	position: relative;
	border-radius: 4px;
}
.sliderbg {
	width: 0px;
	height:100%;
	position: absolute;
	background-color: #62D078;
	border-radius: 4px;
	/*transition: .5s;*/
}
.slidertext {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	user-select: none;
	color:#999;
}
.sliderbtn {
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	position: absolute;
	left:5px;
	top:5px;
	cursor: move;
	text-align: center;
	user-select: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #999;
	border-radius: 4px;
	padding-left:20px;
}
/*滑块验证样式2*/
.drag-fg {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #EDEDED;
	position: relative;
	border-radius: 4px;
}
.sliderbg-fg {
	width: 0px;
	height:100%;
	position: absolute;
	background-color: #62D078;
	border-radius: 4px;
}
.slidertext-fg {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	user-select: none;
	color:#999;
}
.sliderbtn-fg {
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	position: absolute;
	left:5px;
	top:5px;
	cursor: move;
	text-align: center;
	user-select: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	color: #999;
	border-radius: 4px;
	padding-left:20px;
}

/*忘记密码*/
.forget-tit {
	font-weight: normal;
	padding: 60px 0 40px;
	text-align: center;
	font-size: 30px;
	color: #333;
	line-height: 36px;
}
.biddetail-tit{
	padding: 44px 0 26px;
}
.forget-step {
	width: 615px;
	height: 88px;
	margin: 0 auto;
}

.forget-step li {
	float: left;
}

.forget-stepnr {
	width: 100px;
}

.forget-stepnr span {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	background: #C5C5C5;
	margin: 0 auto;
}

.forget-stepnr em {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	padding-top: 10px;
}

.forget-stepnr.dqstep span {
	background: #CC0700;
}

.forget-stepnr.dqstep em {
	color: #CC0700;
}

.forget-stepxt {
	width: 155px;
	height: 1px;
	background: #C5C5C5;
	margin-top: 14px;
}

.forget-stepxt.dqstep {
	background: #CC0700;
}

.forget-cont {
	width: 340px;
	margin: 0 auto;
	height: 220px;
	padding-top: 30px;
}

.forget-success {
	width: 200px;
	margin: 0 auto;
}

.forget-success span {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.forget-success span img {
	display: block;
	width: 100%;
	height: 100%;
}

.forget-success p {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #62D078;
	text-align: center;
}

/*登录部分*/
/*.login{*/
/*	height:30px;*/
/*	margin-top:30px;*/
/*}*/
/*.login a{*/
/*	display: inline-block;*/
/*	padding:0 12px;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	font-size:14px;*/
/*	color:#CC0700;*/
/*}*/
/*.login a:hover{*/
/*	opacity: 0.85;*/
/*	filter:alpha(opacity=85);*/
/*}*/
/*.login .register{*/
/*	background:#CC0700;*/
/*	color:#fff;*/
/*}*/
/*!*登录后显示*!*/
/*.login-name{*/
/*	height:30px;*/
/*	width:126px;*/
/*	margin-top:15px;*/
/*	padding-left:24px;*/
/*	box-sizing: border-box;*/
/*	background: url(../images/zbcg/tximg.png) no-repeat left center;*/
/*	position: relative;*/
/*}*/
/*.login-name .mc{*/
/*	display: block;*/
/*	width:100%;*/
/*	box-sizing: border-box;*/
/*	padding-right:10px;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*	background:url(../images/zbcg/xjt.png) no-repeat right center;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*	cursor: pointer;*/
/*}*/
/*.login-name .mc.sjt{*/
/*	background:url(../images/zbcg/sjt.png) no-repeat right center;*/
/*}*/
/*.login-name-set{*/
/*	background:#fff;*/
/*	position: absolute;*/
/*	padding:15px;*/
/*	top:45px;*/
/*	left:0px;*/
/*	z-index: 100;*/
/*	box-shadow: 0px 12px 20px 0px rgba(208, 208, 208, 0.3);*/
/*	display: none;*/
/*}*/
/*.login-name-set li{*/
/*	height:32px;*/
/*	line-height: 32px;*/
/*	text-align: center;*/
/*}*/
/*.login-name-set li a{*/
/*	color:#666;*/
/*}*/
/*.login-name-set li a:hover{*/
/*	color:#CC0700;*/
/*}*/
.fr a{
	cursor: pointer;
}
/*后修改checked,radio默认样式*/
.lg-checkbox input[type="checkbox"] {
	opacity: 0;
	vertical-align: middle;
	cursor: pointer;
}
.check-c{
	display: inline-block;
	padding-left: 6px;
	cursor: pointer;
	background: url(../images/login/checkbox.png) no-repeat left center;
}
.check-c1{
	display: inline-block;
	padding-left: 6px;
	cursor: pointer;
	background: url(../images/login/checkbox1.png) no-repeat left center;
}
.check-cd{
	display: inline-block;
	padding-left: 6px;
	cursor: pointer;
	background: url(../images/login/checkbox-xz.png) no-repeat left center;
}
.lg-radiobox input[type="checkbox"] {
	opacity: 0;
	vertical-align: middle;
	cursor: pointer;
}
.radio-c{
	display: inline-block;
	cursor: pointer;
	background: url(../images/login/radiobox.png) no-repeat left center;
}
.radio-cd{
	display: inline-block;
	cursor: pointer;
	background: url(../images/login/radiobox-xz.png) no-repeat left center;
}

/*登陆后用户名显示样式*/
.zzcg-header .login-name{
	background: url(../images/login/bstximg.png) no-repeat left center;
}
.zzcg-header .login-name .mc{
	color:#fff;
	background: url(../images/login/bsxjt.png) no-repeat right center;
}
.zzcg-header .login-name .mc.sjt{
	background: url(../images/login/bssjt.png) no-repeat right center;
}

/*我要投标后的弹框*/
.wytbBox-main {
	width: 700px;
	height: 460px;
	margin-left: -350px;
	margin-top: -230px;
}

.wytbBox-main .forget-tit {
	padding-top: 56px;
}

.wytb-main-cont {
	padding: 0px 28px 56px;
}

.wytb-main-cont p {
	font-size: 20px;
	color: #888;
	line-height: 46px;
	text-align: center;
}

.wytb-btn {
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
}

.wytb-btn .btn {
	width: 280px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	border: none;
	border-radius: 4px;
	background: #CC0700;
	cursor: pointer;
}

/*服务条例页面*/
.fwtl-main {
	padding: 40px 0 55px;
}

.fwtl-mleft {
	width: 305px;
	padding: 20px 0;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.fwtl-mleft li {
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	margin: 20px 0;
}

.fwtl-mleft li a {
	font-size: 12px;
	color: #999;
}

.fwtl-mleft li.active {
	border-left: 3px solid #CC0700;
}

.fwtl-mleft li.active a {
	color: #CC0700;
	font-weight: bold;
}

.fwtl-mright {
	/*width: 868px;*/
	background: #fff;
	border-radius: 4px;
	padding: 35px;
	box-sizing: border-box;
}

.fwtl-mrightit {
	border-bottom: 1px solid #D8D8D8;
	font-weight: normal;
	padding-bottom: 18px;
}

.fwtl-mrightit p.tit1 {
	font-size: 20px;
	color: #333;
	line-height: 36px;
}

.fwtl-mrightit p.tit2 {
	font-size: 14px;
	color: #CC0700;
	line-height: 32px;
}

.fwtl-mright-dv {
	padding-top: 20px;
}

.fwtl-mright-dv h6 {
	font-size: 15px;
	color: #333;
	line-height: 32px;
	font-weight: normal;
}

.fwtl-mright-dv p {
	font-size: 14px;
	color: #666;
	line-height: 32px;
	margin-bottom: 20px;
}

.fwtl-mright-down p {
	padding: 10px 0;
}

.fwtl-mright-down p a {
	font-size: 14px;
	color: #507FB2;
}
.rg-now-btn{
	text-align: center;
	padding-top: 12px;
}
.rg-now-btn a{
	color: #CC0700;
	cursor: pointer;
}
.rg-now-btn a:hover{
	color: #ff0a00;
}
/*注册后加提醒框样式*/
/*.makesure {*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	font-size: 16px;*/
/*	line-height: 30px;*/
/*	color: red;*/
/*	padding-top: 60px;*/
/*	margin-left:0px;*/
/*	margin-right:0px;*/
/*}*/
.makesuretit{
	font-size: 18px;
	text-align: center;
	padding-top: 70px;
	color: red;
}
.makesurebot{
	padding-top: 66px;
	text-align: center;
}
.makesurebot a{
	font-size: 14px;
	height: 36px;
	border: 1px solid #c0c0c0;
	display: inline-block;
	border-radius: 4px;
	padding: 0 28px;
	line-height: 36px;
	margin: 0 15px;
}
.makesurebot a:hover{
	border: 1px solid red;
	color:red;
}

/*验证码修改为图片形式start--2023-05-05*/
.lg-imgcode{
	height:40px;
	position: relative;
	margin-bottom:15px;
}
.lg-imgcode input{
	display:block;
	border: 1px solid #C5C5C5;
	box-sizing: border-box;
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:14px;
	color:#333;
	padding:0 110px 0 10px;
}
.lg-imgcode input:focus{
	border:1px solid #CC0700;
}
.lg-imgcode input.iptblur-active{
	background:#F9F9F9;
	border:1px solid #C5C5C5;
}
.lg-imgcode .icode{
	display:block;
	width:104px;
	height:38px;
	position: absolute;
	right:1px;
	top:1px;
}
.lg-imgcode .icode img{
	display:block;
	width:100%;
	height:100%;
}
.lg-imgcode .spbtn{
	display: block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 12px;
	color: #999;
	background: url(../images/login/lgshx.svg) no-repeat right center;
	position: absolute;
	right: -66px;
	top: 0px;
	padding: 0 5px;
	cursor: pointer;
}
/*验证码修改为图片形式end--2023-05-05*/
.login-viplink{
	position: absolute;
	top: 305px;
	left: 166px;
	font-size: 12px;
	line-height: 28px;
	text-decoration: underline;
	color: #9E9E9E;
}
.login-viplink:hover{
	text-decoration: underline;
	color: #D01901;
}
.custhotline{
	font-size:12px;
}

.xyBold {
	font-weight: 600 !important;
}

/*通过媒体查询更改登录框大小适配小屏*/
@media screen and (max-width: 1440px) {
	.login-main{
		width: 850px;
		height:520px;
		margin-left: -425px;
		margin-top: -260px;
	}
	.login-mleft{
		width: 360px;
		height: 520px;
		background: url(../images/login/loginleft.png) no-repeat center center;
		background-size:100% 100%;
	}
	.login-mleft img{
		margin-left: -66px;
	}
	.login-cont {
		padding-top: 40px;
	}
	.login-mright{
		width: 450px;
		height: 520px;
		padding: 40px 40px 10px;
	}
	.lg-zh-cont {
		height: 190px;
	}
	.lg-ydrz-cont{
		padding-top: 32px;
	}
	.regtab-contul{
		height: 290px;
		padding-top: 25px;
	}
	.forget-tit{
		padding: 45px 0 25px;
	}
	.forget-cont{
		height: 210px;
		padding-top: 16px;
	}
	.login-btn p .btn{
		width:370px;
	}
	.wytbBox-main {
		width: 700px;
		height: 460px;
		margin-left: -350px;
		margin-top: -230px;
	}
	.login-viplink {
		top: 256px;
		left: 138px;
	}
	.custhotline{
		line-height:14px !important;
	}
}
/***
手机号重复提示弹框
 */
.phoneMask{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
	display: none;
}
.duplicatePhone{
	display: none;
	width: 430px;
	height: 329px;
	position: relative;
	box-sizing: border-box;
	border-radius: 2px;
	border: 1px solid #e4e7eb;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);

}
.duplicatePhone .phoneTitle{
	height: 40px;
	border-bottom: 0.5px solid #cfd2d7;
	line-height: 40px;
	padding: 0 20px;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
}
.duplicatePhone  .phoneContent{
	padding:40px 40px 10px 40px;
	font-size: 14px;
}


































