

html{-webkit-text-size-adjust:100%;font-size:5.2083333vw}

/* @media (max-width:1660px) {
    html{font-size:6vw}
} */

@media(max-width:1024px){
	html{font-size: 7vw;}
}

@media(max-width:750px){
	html{font-size: 14vw;}
}

*{margin:0;padding:0;}
body{ font-family:sans-serif , Arial !important;margin:0px; padding:0px; margin:0px auto; font-size:0.18rem;line-height: 1.8; color:#333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family:sans-serif , Arial !important;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#1b76ff;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(/cn/res/images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover img {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../image/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}
.Scale-img:hover .imgbox img{transform: scale(1.05);-webkit-transform: scale(1.05);} */

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;margin:0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}


/*pages*/
/*分页*/
.pager {text-align: center; margin: 20px 0;}
.pager ul {display: flex; flex-wrap: wrap; justify-content: center}
.pager ul li {display: inline-block;}
.pager ul li a {padding: 5px 15px; margin: 15px 5px; border: #dddddd solid 1px; display: inline-block;}
.pager ul li a:hover {border: #3ea8e2 solid 1px; color: #3ea8e2}
.pager ul .active a {border: #3ea8e2 solid 1px; display: inline-block; background-color: #3ea8e2; color: #fff;}
.pager ul a:not([href]):not([class]):hover {border: #dddddd solid 1px;}
.pager ul .active a:hover {color: #fff; border: #3ea8e2 solid 1px !important;}

@media ( max-width:767px){
	.Pages a{width:30px;height:30px;line-height: 30px;}
	.Pages .num a{margin:0 2px;}
	.Pages .a_prev{margin-right:5px;}
	.Pages .a_next{margin-left:5px;}
}
/*pages end*/

.w1600{max-width:16rem;margin:0 auto;width:95%;}
.w1440{max-width:14.4rem;margin:0 auto;width:95%;}
.slick-slide:focus{outline: none;}

/* Top */
.Top{line-height: 0.8rem;background: rgba(4,0,0,0.4);width:100%;position: fixed;width:100%;top:0;left:0;z-index:999;font-size: 0.18rem;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;position: relative;z-index:999;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#fff;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before,.Top .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #fff;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}
.Top .Logo img{max-height:0.5rem;filter: brightness(100);}
.Top .lan{color:#fff;position: relative;}
.Top .lan span{cursor: pointer;}
.Top .lan img{display: inline-block;margin-right:0.1rem;position: relative;top:-1px;width:26px;}
.Top .lan ul{width:100%;background:#fff;line-height: 0.4rem;text-align: center;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;top:100%;left:0;display: none;}
.Top .lan ul::before{content:'';display: block;border-bottom:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid transparent;position: absolute;bottom:100%;left:50%;margin-left:-5px;}
.Top .search{position: relative;margin:0 0.5rem 0 0;padding-left:0.5rem;cursor: pointer;}
.Top .search::before{content:'';display:block;width:1px;height:0.18rem;background:#fff;opacity: 0.2;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.Top .search .searchbox{width:300px;box-sizing: border-box;padding-right:60px;background:#fff;line-height: 45px;position: absolute;right:0;top:100%;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.Top .search .searchbox input{width:100%;box-sizing: border-box;padding:0 10px;}
.Top .search .searchbox button{width:60px;height:100%;background: #1b76ff;color:#fff;position: absolute;right:0;top:0;}
.Top .search span.iconfont{color:#fff;font-size:22px;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.7rem;position: relative;}
.MainNav ul li em a{color:#fff;}
.MainNav ul li .NavPull{position: absolute;top:100%;width:1.6rem;line-height: 0.5rem;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);left:50%;margin-left:-0.8rem;text-align: center;display: none;}
.MainNav ul li .NavPull dd{transition: all .5s;}
.MainNav ul li .NavPull dd a{display: block;}
.MainNav ul li .NavPull dd:hover{background: #1b76ff;}
.MainNav ul li .NavPull dd:hover > a{color:#fff;}

.MainNav ul li .NavPulls{position: absolute;top:100%;width:1.6rem;line-height: 0.5rem;box-sizing:border-box;background:rgba(244,246,250,0.9);box-shadow: 0 0 10px rgba(0,0,0,0.1);left:50%;margin-left:-0.8rem;text-align: center;display: none;padding: 0.2rem 0;padding-left: 0.2rem;}
.MainNav ul li .NavPulls dd{transition: all .5s;text-align: left;line-height: 0.9rem;}
.MainNav ul li .NavPulls dd > span,.MainNav ul li .NavPulls dd > a{display: block;text-indent: 20px;border-left: 3px solid transparent;line-height: 0.5rem;height: 0.5rem;margin: 0.12rem 0}
.MainNav ul li .NavPulls dd:hover{background: #fff;}
.MainNav ul li .NavPulls dd:hover > span,.MainNav ul li .NavPulls dd:hover > a{color:#333333;border-color: #1b76ff;font-weight: 600;}
.MainNav ul li .NavPulls dd .NavPull2{position: absolute;left: 100%;background: #ffffff;min-width: 4rem;top: 0;padding: 0.4rem 0.4rem;display: none;box-sizing:border-box;min-height: 3.4rem;}
/* .MainNav ul li .NavPulls dd:hover .NavPull2{display: block;} */
.MainNav ul li .NavPulls dd .NavPull2 p{line-height: 0.5rem;position: relative;border-bottom: 1px solid  #ebebeb;margin-bottom: 0.3rem;;}
.MainNav ul li .NavPulls dd .NavPull2 p:after{position: absolute;left: 0;bottom: 0;width: 0;height: 1px;content: "";background-color: #1b76ff;transition: all 0.3s}
.MainNav ul li .NavPulls dd .NavPull2 p:hover:after{width: 100%}
.MainNav ul li .NavPulls dd .NavPull2 p img{opacity: 0;vertical-align: top;margin-left: 5px;transition: all 0.3s;display: inline-block;}
.MainNav ul li .NavPulls dd .NavPull2 p i{color: #1b76ff;font-weight: lighter;font-size: 14px;float: right;line-height: 0.5rem;transition: all 0.3s}
.MainNav ul li .NavPulls dd .NavPull2 p a{display: block;}
.MainNav ul li .NavPulls dd .NavPull2 p:hover img{opacity: 1;}
.MainNav ul li .NavPulls dd .NavPull2 p:hover i{transform: rotate(360deg)}


@media(max-width:1024px){
	.MainNav ul li .NavPulls dd > span,.MainNav ul li .NavPulls dd > a{text-indent: 10px;margin: 0;padding: 0.2rem 0;}
	.MainNav ul li .NavPulls dd .NavPull2 p a{text-indent: 10px;}
	.MainNav ul li .NavPulls dd .NavPull2{position: static;min-height: unset;min-width: 200px;padding: 0.2rem}
	.MainNav ul li .NavPulls dd .NavPull2 p{margin-bottom: 0;}
	.Top{line-height: 60px;font-size: 14px;}
	.Top .m-btn{display: block;}
	.Top .search{margin-right:20px;padding-left:20px;}
	.Top .search::before{display: none;}
	.MainNav{position: absolute;right:0;top:100%;height:calc(100vh - 60px);width:0;background:#fff;overflow: hidden;opacity: 0;visibility: hidden;transition: all .5s;-webkit-transition: all .5s;}
	.MainNav ul{padding:20px;box-sizing: border-box;min-width:200px;}
	.MainNav ul li {margin-right:0;width:100%;line-height: 40px;}
	.MainNav ul li em{display: block;position: relative;}
	.MainNav ul li em a{color:#333;font-size: 15px;}
	.MainNav ul li em b{position: absolute;width:30px;height:100%;right:0;top:0;}
	.MainNav ul li em b::after{content:'';display: block;width:100%;height:100%;background: url(../image/navmore.svg) no-repeat center center;transition: all .5s;-webkit-transition: all .5s;}
	.MainNav ul li em b.on::after{transform: rotate(90deg);-webkit-transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;width:100%;margin-left:0;line-height: 32px;background: #f5f5f5;box-shadow: 0 0 10px rgba(0,0,0,0);}
	.MainNav.show{width:300px;opacity: 1;visibility: visible;}
	.Top .Logo img{max-height:30px;}
}

/* Bototm */
.Bottom{background:#152343;position: relative;}
.Bottom .BottomBox .BottomCon{padding:1.1rem 0 0.5rem 0;border-bottom:1px solid rgba(255,255,255,0.05);position: relative;overflow: hidden;}
.Bottom .BottomBox .BottomCon .bg{width:4.14rem;height:4.22rem;background: url(../image/footbg.png) no-repeat center center;background-size: contain;position: absolute;right:16%;bottom:-1px;}
.Bottom .BottomBox .BottomCon .bg::after{content:'';display: block;width:100%;height:100%;background: url(../image/footbgc.png) no-repeat center center;background-size: contain;transform: scale(0);animation: scalef 5s linear infinite;}
.Bottom .BottomBox .BottomCon .BottomNav{width:65%;display: flex;justify-content: space-between;position: relative; z-index: 10;}
.Bottom .BottomBox .BottomCon .BottomNav .Bottomaddress{flex:1;max-width:50%;}
.Bottom .BottomBox .BottomCon .BottomNav .Bottomaddress p{color: #fff;}
.Bottom .BottomBox .BottomCon .BottomNav a{color:#fff;}
.Bottom .BottomBox .BottomCon .BottomNav dl dt{font-size: 0.26rem;margin-bottom:0.2rem;font-weight: normal;}
.Bottom .BottomBox .BottomCon .BottomNav dl dd{line-height: 2;opacity: 0.7;font-weight: lighter;}
.Bottom .BottomBox .BottomCon .BottomNav dl dd:hover{opacity: 1;}

.Bottom .BottomBox .BottomCon .BottomContact{width:25%;max-width:2.9rem;}
.Bottom .BottomBox .BottomCon .BottomContact .BottomLogo{margin-bottom:0.3rem;}
.Bottom .BottomBox .BottomCon .BottomContact .BottomEwa{display: flex;align-items: center;color:#fff;}
.Bottom .BottomBox .BottomCon .BottomContact .BottomEwa p{margin-left:0.2rem;}
.Bottom .BottomBox .BottomCon .BottomContact .BottomEwa img{max-width:1.2rem;}

.Bottom .BottomAddress{padding:0.5rem 0;display: flex;justify-content: space-between;margin-left:-2%;}
/* .Bottom .BottomAddress::after{content:'';display: block;clear: both;} */
.Bottom .BottomAddress .item{color:#fff;margin-left:2%;}
.Bottom .BottomAddress .item .tit{font-size: 0.24rem;font-weight: normal;margin-bottom:0.2rem;}
.Bottom .BottomAddress .item ul li{font-weight: lighter;margin-top:0.05rem;}
.Bottom .BottomAddress .item ul li a{color:#fff;}


.Bottom .CopyRight{background:#13203e;color:#fff;padding:0.3rem 0;}
.Bottom .CopyRight a{color:#fff;display: inline-block;margin-left:0.1rem;}

/* @keyframes scalef{
	0%{transform:scale(1);-webkit-transform:scale(1);opacity: 0;}
	80%{transform:scale(1);-webkit-transform:scale(1);opacity: 1;}
	100%{opacity: 0;transform:scale(1);-webkit-transform:scale(1);}
} */


@media(max-width:1440px){
	body{font-size: 16px;line-height: 1.85;}
}

@media(max-width:1024px){
	body{font-size: 14px;line-height: 1.85;}
	.Bottom .BottomBox .BottomCon{padding:30px 0;}
	.Bottom .BottomBox .BottomCon .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon .BottomContact{width:100%;max-width:100%;}
	.Bottom .BottomBox .BottomCon .BottomContact .BottomLogo img{max-height:50px;}
	.Bottom .BottomAddress{padding:20px 0;}
	.Bottom .BottomAddress .item .tit{font-size: 16px;font-weight: bold;margin-bottom:10px;}
	.Bottom .CopyRight{padding:10px 0;}
}

@media(max-width:640px){
	.Bottom .BottomBox .BottomCon .BottomContact .BottomLogo img{max-height:40px;}
	.Bottom .BottomBox .BottomCon .BottomContact .BottomEwa img{max-width:90px;}
	.Bottom .BottomAddress{flex-wrap: wrap;padding:0 0;}
	.Bottom .BottomAddress .item{width:98%;padding:10px 0;border-top:1px dashed rgba(255,255,255,0.1);}
	.Bottom .BottomAddress .item:first-child{border-top:none;}
	
}

.VideoInfo{width:100%;height:100%;position: relative;margin:0 auto;max-height: 80vh}
.VideoInfo video{width:100%;height:100%;object-fit: cover;max-height: 80vh}
.mfp-close-btn-in .mfp-close{color:#fff !important;opacity: 1 !important;}

.totop{position:fixed;right:1.7%;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.56rem;height: 0.56rem;line-height:0.56rem;z-index:210;background:#f1aa22;color:#fff;box-shadow: 0 10px 15px rgba(0,0,0,0.1);}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.totop.fix{position: absolute;top: -0.29rem;bottom: auto;border-radius: 50%;background-color:rgba(0,0,0,0.35);}
.totop.fix:hover{background-color:#d6900a;}
.Bottom .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.totop img{width:20px;}

.gotop{position:fixed;right:1.7%;bottom:0%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.56rem;height: 0.56rem;line-height:0.56rem;z-index:210;background:#f1aa22;color:#fff;box-shadow: 0 10px 15px rgba(0,0,0,0.1);}
.gotop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}
.gotop.cd-is-visible .iconfont{font-size:22px;}
.gotop img{width:20px;}
@media(max-width:1024px){
	.totop{width: 30px;height: 30px;line-height: 30px;}
	.totop img{width:15px;}
}

.fixFloat{position: fixed;z-index: 100;width: 50px;top: 50%;transform: translateY(-50%);right: 5px;}
.fixFloat li{position: relative;}
.fixFloat .ico{height: 50px;text-align: center;border-radius: 50%;background-color: #fff;box-shadow: 0 0 40px rgba(0,0,0,0.07);margin-bottom: 12px;display: block;z-index: 10;}
.fixFloat .ico img{width: 25px;height: 25px;left: 50%;top: 50%;margin: -12.5px 0 0 -12.5px;}
.fixFloat li:hover .ico{background-color: #f1aa22;}
.fixFloat .info{position: absolute;right: 100%;width: 2rem;text-align: center;background: #f1aa22;box-shadow: 0 0 10px rgba(0,0,0,0.08);padding: 0.2rem;font-size: 0.2rem;color: #fff;top: 50%;transform: translateY(-50%);border-radius: 5px;line-height: 1.3;visibility: hidden;z-index: -1;transition: all 0.3s;opacity: 0;}
.fixFloat .info span{display: block;font-size: 0.16rem;}
.fixFloat li.on .info {z-index: 1;visibility: visible;right: 105%;opacity: 1;}



@media(max-width:1024px)
	.fixFloat{width: 30px;}
	.fixFloat .ico{height: 30px;margin-bottom: 8px;}
	.fixFloat .ico img{width: 18px;height: 18px;margin: -9px 0 0 -9px;}
	.fixFloat .info{font-size: 14px;width:150px;}
    .fixFloat li:last-child .info{width:120px;}
	.fixFloat .info span{font-size: 14px;}
}

<!-- 悬浮框表单 -->
.formModal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999;
}
.formModalCon{
    width: 100%;
    max-width: 4.5rem;
    margin: 0 auto;
    background: #f1f1f1;
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translate(0px, -50%);
}
.formModal{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999;
}
.formModalCon .w1440{
    width: 100%;
    max-width: 100%;
}
.formModalCon .Message .MessageBox{
border: none;
    padding: 0;
    background: #f1f1f1;
}
.formModalCon .lf_top{
    padding: 0.15rem;
    display: flex;
    justify-content: space-between;
    color: #fff;
    background: #1b76ff;
    align-items: center;
}
.formModalCon .Message .MessageBox .Form {
    margin-left: 0;
    padding: 0.15rem;
}
.formModalCon .Message .MessageBox .Form .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}
.formModalCon  .formbtn{
    display: flex;
    justify-content: flex-start;
}
.formModalCon .submit button {
    width: auto;
    background: #1b76ff;
    padding: 0.05rem;
    margin:0;
    font-size:0.14rem;
}
.formModalCon .Message .MessageBox .Form .item .inputbox input{
    height: 0.5rem;
    width: 100%;
    border: 1px solid #cccccc;
    margin-bottom: 0.15rem;
    padding: 0.05rem;
    box-sizing: border-box;
    background: #fff;
    font-size:0.14rem;
}
.formModalCon .Message .MessageBox .Form .itemTextarea textarea {
   padding: 0.05rem;
    border: 1px solid #cccccc;
    margin-top: 0;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 0;
    font-size: 0.14rem;
    width: 100%;
    height: 1.4rem;
}
.formModalCon .closes {
    width: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
@media screen and (max-width:768px){
.formModalCon{
    max-width:100%;
}
.formModalCon .Message .MessageBox .Form .item .inputbox input {
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 13px;
}
.formModalCon .Message .MessageBox .Form .itemTextarea textarea {
    padding: 5px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 1.5;
    height:2.7rem;
}
.formModalCon .submit button {
    padding: 5px;
    font-size: 13px;
    height: 40px;
}
.formModalCon .closes {
    width: 24px;
}
.formModalCon .Message .MessageBox .Form {
    
    padding: 15px;
}
}

