/** single page common style **/
body{background: #fff;}
.custom-defined-content-wrap ul, .custom-defined-content-wrap li{list-style: disc; padding: revert;}
/** end single page common style **/

/* single-page-product */
.single-page-product{padding:30px 0;}
.single-page-product .row{display:flex; flex-direction: column;}
.single-page-product .pic{display:none; float:left; width:600px; overflow:hidden;}
.single-page-product .pic img{display:block;width:100%;}
.single-page-product .text{padding-left:50px;overflow:hidden;}
.single-page-product .text .hd{padding-bottom:20px;overflow:hidden;border-bottom:#e0e0e0 solid 1px;}
.single-page-product .text .hd h1{font-size:30px;line-height:1.5;color:#333;}
.single-page-product .text .bd{margin:15px 0; line-height:30px; color:#666; font-size:14px; overflow-x:hidden; overflow-y:auto;}
.single-page-product .text .bd div, .single-page-product .text .bd p {margin:5px 0;}
.single-page-product .text .tel{padding-top:20px;overflow:hidden;}
.single-page-product .text .tel a{display:block;float:left;margin-right:20px;width:150px;height:55px;line-height:55px;font-size:16px;cursor:pointer;text-align:center;color:#fff;background:#08c;border-radius:30px;}
.single-page-product .text .tel dl{position:relative;padding-left:55px;min-height:55px;overflow:hidden;}
.single-page-product .text .tel dl:before{display:block;position:absolute;left:0;top:6px;width:45px;height:45px;line-height:45px;text-align:center;font-family:"iconfont";font-size:20px;content:"\e94f";color:#fff;background:#08c;border-radius:50%;}
.single-page-product .text .tel dt{font-size:16px;color:#626262;}
.single-page-product .text .tel dd{font-size:30px;line-height:1;color:#08c;}
@media(max-width:1440px){
    .single-page-product{padding:50px 0;}
    .single-page-product .pic{float:left;width:600px;}
    .single-page-product .text { padding-left:30px;}
}
@media(max-width:1200px){
    .single-page-product{padding:30px 10px;}
    .single-page-product .pic{float:none;width:100%;}
    .single-page-product .text{padding-left:0; padding-top:20px;}
    .single-page-product .text .hd{padding-bottom:15px;}
    .single-page-product .text .hd h1{font-size:24px;}
    .single-page-product .text .bd{margin:15px 0;height:auto;line-height:1.75;font-size:14px;}
    .single-page-product .text .tel a{margin-right:10px;width:110px;height:46px;line-height:46px;font-size:14px;}
    .single-page-product .text .tel dl{min-height:46px;}
    .single-page-product .text .tel dl:before{width:40px;height:40px;line-height:40px;}
    .single-page-product .text .tel dt{font-size:14px;}
    .single-page-product .text .tel dd{font-size:20px;}
}
@media(max-width:480px){
    .single-page-product .text .tel{display:flex; justify-content: space-around;}
    .single-page-product .text .tel a{width:150px; }
    .single-page-product .text .tel dl{display: none;}
}
/* end single-page-product */

/* single-page-concern */
.single-page-concern{background:#fff;}
.single-page-concern .concern-wrap{overflow:hidden;}
.single-page-concern .concern-wrap, .single-page-concern .concern-wrap p{font-size:14px;line-height:1.75;color:#707070;}
.single-page-concern .concern-wrap p img{display:inline-block;width:auto;}
@media(max-width:1440px){
    .single-page-concern{padding:50px 0;}
    .single-page-concern .concern-wrap p { font-size: 16px; margin-top: 10px;}
}
@media(max-width:1200px){
    .single-page-concern{padding:30px 10px;}
    .single-page-concern .concern-wrap, .single-page-concern .concern-wrap p{font-size:14px;}
    .single-page-concern .concern-wrap p img{display:block;width:100%;}
}
/* end single-page-concern */


/* concern-content */
.concern-content{position:relative;height:500px;overflow:hidden;}
.concern-content .category-img{position:relative;z-index:2;top:50%;left:50%;width:400px;height:400px;overflow:hidden;transform:translate(-50%,-50%);border:#ccc solid 1px;border-radius:50%;}
.concern-content .category-img img{display:block;width:100%;border-radius:50%;}
.concern-content .concern-content-wrap{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.concern-content .concern-content-wrap .item{position:absolute;width:400px;height:90px;display:flex;justify-content:space-between;overflow:hidden;}
.concern-content .concern-content-wrap .pic{width:90px;height:90px;overflow:hidden;border:#ccc solid 1px;border-radius:50%;}
.concern-content .concern-content-wrap .pic img{display:block;width:100%;border-radius:30%; padding:20px}
.concern-content .concern-content-wrap .text{padding-top:20px;width:calc(100% - 100px);overflow:hidden;}
.concern-content .concern-content-wrap .text h3{height:25px;line-height:25px;font-size:16px;color:#707070;}
.concern-content .concern-content-wrap .text p{margin-top:5px;height:60px;line-height:20px;font-size:14px;color:#333;}
.concern-content .concern-content-wrap .item:nth-child(odd){left:0;}
.concern-content .concern-content-wrap .item:nth-child(even){right:0; text-align:right; flex-direction:row-reverse;}
.concern-content .concern-content-wrap .item-1, .concern-content .concern-content-wrap .item-2{top:20px;}
.concern-content .concern-content-wrap .item-3, .concern-content .concern-content-wrap .item-4{top:50%;transform:translateY(-50%);}
.concern-content .concern-content-wrap .item-5, .concern-content .concern-content-wrap .item-6{bottom:20px;}
@media(max-width:1440px){
    .concern-content{height:450px;}
    .concern-content .category-img{width:350px;height:350px;}
    .concern-content .list .item{width:350px;}
}
@media(max-width:1200px){
    .concern-content{height:auto;}
    .concern-content .category-img{position:static;margin:0 auto;width:200px;height:200px;transform:translate(0,0);}
    .concern-content .concern-content-wrap{position:static;display:flex;flex-wrap:wrap;justify-content:space-between;}
    .concern-content .concern-content-wrap .item{position:static;display:block;margin-top:20px;padding:0 10px;width:50%;height:auto;text-align:center;transform:translateY(0) !important;}
    .concern-content .concern-content-wrap .item:nth-child(even){text-align:center;flex-direction:inherit;}
    .concern-content .concern-content-wrap .pic{margin:0 auto;width:80px;height:80px;}
    .concern-content .concern-content-wrap .text{padding-top:10px;width:100%;overflow:hidden;}
    .concern-content .concern-content-wrap .text h3{font-size:16px;}
    .concern-content .concern-content-wrap .text p{display:none;font-size:14px;}
}
/* end concern-content */

/* choose-us */
.choose-us{overflow:hidden;}
.choose-us .item{overflow:hidden;background:#fff;}
.choose-us .item .pic{position:relative;width:50%;}
.choose-us .item .pic img{display:block;width:100%;}
.choose-us .item .text{padding:30px 40px;width:50%;overflow:hidden;}
.choose-us .item .text .hd{padding-bottom:30px;border-bottom:#eaeaea solid 1px;}
.choose-us .item .text .hd h3{padding-left:26px;font-size:18px;color:#222;border-left:#08c solid 4px;}
.choose-us .item .text .hd h3 strong{display:block;font-size:20px;}
.choose-us .item .text .bd{padding-top:15px; height: 220px;line-height:24px;font-size:14px; color:#222; overflow:hidden;}
.choose-us .item .text .bd p{margin-top:15px;padding-left:20px;background:url(../images/adv_list.png) no-repeat 0 8px;}
.choose-us .item .text .btns{padding-top:30px;overflow:hidden;}
.choose-us .item .text .btns a{display:block;width:110px;height:40px;line-height:40px;text-align:center;font-size:16px;color:#fff;background:#08c;}
.choose-us .item:nth-child(odd) .pic, .choose-us .item:nth-child(even) .text{float:left;}
.choose-us .item:nth-child(odd) .text, .choose-us .item:nth-child(even) .pic{float:right;}
@media (max-width:1440px){
    .choose-us .item .text {padding: 15px 40px;}
    .choose-us .item .text .hd { padding-bottom: 20px;}
    .choose-us .item .text .bd { height: 180px;}
}
@media (max-width:1200px){
    .choose-us .item .pic, .choose-us .item .text{float:none !important;width:100%;}
}
@media (max-width:992px){
    .choose-us .item .text{padding:24px;}
    .choose-us .item .text .hd{padding-bottom:24px;}
    .choose-us .item .text .hd h3{font-size:16px;}
    .choose-us .item .text .bd{padding-top:10px;height: auto;}
    .choose-us .item .text .bd p{margin-top:10px;}
}
/* end choose-us */

/* single-page-form */
.single-page-form{padding:60px 0;overflow:hidden;background:url(../images/company_history_bg.jpg) no-repeat center / cover;}
.single-page-form .row {display:flex; justify-content:center; overflow:hidden;}
.single-page-form .row form{display:flex; justify-content:center; align-items:center;}
.single-page-form .row form input, .single-page-form .row form button {margin:0 10px;}
.single-page-form .row form input{display:block; padding:10px 20px; width:256px;height:50px;font-size:14px;border:none;outline:none;background:#fff;border-radius:25px;}
.single-page-form .row form button{display:block; width:150px; height:50px;line-height:50px;font-size:14px;color:#fff;text-align:center;outline:none;background:#08c;border:0;border-radius:25px;}
.single-page-form .row form button:after{display:inline-block;margin-left:10px;font-family:"iconfont";content:"\eb94"}
@media(max-width:1440px){
    .single-page-form{padding:50px 0;}
}
@media(max-width:1200px){
    .single-page-form{padding:30px 10px;}
    .single-page-form li{float:none;margin:10px 0;}
    .single-page-form li input{width:100%;height:45px;}
    .single-page-form li button{width:100%;height:45px;line-height:45px;}
}
/* end single-page-form */

/* related-product */
.related-product{padding:60px 0;overflow:hidden;}
.related-product .list{margin:-12px;overflow:hidden;}
.related-product .list .item{position:relative;float:left;margin:12px;overflow:hidden;background:#fff;border-radius:5px;}
.related-product .list[data-grid="2"] .item{width:calc(50% - 24px);}
.related-product .list[data-grid="3"] .item{width:calc(33.3333% - 24px);}
.related-product .list[data-grid="4"] .item{width:calc(25% - 24px);}
.related-product .list[data-grid="5"] .item{width:calc(20% - 24px);}
.related-product .list[data-grid="6"] .item{width:calc(16.6666% - 24px);}
.related-product .list[data-grid="6"] .item a{color:#333;}
.related-product .list .pic{overflow:hidden;}
.related-product .list .pic img{display:block;width:100%;transition:all 1s;}
.related-product .list .pic:hover img{transform:scale(1.1);}
.related-product .list .text{padding:10px;text-align:center;overflow:hidden;}
.related-product .list .text h3{line-height:30px;font-size:16px;color:#333;overflow:hidden;}
.related-product .list .text h3 a{color:#333;}
.related-product .list .item:hover{background:#08c;}
.related-product .list .item:hover .text h3, .related-product .list .item:hover .text h3 a{color:#fff;}
@media(max-width:1440px){
    .related-product{padding:50px 0;}
}
@media(max-width:1200px){
    .related-product{padding:30px 10px;}
    .related-product .list{margin:-6px;}
    .related-product .list .item{margin:6px;width:calc(50% - 12px) !important;}
    .related-product .list .text h3{line-height:25px;font-size:14px;}
}
/* end related-product */

/* related-news */
.related-news{padding:60px 0;overflow:hidden;}
.related-news .list{margin:-12px;overflow:hidden;}
.related-news .list .item{position:relative;float:left;margin:12px;overflow:hidden;background:#fff;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;}
.related-news .list[data-grid="2"] .item{width:calc(50% - 24px);}
.related-news .list[data-grid="3"] .item{width:calc(33.3333% - 24px);}
.related-news .list[data-grid="4"] .item{width:calc(25% - 24px);}
.related-news .list[data-grid="5"] .item{width:calc(20% - 24px);}
.related-news .list[data-grid="6"] .item{width:calc(16.6666% - 24px);}
.related-news .list .item > a{color:#333;}
.related-news .list .item > a:hover .text h3{color:#08c;}
.related-news .list .date{position:absolute;z-index:3;left:0;top:0;padding:10px;width:80px;height:80px;font-family:"DIN Medium";text-align:center;color:#fff;background:rgba(0,0,0,0.5);}
.related-news .list .date em{display:block;font-size:24px;font-weight:bold;line-height:1;}
.related-news .list .date em:after{display:block;margin:10px auto;width:20px;height:1px;content:"";background:#fff;}
.related-news .list .date span{display:block;font-size:14px;}
.related-news .list .pic{overflow:hidden;}
.related-news .list .pic img{display:block;width:100%;transition:all 1s;}
.related-news .list .pic:hover img{transform:scale(1.1);}
.related-news .list .text{padding:10px;overflow:hidden;}
.related-news .list .text h3{font-size:18px; line-height:30px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.related-news .list .text p{height:54px;padding:10px 0;font-size:14px;line-height:22px;color:#999; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -moz-box; -moz-line-clamp: 2; -moz-box-orient: vertical; overflow-wrap: break-word; word-break: break-all; white-space: normal; overflow: hidden;}
@media(max-width:1440px){ .related-news{padding:50px 0;} }
@media(max-width:1200px){
    .related-news{padding:30px 10px;}
    .related-news .list{margin:-6px;}
    .related-news .list .item{margin:6px;width:calc(100% - 12px) !important;}
    .related-news .list .text{padding:10px 15px;}
}
/* end related-news */



/* page-about */

/* single-page-company-intro */
.single-page-company-info{clear:both;padding:60px 0;padding:30px 0;overflow:hidden;}
.single-page-company-info .reverse-wrap{flex-direction: row-reverse;}
.single-page-company-info .company-wrap{display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
.single-page-company-info .company-wrap .text{width:760px; overflow:hidden;}
.single-page-company-info .company-wrap .fl{float:left;}
.single-page-company-info .company-wrap .fr{float:right;}
.single-page-company-info .company-wrap .text .company-text{padding:30px 0;font-size:16px;line-height:30px;color:#707070;overflow:hidden;}
.single-page-company-info .company-wrap .text .company-text p{margin-bottom: 10px; line-height: 1.75em; text-indent: 0em;}
.single-page-company-info .company-wrap .pic{width:600px;overflow:hidden;}
.single-page-company-info .company-wrap .pic,.single-page-company-info .company-wrap .video{position:relative;overflow:hidden;background:#000;}
.single-page-company-info .company-wrap .video video, .single-page-company-info .company-wrap .video iframe{display:block;width:100%;height:405px;}
@media(max-width:1440px){
    .single-page-company-info{padding:50px 0;}
    .single-page-company-info .company-wrap .text{width:640px;}
    .single-page-company-info .company-wrap .pic{width:520px;}
    .single-page-company-info  .company-wrap .video video, .single-page-company-info .company-wrap .video iframe{height:360px;}
}
@media(max-width:1200px){
    .single-page-company-info{padding:30px 10px;}
    .single-page-company-info .company-wrap .text{float:none;width:100%;}
    .single-page-company-info .company-wrap .text .hd{padding-bottom:15px;}
    .single-page-company-info .company-wrap .text .hd h2{font-size:24px;}
    .single-page-company-info .company-wrap .text .hd p{font-size:14px;}
    .single-page-company-info .company-wrap .text .bd{padding:15px 0;font-size:14px;line-height:1.75;overflow:hidden;}
    .single-page-company-info .company-wrap .pic{float:none;width:100%;}
    .single-page-company-info .company-wrap .video video,.single-page-company-intro .company-wrap .video iframe{height:70vw;}
}
/* end single-page-company-intro */

/* single-page-company-case */
.single-page-company-case{padding:60px 0;clear:both; overflow:hidden;}
.single-page-company-case .company-case-wrap{position:relative; overflow:hidden; display:flex; flex-wrap: wrap;}
.single-page-company-case .company-case-wrap .item{flex: 0 0 25%; position:relative; overflow:hidden; transform:scale(0.95); transition:all 1s;}
.single-page-company-case .company-case-wrap .item:hover .pic img{transform:scale(1.1); transition:all 1s;}
.single-page-company-case .company-case-wrap .item .pic{overflow:hidden;}
.single-page-company-case .company-case-wrap .item .pic img{display:block;width:100%;}
.single-page-company-case .company-case-wrap .item .tit{display:block; position:relative; z-index:9; left:0; bottom:0; padding:20px; width:100%;font-size:16px;text-align:center; background:rgba(255,255,255,1);}
.single-page-company-case .company-case-wrap .item .tit h3{overflow: hidden;white-space: nowrap; }
.single-page-company-case .company-case-wrap .item .tit a{/*color:#fff;*/}
.single-page-company-case .company-case-wrap .item:hover .tit{color:#08c;}
@media(max-width:1440px){
    .single-page-company-case{padding:50px 0;}
    .single-page-company-case .company-case-wrap .item{flex: 0 0 33.3333%;}
}
@media(max-width:1200px){
    .single-page-company-case{padding:30px 10px;}
    .single-page-company-case .company-case-wrap{overflow:visible;}
    .single-page-company-case .company-case-wrap .item{flex: 0 0 50%;}
    .single-page-company-case .more{padding-top:30px;}
    .single-page-company-case .more a{font-size:14px;}
}
/* end .single-page-company-case */

/* single-page-company-partner */
.single-page-company-partner{padding:60px 0;overflow:hidden;background:#fff;}
.single-page-company-partner .list{padding-top:1px;padding-left:1px;overflow:hidden;background:#e6e6e6;}
.single-page-company-partner .item{position:relative;float:left;margin-right:1px;margin-bottom:1px;width:calc(20% - 1px);overflow:hidden;}
.single-page-company-partner .pic{overflow:hidden;}
.single-page-company-partner .pic img{display:block;width:100%;transition:all .5s;}
.single-page-company-partner .text{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%; display:flex; align-items:center; justify-content: center; color: #fff; font-size: 18px; background:#08c;opacity:0;}
.single-page-company-partner .text:after{display:block;position:absolute;z-index:-1;left:10px;top:10px;right:10px;bottom:10px;content:"";border:#fff solid 1px;transform:scale(0);}
.single-page-company-partner .text a{display:block;position:relative;top:50%;height:50px;line-height:50px;font-size:16px;color:#fff;transform:translateY(-50%);}
.single-page-company-partner .item:hover img{transform:scale(1.1);}
.single-page-company-partner .item:hover .text{opacity:1; transition:all .5s; }
.single-page-company-partner .item:hover .text:after{transform:scale(1);transition:all .5s;}
.single-page-company-partner .more{padding-top:40px;text-align:center;}
.single-page-company-partner .more a{display:inline-block;padding:10px 50px;font-size:16px;color:#fff;border-radius:50px;background:#08c;transition:all 0.5s;}
@media(max-width:1440px){
    .single-page-company-partner{padding:50px 0;}
}
@media(max-width:1200px){
    .single-page-company-partner{padding:30px 10px;}
    .single-page-company-partner .item{width:calc(50% - 1px)}
    .single-page-company-partner .more{padding-top:30px;}
    .single-page-company-partner .more a{font-size:14px;}
}
/* end single-page-company-partner */


/* cx-editor-wrap */
.single-page-article{padding:60px 0;clear:both;overflow:hidden;}
.single-page-article .page-article-wrap{padding:40px;overflow:hidden;background:#fff;}
.single-page-article .page-article-wrap p{font-size:16px;line-height:1.75;color:#666;}
.single-page-article .page-article-wrap p img{display:inline-block;max-width:100%;}
.single-page-article .page-article-wrap .content {padding: 10px;}
@media(max-width:1440px){
    .single-page-article{padding:50px 0;}
}
@media(max-width:1200px){
    .single-page-article{padding:40px 10px;}
    .single-page-article .page-article-wrap{padding:10px;}
    .single-page-article .page-article-wrap p{font-size:14px;}
    .single-page-article .page-article-wrap p img{display:block;width:100%;}
}
/* end single-page-article */


/*-- register --*/
.register {position: relative; margin: 15px 0; padding: 20px; border: none; display: flex; flex-direction: row; justify-content: space-around; align-items: flex-start; background-color: #f8f8f8; box-shadow: 0 1px 5px rgb(0 0 0 / 10%); }
.register select, .register input, .register button{height: 40px; line-height: 40px;}
.register input, .register select, .register textarea{max-width: 100%; padding: 6px 8px; background: #fff; }
.register input:not([type="checkbox"]), .register textarea, .register select {-webkit-transition: box-shadow 0.25s, border-color 0.25s, background-color 0.15s; transition: box-shadow 0.25s, border-color 0.25s, background-color 0.15s; color: #333; border: 1px solid #a1a1a1; border-radius: 2px; box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%), 0 0 5px 2px rgb(212 212 212 / 0%); font-size: 14px; line-height: 16px; outline: none;}

.register .person_base, .register .person_safety{width: 45%; }
.register ul li>div{display: block; margin-bottom: 20px; padding-right: 10px; position: relative; white-space: nowrap;}
.register .person_base h3, .register .person_safety h3{font-size: 16px; margin: 0 0 20px; font-family: Arial,Helvetica,sans-serif; font-weight: bold; line-height: 1.2; -webkit-font-smoothing: antialiased;}

.person_base ul li.nameWarp, .person_base ul li.telWarp{display: flex; flex-direction: row; justify-content: flex-start;}
.person_base ul li.nameWarp>div, .person_base ul li.telWarp>div{margin-bottom: 20px;}
.person_base ul li.nameWarp .nameTitle, .person_base ul li.telWarp .telType, .person_base ul li.telWarp .areaCode{width: 16%;}
.person_base ul li.nameWarp .firstName, .person_base ul li.nameWarp .lastName{width: 40%;}
.person_base ul li.telWarp .phoneNum{width: calc(64% - 10px);}
.person_base ul li.nameWarp dl{display: flex; flex-direction: column; padding-right: 10px;}
.person_base ul li.nameWarp select, .person_base ul li.nameWarp dl input, .person_base ul li.telWarp select, .person_base ul li.telWarp dl input{width: 100%;}
.person_base ul li.company div input, .person_safety ul li div input{width: calc(96% - 11px);}
.person_safety ul li.verCodeBox input{width: calc(60% - 11px); float: left;}
.person_safety ul li.verCodeBox span.codeImg{width: calc(16% - 11px); display: block; float: left; margin-left:11px; height: 40px; border: 1px solid #666; overflow: hidden;}
.person_safety ul li.verCodeBox span.codeImg img{height: 100%;}
.person_safety ul li.verCodeBox button{width: calc(20% - 22px); line-height: 20px; margin-left: 22px; float: left; background: #08c; color: #fff; cursor: pointer;}

@media(max-width:1000px)
{
    .register {position: relative; display: flex; flex-direction: column; justify-content: space-around; align-items: flex-start; }
    .register .person_base, .register .person_safety{width: 98%; margin: 1%; }
}

@media(max-width:640px)
{
    .person_base ul li.nameWarp .nameTitle, .person_base ul li.telWarp .telType, .person_base ul li.telWarp .areaCode{width: 20%;}
    .person_base ul li.nameWarp .firstName, .person_base ul li.nameWarp .lastName{width: 38%;}
    .person_base ul li.telWarp .phoneNum{width: calc(56% - 10px);}
    .person_safety ul li.verCodeBox input{width: calc(50% - 11px);}
    .person_safety ul li.verCodeBox span.codeImg{width: calc(21% - 11px);}
    .person_safety ul li.verCodeBox button{width: calc(25% - 22px);}
    
}
@media(max-width:480px)
{
    .person_base ul li.nameWarp .nameTitle, .person_base ul li.telWarp .telType, .person_base ul li.telWarp .areaCode{width: 28%;}
    .person_base ul li.nameWarp .firstName, .person_base ul li.nameWarp .lastName{width: 34%;}
    .person_base ul li.telWarp .phoneNum{width: calc(40% - 10px);}
}
@media(max-width:480px)
{
    .person_base ul li.nameWarp .nameTitle, .person_base ul li.telWarp .telType, .person_base ul li.telWarp .areaCode{width: 28%;}
    .person_base ul li.nameWarp .firstName, .person_base ul li.nameWarp .lastName{width: 34%;}
    .person_base ul li.telWarp .phoneNum{width: calc(40% - 10px);}
    
    .person_safety ul li.verCodeBox input{width: calc(40% - 11px);}
    .person_safety ul li.verCodeBox span.codeImg{width: calc(26% - 11px);}
    .person_safety ul li.verCodeBox button{width: calc(30% - 22px);} 
}
/*-- end register --*/
