﻿h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: LT_regular, Arial;
}

.LANG-cn h1,
.LANG-cn h2,
.LANG-cn h3,
.LANG-cn h4,
.LANG-cn h5,
.LANG-cn h6 {
  font-family: inherit;
  font-weight: bold;
}

.case-banner {
  position: relative;
}

.case-img {
  position: relative;
  overflow: hidden;
}

.case-img img {
  width: 100%;
}

.appimg {
  display: none;
}

.case-b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-h {
  height: 100%;
}

.banner-t {
  display: inline-block;
  width: 98%;
  text-align: center;
  vertical-align: middle;
}

.banner-t h2 {
  font-size: 48px;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .36);
  margin: 0;
}

.LANG-en .banner-t h2 {
  font-family: LT_Medium, Arial;
}

.banner-t p {
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, .36);
}

/*.case-box {*/
/*  padding-bottom: 50px;*/
/*  border-bottom: 1px dashed #e8e8e8;*/
/*}*/

#formRegister .case-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.case-box h3 {
  font-size: 24px;
  margin-top: 26px;
  margin-bottom: 14px;
  color: #333;
  text-align: left;
}

.case-box h3 span {
  position: relative;
  display: inline-block;
  padding-top: 14px;
  padding-left: 13px;
}

.LANG-sa .case-box h3 span {
  padding-right: 13px;
  padding-left: 0;
}

.case-box h3 span:after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 3px;
  height: 20px;
  content: '';
  background: #d20a2c;
}

.LANG-sa .case-box h3 span:after {
  right: 0;
  left: auto;
}



#successTips{
	display: none;	
}

#p_caselog {
  font-size: 16px;
  padding-bottom: 20px;
  padding-left: 13px;
  color: #999;
}

.LANG-cn #p_caselog {
  font-size: 14px;
}

#p_caselog a {
  padding: 0 5px;
  color: #d20a2c;
  text-decoration: underline;
}

.LANG-en #p_caselog a {
  font-family: LT_Medium, Arial;
}

.LANG-cn #p_caselog a {
  font-weight: bold;
}

#p_caselog a:hover {
  text-decoration: underline;
}

.case-text {
  font-size: 14px;
  margin-bottom: 14px;
  padding: 13px 0 13px 0;
  color: #999;
  /* border-top: 1px solid #e5e5e5; */
}

.LANG-cn #p_caselog a {
  padding: 13px 0 45px 0;
  text-align: center;
}

.case-text a {
  color: #333;
  text-decoration: underline;
}

.case-text a:hover {
  text-decoration: underline;
}

.vmiddle {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}

.form-box {
  /*width: 1090px\9;*/
  /*max-width: 1090px;*/
  margin: 0 auto;
}

.register-con {
  /*margin-top: 20px;*/
}

.form-box .formRegister-left {
  margin: 0 -30px;
}

.form-box .formRegister-left .input-wrap {
  width: 100%;
  /*float: left;*/
  padding: 0 30px;
}

.LANG-sa .form-box .formRegister-left .input-wrap {
  float: right;
}

.register-con .input-con .input-title p {
  font-size: 14px;
  line-height: 1.285;
  padding: 18px 0 8px;
  color: #999;
}

.LANG-en .register-con .input-con .input-title p {
  font-family: LT_Medium, Arial;
}

.register-con .input-con .input-title p em {
  font-style: normal;
  position: relative;
  top: 2px;
  padding-right: 4px;
}

.register-con .input-con .input-block .input-box {
  position: relative;
}

.register-con .input-con .input-block span {
  display: block;
  margin-top: -5px;
  padding-bottom: 10px;
  color: #000;
  border-bottom: 1px solid #e2e2e2;
}

.register-con .input-con .input-block .input-box input,
.register-con .input-con .input-block .input-box textarea {
  font-size: 16px;
  line-height: 38px;
  position: relative;
  z-index: 2;
  display: block\9;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  color: #000;
  border: 1px solid #ccc;
  outline: none;
  background: transparent;
}

.LANG-cn .register-con .input-con .input-block .input-box textarea {
  border: 1px solid #e2e2e2;
}

.register-con .input-con .input-block .input-box textarea {
  height: 134px;
  color: #000;
  line-height: 1.428;
  padding: 10px;
}

.LANG-cn .register-con .input-con .input-block .input-box textarea {
  font-size: 16px;
}

.register-con .input-con .input-block .input-box input.outline {
  border: 1px solid #adadad;
}

.register-con .input-con .input-block .input-box textarea.outline {
  border: 1px solid #adadad;
}

.register-con .input-con .input-block .input-box input.red {
  border: 1px solid #d20a2c;
}

.register-con .input-con .input-block .input-box textarea.red {
  border: 1px solid #d20a2c;
}

.register-con .input-con .input-block .input-box input.input-select {
  cursor: default;
}

.register-con .input-con .input-block .input-box em.tips {
  font-size: 14px;
  font-style: normal;
  position: absolute;
  top: 8px;
  left: 10px;
  color: #999;
}

.register-con .input-con .input-block .input-box em.tips.none {
  display: none;
}

.register-con .input-con .input-block .input-box p.input-error {
  font-size: 12px;
  position: absolute;
  top: 38px;
  left: 0;
  display: none;
  color: #d20a2c;
}

.LANG-sa .register-con .input-con .input-block .input-box p.input-error {
  left: auto;
  right: 0;
}

.register-con .input-con .input-block .input-box p.input-error.error {
  font-style: normal;
  display: block;
}

.register-con .input-con .input-block .input-box .icon-down {
  font-size: 20px;
  position: absolute;
  z-index: 0\9;
  top: 6px;
  right: 9px;
  display: inline-block\9;
  color: #b7b7b7;
}

.LANG-sa .register-con .input-con .input-block .input-box .icon-down {
  right: auto;
  left: 9px;
}

.register-con .input-con .input-block .input-box ul.slideUl {
  position: absolute;
  z-index: 11;
  top: 37px;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  max-height: 200px;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.register-con .input-con .input-block .input-box ul.slideUl li {
  font-size: 14px;
  padding: 3px 10px;
  color: #999;
}

.register-con .input-con .input-block .input-box ul.slideUl li:hover {
  color: #d20a2c;
  background: #f3f3f3;
}

.register-con .rowbox {
  margin: 0 -10px;
}

.register-con .input-con .outsliderow2 {
  float: left;
  width: 50%;
}

.LANG-sa .register-con .input-con .outsliderow2 {
  float: right;
}

.register-con .input-con .outsliderow2.left {
  padding-right: 20px;
}

.LANG-sa .register-con .input-con .outsliderow2.left {
  padding-right: 0;
  padding-left: 20px;
}

.register-con .input-con .outsliderow2.right {
  padding-left: 20px;
  text-align: left;
}

.LANG-sa .register-con .input-con .outsliderow2.right {
  padding-left: 0;
  padding-right: 20px;
  text-align: right;
}

.register-con .input-con .outsliderow2 .input-piece {
  margin: 0 10px;
}

.register-con .input-con .input-block .insliderow2 {
  float: left;
  width: 50%;
}

.register-con .input-con .input-block .insliderow2 .input-box {
  margin: 0 10px;
}

.register-con .input-con .input-block .insliderow3 {
  float: left;
  width: 100%;
}

.register-con .input-con .input-block .insliderow3 .input-box {
  margin: 0 10px;
}

.register-con .input-con .input-block .countrycode {
  position: relative;
  float: left;
  width: 20%;
}

.register-con .input-con .input-block .countrycode:after {
  position: absolute;
  top: 18px;
  right: -3px;
  width: 7px;
  height: 1px;
  content: '';
  background: #e2e2e2;
}

.register-con .input-con .input-block .officephone {
  width: 100%;
}

.register-con .input-con .input-block .input-box ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.register-con .input-con .input-block .input-box ul::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #b7b7b7;
}

.register-con .companyadministrator h4 {
  font-size: 14px;
  padding: 18px 0 8px;
  color: #999;
}

.register-con .companyadministrator p {
  font-size: 12px;
  padding-bottom: 10px;
  color: #999;
  border-bottom: 1px solid #e2e2e2;
}

.register-con .companyadministrator p a {
  color: #44a8f2;
}

.register-btn {
  padding: 30px 0 0 0;
  text-align: center;
}

.register-con #register-button {
  display: inline-block;
  margin: 0 20px 50px;
  text-align: left;
}

#register-button2 {
  margin: 0 20px 50px;
}

.register-con #register-button a {
  position: relative;
  overflow: hidden;
}

.officephoneblock,
.mobilePhoneblock,
.provinceblock,
.cityblock {
  display: none;
}

.register-con .china .mobilePhoneblock,
.register-con .china .provinceblock,
.register-con .china .cityblock {
  display: block;
}

.register-con .china .insliderow3 {
  width: 33.333% !important;
}

.register-con .outercountry .officephoneblock,
.register-con .outercountry .provinceblock {
  display: block;
}

.register-con .outercountry .insliderow3 {
  width: 50% !important;
}

.register-con .btn-moddle3-v2 a.submitted {
  position: relative;
  cursor: default;
}

.register-con .btn-moddle3-v2 a.submitted:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #999;
  background-image: url(../images/loadingv2.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

.input-tips {
  font-size: 16px;
  position: absolute;
  z-index: 3\9;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px;
  cursor: default;
  color: #ccc;
  background: transparent;
}

.LANG-sa .input-tips {
  left: auto;
  right: 0;
}

.input-tips.current {
  display: none;
}

.submit a {
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  display: inline-block;
  min-width: 100px;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  background: #d20a2c;
}

.verificationcode-codeclass {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 9px;
  height: 38px;
  cursor: pointer;
  border-left: 1px solid #e2e2e2;
}

.LANG-sa .verificationcode-codeclass {
  left: 9px;
  right: auto;
  border-right: 1px solid #e2e2e2;
  border-left: none;
}

.verificationcode-codeclass:after {
  display: inline-block;
  width: 22px;
  height: 22px;
  content: '';
  vertical-align: 7px;
  vertical-align: middle;
  background: url(../images/verificationcode-refresh.png) top left no-repeat;
}

.verificationcode-dif {
  position: relative;
  display: inline-block;
  width: 84px;
  height: 36px;
  padding-top: 1px;
  vertical-align: middle;
}

.verificationcode-dif img {
  width: 100%;
  height: 100%;
}

.verificationcode-dif:after {
  position: absolute;
  top: 30%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 18px;
  content: '';
  vertical-align: 12px;
  background-color: #e2e2e2;
}

.LANG-sa .verificationcode-dif:after {
  left: 0;
  right: auto;
}

.verificationcode-codeclass:hover:after {
  background: url(../images/verificationcode-refresh.png) left -28px no-repeat;
}

.verification-code .input-box {
  position: relative;
}

.verification-code .input-box .icon-confirm {
  font-size: 26px;
  position: absolute;
  top: 2px;
  right: 141px;
  display: block;
  width: 22px;
  height: 25px;
  color: #47ba78;
  -webkit-transition: 0s;
  transition: 0s;
}

.input-box.i-agree {
  position: relative;
}

.LANG-cn .input-box.i-agree {
  max-width: 740px;
  margin: 0 auto;
}

.LANG-cn .case-text {
  max-width: 740px;
  margin: 0 auto;
}

.i-agree .inputcheckbox {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 8px;
  cursor: pointer;
}

.i-agree .inputcheckbox span {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  display: none\9;
  width: 18px;
  height: 18px;
  background: #fff url(../images/space-side-input-icon.png) no-repeat 0 -43px;
}

.LANG-sa .i-agree .inputcheckbox span {
  left: auto;
  right: 0;
}

.i-agree .inputcheckbox input {
  position: absolute;
  top: 4px;
  left: 0;
}

.LANG-sa .i-agree .inputcheckbox input {
  left: auto;
  right: 0;
}

.i-agree .inputcheckbox input:checked+span {
  background: url(../images/space-side-input-icon.png) no-repeat -55px -43px;
}

.i-agree .inputcheckbox p {
  font-size: 14px;
  line-height: 1.428;
  color: #999;
}

.LANG-sa .i-agree .inputcheckbox p {
  padding-left: 0;
}

.i-agree .inputcheckbox p a {
  color: #333;
}

.i-agree .inputcheckbox p a:hover {
  text-decoration: underline;
}

.minisite-agree-radio-label {
  cursor: pointer;
  font-size: 14px;
  color: #999;
  display: inline-block;
}

.minisite-agree-radio-label+.minisite-agree-radio-label {
  margin-left: 20px;
}

.LANG-sa .minisite-agree-radio-label+.minisite-agree-radio-label {
  margin-left: 0;
  margin-right: 20px;
}

.register-con .input-con .i-agree.input-box p.input-error {
  font-size: 12px;
  position: absolute;
  top: 95%;
  left: 0;
  display: none;
  color: #d20a2c;
}

.LANG-sa .register-con .input-con .i-agree.input-box p.input-error {
  left: auto;
  right: 0;
}

.register-con .input-con .i-agree.input-box p.input-error.error {
  font-style: normal;
  display: block;
}

.termsofuse-tips {
  font-size: 12px;
  line-height: 1.428;
  padding-left: 30px;
  color: #d20a2c;
  display: none;
  font-style: normal;
}

.termsofuse-tips.error {
  display: block;
}

.submitLoading {
  display: none;
  height: 40px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  border-color: #d20a2c;
  border-radius: 5px;
  background: #d20a2c;
}

.submitLoading:after {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

.submitLoading .submitImg {
  width: 18%;
}

.protection-clause {
  max-width: 1020px;
  margin: 66px auto 140px;
  padding-right: 20px;
  padding-left: 20px;
}

.protection-clause p {
  font-size: 14px;
  padding-top: 16px;
  color: #5a5a5a;
  border-top: 1px solid #f1efef;
}

.protection-clause p a {
  color: #347ae4;
}

.protection-clause p a:hover {
  text-decoration: underline;
}

.input-password {
  position: relative;
}

.input-block-p {
  font-size: 16px;
  margin-top: 11px;
  padding-bottom: 20px;
  padding-left: 13px;
  color: #999;
}

.LANG-cn .input-block-p {
  font-size: 14px;
}

.input-block-p a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}

.input-block-p a:hover {
  text-decoration: underline;
}

#input-password-bomb {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  display: none;
  width: 47%;
  margin-top: 6px;
  padding: 26px 30px;
  transform: translate(-50%, 0);
  border: 1px solid #d5d5da;
  background-color: #f2f2f2;
  box-shadow: 4px 4px 25px #eee;
}

#input-password-bomb h4 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 5px;
  color: #333;
}

#input-password-bomb dd {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-left: 22px;
  color: #666;
}

#input-password-bomb dd:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  content: '';
  background: url(../images/password-bomb-icon.png) left top no-repeat;
}

#input-password-bomb dd.on:before {
  background: url(../images/password-bomb-icon.png) left -20px no-repeat;
}

#input-password-bomb:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 15px;
  height: 7px;
  content: '';
  transform: translate(-50%, 0);
  background: url(../images/password-bomb-icon-j.png) left top no-repeat;
}

.relation-huawei-class:after {
  display: table;
  clear: both;
  content: '';
}

.relation-huawei-class p {
  float: left;
}

.relation-huawei-class a {
  font-size: 14px;
  float: right;
  padding: 18px 0 8px;
  color: #347ae4;
}

.relation-huawei-class a:hover {
  text-decoration: underline;
}

.relation-box {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.relation-box .mask-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 40px;
  background: #fff;
}

.relation-box .mask-after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  height: 40px;
  background: #fff;
}

.relation-box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.relation-con {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 1000px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.relation-box-info {
  overflow-y: auto;
  height: 100%;
  padding: 60px 80px;
}

.relation-box-info h4 {
  font-size: 26px;
  line-height: 1.25;
  padding-bottom: 15px;
  color: #000;
}

.relation-box-info ul.visitortext {
  margin-bottom: 25px;
}

.relation-box-info ul.visitortext li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 16px;
  color: #666;
  background: url(../images/relation-icon-d.png) left center no-repeat;
}

.relation-box-info ul.visitortext li span {
  font-weight: bold;
  color: #333;
}

.relation-box-info::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}

.relation-box-info::-webkit-scrollbar-track {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  background-color: #f5f5f5;
}

.relation-box-info::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 10px;
  border-radius: 2em;
  background-color: #b2b2b2;
}

.relation-close {
  position: absolute;
  top: 8px;
  right: 14px;
  overflow: hidden;
}

.relation-close i {
  font-size: 32px;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  color: #a9a9a9;
}

.relation-close:hover i {
  transform: rotate(90deg);
}

.btn-moddle3-v2 {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.btn-moddle3-v2 a {
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 100px;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  background: #d20a2c;
}

.btn-moddle3-v2 a:hover {
  background: #b20000;
}

.btn-moddle3-v2 a span {
  position: relative;
  z-index: 1;
}

.btn-moddle3-v2 a:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #b20000;
}

.btn-moddle3-v2 a:hover:before {
  left: 0;
}

.checklist {
  position: absolute;
  z-index: 11;
  top: 37px;
  left: 0;
  display: none;
  overflow-y: auto;
  width: 100%;
  max-height: 200px;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.checklist li label,
.checklist h5 label {
  line-height: 24px;
  position: relative;
  display: block;
  height: 24px;
  cursor: pointer;
}

.choice-city li {
  float: left;
  width: 25%;
}

.checklist h5 {
  line-height: 24px;
}

.checklist li label input,
.checklist h5 input {
  line-height: inherit;
  position: absolute;
  position: inherit;
  z-index: inherit;
  z-index: 10;
  top: 0;
  left: -10000px;
  display: inherit;
  width: inherit;
  height: inherit;
  padding: inherit;
  color: inherit;
  border: 0;
  outline: none;
  background: transparent;
}

.checklist li label span,
.checklist h5 label span {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 !important;
  border-bottom: 0 !important;
  background: url(../images/addinterest-check.png) no-repeat 0 -1px;
}

.checklist li label span.check-current,
.checklist h5 label span.check-current {
  background: url(../images/addinterest-check.png) no-repeat -76px -1px;
}

.register-con .input-con .input-block .input-box .checklist input {
  line-height: inherit;
  position: absolute;
  position: inherit;
  z-index: inherit;
  z-index: 0;
  top: 0;
  left: 0;
  display: inherit;
  width: inherit;
  height: inherit;
  padding: inherit;
  color: inherit;
  border: 0;
  outline: none;
  background: transparent;
}

.LANG-sa .register-con .input-con .input-block .input-box .checklist input {
  right: 3px;
}

.checklist .inputcheckbox span {
  position: absolute;
  z-index: 10;
  top: 4px;
  left: 0;
  display: inline-block;
  display: none\9 !important;
  width: 18px;
  height: 18px;
  background: #fff url(../images/space-side-input-icon.png) no-repeat 0 -43px;
}

.LANG-sa .checklist .inputcheckbox span {
  left: auto;
  right: 0;
}

.checklist .inputcheckbox input {
  position: absolute;
  left: -20px;
}

.checklist .inputcheckbox input:checked+span,
.checklist .inputcheckbox input:checked {
  background: url(../images/space-side-input-icon.png) no-repeat -55px -43px;
}

.checklist li label p,
.checklist h5 label p {
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 24px;
  color: #999;
}

.LANG-sa .checklist li label p,
.LANG-sa .checklist h5 label p {
  left: auto;
  right: 24px;
}

.checklist li,
.checklist h5 {
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
}

.checklist h5:hover,
.checklist li:hover {
  background-color: #fafafa;
}

.register-con .input-con .input-block .textarea-tips p.input-error.error {
  top: 134px;
}

.workorder,
.workorder1,
.workorder2 {
  position: relative;
  z-index: 1;
  padding: 0;
  background: #fff;
}

.workorder-close {
  font-size: 26px;
  line-height: 1;
  position: absolute;
  z-index: 11;
  top: 10px;
  right: 15px;
  color: #bebebe;
}

.workorder-close i {
  font-size: 26px;
}

.workorder-close:hover {
  transform: rotate(90deg);
}

.workbox {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.workwelcome {
  padding: 54px 0 38px 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.workwelcome h3 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #000;
}

.workwelcome p {
  font-size: 14px;
  margin-bottom: 28px;
  color: #999;
}

.worktitle {
  position: relative;
  padding: 40px 0 20px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.worktitle img {
  position: absolute;
  top: 58px;
  left: 0;
}

.worktitle em {
  font-size: 36px;
  font-style: normal;
  line-height: 1.2;
  color: #333;
}

.worktitle span {
  font-size: 14px;
  position: absolute;
  top: 67px;
  right: 0;
  color: #666;
}

.workstats {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 29px;
  padding-bottom: 8px;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
}

.workstats span {
  font-weight: bold;
  color: #666;
}

.worktable {
  margin-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.worktable ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  clear: left;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.worktable ul.border-no {
  border-right: 0;
}

.worktable li {
  line-height: 1.375;
  float: left;
  width: 50%;
  border-left: 1px solid #e6e6e6;
}

.worktable li span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  float: left;
  width: 30%;
  padding: 10px;
  text-align: right;
  color: #999;
  font-size: 14px;
}

.worktable li samp {
  display: block;
  float: left;
  width: 70%;
  height: 100%;
  padding: 10px 20px;
  color: #666;
  border-left: 1px solid #e6e6e6;
  font-size: 14px;
}

.worktable li.width-three {
  width: 80%;
}

.worktable-line {
  clear: left;
  height: 0;
  margin-bottom: 30px;
  border-bottom: 1px dashed #e6e6e6;
}

.workbox .register-btn {
  padding: 30px 0;
}

.worktable2 ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  clear: left;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.worktable2 ul.border-no {
  clear: left;
  border-right: 0;
}

.worktable2 li {
  line-height: 1.375;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  float: left;
  width: 50%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.worktable2 li span {
  font-weight: bold;
  display: block;
  float: left;
  width: 30%;
  padding: 10px;
  text-align: right;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  font-size: 14px;
}

.worktable2 li samp {
  float: left;
  width: 70%;
  padding: 10px 20px;
  padding-left: 30px;
  color: #666;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  font-size: 14px;
}

.worktable2 li.worktable-one {
  float: none;
  width: 100%;
}

.worktable2 li.worktable-one span {
  width: 15%;
}

.worktable2 li.worktable-one samp {
  width: 85%;
}

.marklayer {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

.marklayer .marklayer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
  filter: alpha(opacity=50);
}

.workactivation a {
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 100px;
  height: 38px;
  padding: 0 30px;
  text-align: center;
  color: #fff;
  background: #d20a2c;
}

.workactivation a:hover {
  background: #b20000;
}

.workactivation a span {
  position: relative;
  z-index: 1;
}

.workactivation a:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #b20000;
}

.workactivation a:hover:before {
  left: 0;
}

.set-oracle-con {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 720px;
  margin: 0 auto;
  margin;
  margin-left: -360px;
  vertical-align: middle;
  background: #fff;
}

.set-close {
  position: absolute;
  top: 8px;
  right: 14px;
  overflow: hidden;
}

.set-close i {
  font-size: 32px;
  display: inline-block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  color: #a9a9a9;
}

.set-close:hover i {
  transform: rotate(90deg);
}

.oracle-box {
  padding: 60px 80px;
}

.oracle-title {
  font-size: 26px;
  text-align: center;
  color: #000;
}

.set-oracle-con .register-con {
  margin-top: 10px;
}

.searchByPinping {
  position: absolute;
  z-index: 100;
  top: 34px;
  left: 0;
  width: 100%;
  background: #fff;
}

.searchByPinping .citySelect {
  display: none;
  overflow-y: scroll;
  max-height: 300px;
  padding: 0 10px;
  border: 1px solid #e5e5e5;
}

.searchByPinping .citySelect .citySelect-head {
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 5px;
  color: #999;
}

.searchByPinping .citySelect .citySelect-btn {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-bottom: 15px;
}

.citySelect-btn a {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  border-bottom: 3px solid transparent;
}

#text-size {
  font-size: 14px;
}

.searchByPinping .citySelect .citySelect-btn a:hover {
  color: #d20a2c;
  border-bottom: 3px solid #d20a2c;
}

.searchByPinping .citySelect .citySelect-btn a.cActive {
  color: #d20a2c;
  border-bottom: 3px solid #d20a2c;
}

.searchByPinping .citySelect .citySelect-btn span {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 6px;
  border-bottom: 3px solid #e5e5e5;
}

.searchByPinping .citySelect ul.citySelect-list li {
  display: none;
  margin-top: 5px;
}

.searchByPinping.ensearch .citySelect ul.citySelect-list li {
  line-height: 30px;
  display: block;
  margin-top: 0;
}

.searchByPinping.ensearch .citySelect ul.citySelect-list li strong {
  font-weight: normal;
  display: block;
  margin-bottom: 0;
}

.searchByPinping.ensearch .citySelect ul.citySelect-list li a {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  color: #666;
}

.searchByPinping.ensearch .citySelect ul.citySelect-list li p {
  width: 100%;
  margin-bottom: 10px;
}

.searchByPinping.ensearch .citySelect ul.citySelect-list li p a {
  font-weight: normal;
  width: 84px;
  margin-left: 0;
  color: #999;
}

.searchByPinping.ensearch .citySelect ul.citySelect-list li p a:hover {
  color: #333;
  background: transparent;
}

.searchByPinping .citySelect ul.citySelect-list li.remen {
  margin-left: -10px;
}

.searchByPinping .citySelect ul.citySelect-list li span {
  font-size: 16px;
  line-height: 24px;
  display: block;
  float: left;
  width: 25px;
  color: #e56700;
}

.searchByPinping .citySelect ul.citySelect-list li p.industry {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  float: left;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.searchByPinping .citySelect ul.citySelect-list li p.country {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  display: flex;
  float: left;
  width: 100%;
  margin: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.searchByPinping .citySelect ul.citySelect-list li.remen p {
  width: auto;
  margin: 0;
}

.searchByPinping .citySelect ul.citySelect-list li.remen p a {
  margin-left: 0;
}

.searchByPinping .citySelect ul.citySelect-list li p a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  float: left;
  width: 65px;
  margin-left: 10px;
  padding: 0 5px;
  text-decoration: none;
  color: #666;
}

.searchByPinping .citySelect ul.citySelect-list.english li p a {
  line-height: 14px;
  width: 33.33%;
  margin: 0;
  padding: 5px;
}

.LANG-ru #searchCountry.searchByPinping .citySelect ul.citySelect-list.english li p a {
  width: 100%;
}

.searchByPinping .citySelect ul.citySelect-list li p a:hover {
  color: #d20a2c;
}

#formRegister .searchByPinping .citySelect ul.citySelect-list li p a:hover {
  background: transparent;
}

#formRegister .searchByPinping.ensearch .citySelect ul.citySelect-list li a:hover {
  background: transparent;
  color: #333;
}

.searchByPinping .citySelect-find {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  max-height: 290px;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
}

.searchByPinping .citySelect-find a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  padding-left: 10px;
  text-decoration: none;
  color: #666;
}

.searchByPinping .citySelect-find a:hover {
  color: #fff;
  background: #d20a2c;
}

.cityselect-list li {
  line-height: 30px;
}

.cityselect-list li:hover {
  background: transparent !important;
}

.cityselect-list li a {
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.cityselect-list li p a {
  font-weight: normal;
  display: inline-block;
  width: 80px;
  color: #999;
}

.cityselect-list li p a:hover {
  color: #d20a2c;
}

#input-Email-bomb {
  position: absolute;
  z-index: 10;
  top: 46px;
  left: 10%;
  display: none;
  width: 80%;
  padding: 26px 30px;
  border: 1px solid #d5d5da;
  background-color: #f2f2f2;
  box-shadow: 4px 4px 25px #eee;
}

#input-Email-bomb h4 {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 5px;
  color: #333;
}

#input-Email-bomb dd {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  padding-left: 18px;
  color: #666;
}

#input-Email-bomb dd:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  border-radius: 50px;
  background-color: #999;
}

#input-Email-bomb:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 15px;
  height: 7px;
  content: '';
  background: url(../images/password-bomb-icon-j.png) left top no-repeat;
}

.v2-get-price-info .mt36 {
  margin-bottom: 0;
}

.v2-get-price-info .btn-moddle3-v2 {
  text-transform: uppercase;
}

.city-con {
  display: none;
  background: #fff;
  padding: 10px 0;
  border: 1px solid #ccc;
  max-height: 170px;
  overflow-y: auto;
  position: absolute;
  z-index: 11;
  left: 0 !important;
  right: 0 !important;
}

.city-con em {
  font-size: 14px;
  padding: 0 10px;
  font-style: normal;
}

.city-con a {
  font-size: 14px;
  display: block;
  color: #333;
  line-height: 1.375;
  padding: 5px 10px;
}

.city-con a:hover {
  color: #d20a2c;
}

@media (max-width:1600px) {
  .set-oracle-con {
    width: 560px;
    margin-left: -280px;
  }

  .oracle-box {
    padding: 50px 80px;
  }

  .worktable li span {
    font-size: 14px;
    padding-right: 10px;
  }

  .worktable li samp {
    font-size: 14px;
    padding-left: 10px;
  }

  .worktable2 li span {
    font-size: 14px;
    padding-right: 10px;
  }

  .worktable2 li samp {
    font-size: 14px;
    padding-left: 10px;
  }
}

@media (max-width:1024px) {
  .breadcrumbs-nav-box-v2.breadcrumbs-banner {
    top: 50px;
  }

  .worktable li span {
    padding-right: 8px;
  }

  .worktable li samp {
    padding-left: 8px;
  }

  .workbox {
    padding: 0 80px;
  }

  .work-step-one .case-box,
  .work-step-two .case-box {
    padding: 0 80px;
  }

  .workorder {
    margin: 0 auto;
  }
}

@media (max-width:996px) {

  .workorder,
  .workorder1,
  .workorder2 {
    margin: 0 auto;
  }

  .banner-t h2 {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .banner-t p {
    font-size: 16px;
  }

  .choice-city {}

  .choice-city li {
    float: left;
    width: 50%;
  }

  .case-img .appimg {
    display: block;
    width: 100%;
  }

  .case-img .picimg {
    display: none;
  }

  .worktable {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }

  .worktable ul {
    border-top: none;
    border-bottom: 0;
  }

  .worktable ul.border-no {
    border-right: 1px solid #e6e6e6;
  }

  .worktable li {
    width: 100%;
    border-top: 1px solid #e6e6e6;
  }

  .worktable li span {
    padding-right: 8px;
  }

  .worktable li samp {
    padding-left: 8px;
  }

  .worktable ul.border-no li.border-no-li span,
  .worktable ul.border-no li.border-no-li samp {
    border-bottom: 0;
  }

  .worktable2 {
    margin-bottom: 0;
  }

  .worktable2 ul.border-no {
    border-right: 0;
  }

  .worktable2 li {
    clear: left;
    width: 100%;
  }

  .worktable2 li span {
    width: 35%;
    padding-right: 8px;
  }

  .worktable2 li samp {
    width: 65%;
    padding-left: 8px;
  }

  .worktable2 li.worktable-one {
    float: none;
    width: 100%;
  }

  .worktable2 li.worktable-one span {
    width: 35%;
    padding-right: 8px;
  }

  .worktable2 li.worktable-one samp {
    width: 65%;
  }

  .worktable-line {
    clear: none;
    margin-top: 30px;
  }

  .set-oracle-con {
    width: 460px;
    margin-left: -230px;
  }

  .oracle-box {
    padding: 50px;
  }

  .worktable li span {
    width: 35%;
  }

  .worktable li samp {
    width: 65%;
  }

  .worktable2 li span {
    width: 35%;
  }

  .worktable2 li samp {
    width: 65%;
  }

  .register-con .input-con .outsliderow2.left,
  .LANG-sa .register-con .input-con .outsliderow2.left {
    padding-right: 0;
    padding-left: 0;
  }

  .register-con .input-con .outsliderow2.right,
  .LANG-sa .register-con .input-con .outsliderow2.right {
    padding-left: 0;
    padding-right: 0;
  }

  .form-box .formRegister-left {
    margin: 0 -10px;
  }

  .form-box .formRegister-left .input-wrap {
    padding: 0 10px;
  }
}

@media (max-width:640px) {
  .register-con .input-con .outsliderow2 {
    float: inherit;
    width: 100%;
  }

  .register-con {
    margin: 0;
  }

  .case-img .appimg {
    display: block;
    width: 100%;
  }

  .case-img .picimg {
    display: none;
  }

  .workbox {
    padding: 0 10px;
  }

  .worktitle {
    position: relative;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
  }

  .worktitle img {
    position: static;
    float: left;
    width: 80px;
  }

  .worktitle em {
    font-size: 22px;
    font-style: normal;
    color: #333;
  }

  .worktitle span {
    font-size: 12px;
    position: static;
    float: right;
    padding-top: 3px;
  }

  .worktable {
    float: none;
    width: 100%;
  }

  .worktable ul.border-no {
    border-right: 1px solid #e6e6e6;
  }

  .worktable li {
    line-height: 20px;
  }

  .worktable li span {
    padding-right: 8px;
  }

  .worktable li samp {
    padding-left: 8px;
  }

  .worktable2 {
    margin-bottom: 0;
  }

  .worktable2 ul.border-no {
    border-right: 0;
  }

  .worktable2 li {
    clear: left;
    width: 100%;
  }

  .worktable2 li.worktable-one {
    float: none;
    width: 100%;
  }

  .worktable2 li.worktable-one span {
    padding-right: 8px;
  }

  .oracle-box {
    padding: 30px 20px;
  }

  .searchByPinping .citySelect ul.citySelect-list.english li p a {
    width: 50%;
  }

  .register-con #register-button {
    margin: 0 0 15px;
  }

  .set-oracle-con {
    left: 0;
    width: 90%;
    margin-left: 5%;
  }

  #register-button2 {
    margin-bottom: 50px;
  }

  .btn-moddle3-v2 {
    margin-right: 8px;
    margin-left: 8px;
  }

  .case-box h3 {
    font-size: 18px;
  }

  .case-box h3 span:after {
    top: 18px;
    height: 17px;
  }

  .form-box .formRegister-left {
    margin: 0;
  }

  .form-box .formRegister-left .input-wrap {
    width: 100%;
    padding: 0;
  }

  .register-con .input-con .input-block .input-box p.input-error {
    position: static;
  }
}

@media (max-width:320px) {
  .worktitle em {
    font-size: 16px;
  }

  .worktitle span {
    word-spacing: -2px;
  }

  .worktable li,
  .worktable li span,
  .worktable li samp,
  .worktable2 li span,
  .worktable2 li samp {
    font-size: 14px;
  }

  .workbox .btn-moddle3-v2 {
    margin-right: 5px;
    margin-left: 5px;
  }
}