@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body {
  height: auto !important;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lyContent {
  margin: 0 auto;
  width: 1160px;
}
.lyMain {
  padding: 100px 0;
  font-family: "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}
.lyMain input,
.lyMain textarea {
  -webkit-appearance: none;
  outline: none;
  font-family: "OPPOSans2_En_design-Regular", "微软雅黑", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}
.lyMain * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
.lyMain .fl {
  float: left;
}
.lyMain .lyTit h3 {
  font-weight: bold;
  font-size: 38px;
}
.lyMain .lyTit h4 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 32px;
}
.lyMain .lyBox {
  margin-top: 50px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.lyMain .lyNav ul {
  display: flex;
  justify-content: space-between;
  background: #001e5a;
  gap: 1px;
}
.lyMain .lyNav ul li {
  flex: 1;
}
.lyMain .lyNav ul li a {
  display: block;
  line-height: 24px;
  font-size: 18px;
  padding: 31px 10px;
  color: #fff;
  text-align: center;
}
.lyMain .lyNav ul li.on a,
.lyMain .lyNav ul li:hover a {
  background-color: #015bcb;
}
.lyMain .lyBd {
  padding: 52px 80px 60px;
}
.lyMain .clearfix {
  zoom: 1;
}
.lyMain .clearfix::after {
  content: ' ';
  display: block;
  clear: both;
  height: 0;
}
.lyMain button,
.lyMain input,
.lyMain select,
.lyMain textarea {
  font-family: 'Arial', '微软雅黑';
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #333;
  border: 0;
  outline: none;
  background: none;
}
.lyMain .mc_ly_inputgroup {
  margin: 0 -16px;
  padding-bottom: 20px;
}
.lyMain .mc_ly_inputgroup .mc_ly_inputbox {
  float: left;
  padding: 0 16px;
  margin-bottom: 30px;
  width: 33.33%;
}
.lyMain  input:focus{
  border-color: #384b9e !important;
}
.lyMain textarea:focus{
  border-color: #384b9e !important;
}
.lyMain .mc_ly_inputbox input:not([type="radio"]) {
  width: 100%;
  height: 62px;
  border: 1px solid #dee6ff;
  font-size: 14px;
  line-height: 20px;
  padding: 21px 15px;
  text-overflow: ellipsis;
}
.lyMain .mc_ly_inputgroup .mc_lyinp_comp {
  width: 60%;
}
.lyMain .mc_ly_inputgroup .mc_lyinp_gw {
  width: 40%;
}
.lyMain .mc_ly_inputbox label {
  display: flex;
  font-size: 14px;
  color: #333333;
  margin-bottom: 16px;
}
.lyMain .mc_ly_inputbox span {
  left: 3px;
  top: -2px;
  color: #ba0909;
  font-size: 14px;
  position: relative;
}
.lyMain .mc_ly_inputbox input:not([type="radio"]) {
  width: 100%;
  height: 62px;
  border: 1px solid #dee6ff;
  font-size: 14px;
  line-height: 20px;
  padding: 21px 15px;
  text-overflow: ellipsis;
}
.lyMain .mc_ly_bt label::after {
  content: "*";
  color: #ba0909;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  left: 3px;
  top: -2px;
}
.lyMain .mc_ly_yycj {
  margin-bottom: 35px;
}
.lyMain .mc_ly_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #015bcb;
  margin-bottom: 28px;
}
.lyMain .mc_ly_title.mc_ly_bt::after {
  content: "*";
  color: #ba0909;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  left: 3px;
  top: -2px;
  font-weight: bold;
}
.lyMain .mc_ly_checkgroup {
  padding: 20px 10px 0;
  border-bottom: 1px solid #f2f5fe;
}
.lyMain .mc_ly_checkgroup:first-child {
  border-top: 1px solid #f2f5fe;
}
.lyMain .mc_ly_checkdt {
  float: left;
  width: 100px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #015bcb;
}
.lyMain .mc_ly_checkdd {
  float: left;
  width: calc(100% - 100px);
}
.lyMain .mc_ly_checkbox {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  user-select: none;
}
.lyMain .mc_ly_checkbox input {
  position: relative;
  width: 10px;
  height: 10px;
  border: 1px solid #015bcb;
  border-radius: 50%;
  margin-right: 3px;
}
.lyMain .mc_ly_checkbox input[type=checkbox] {
  position: relative;
  border-radius: 0;
  margin-top: 0;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  margin-right: 5px;
}
.lyMain .mc_ly_checkbox input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #015bcb;
  transform: translate(-50%, -50%);
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
}
.lyMain .mc_ly_yycj .mc_ly_checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #015bcb;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.lyMain .mc_ly_yycj .mc_ly_checkbox input[type=checkbox] {
  width: 10px;
  height: 10px;
  top: -3px;
  border-radius: 50%;
}
.lyMain .mc_lyinp_ddgm {
  margin-bottom: 20px;
}
.lyMain .mc_ly_textarea {
  margin-bottom: 38px;
}
.lyMain .mc_ly_areabox textarea {
  width: 100%;
  height: 202px;
  border: 1px solid #dee6ff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
}
.lyMain .mc_ly_yydq {
  display: block;
}
.lyMain .mc_ly_yycj_hd {
  margin-bottom: 30px;
}
.lyMain .mc_ly_yycj_hd .mc_ly_title {
  margin-bottom: 0;
  line-height: 62px;
}
.lyMain .mc_select_hd,
.lyMain .mc_ly_factory {
  position: relative;
}
.lyMain .mc_select_hd {
  cursor: pointer;
}
.lyMain .mc_select_li {
  cursor: pointer;
}
.lyMain .mc_lycj_select {
  position: relative;
  width: 260px;
  margin-left: 20px;
}
.lyMain .mc_select_show {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lyMain .mc_lycj_select .mc_select_xtbbox {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.lyMain .mc_lycj_select .mc_select_show {
  padding-right: 35px !important;
}
.lyMain .mc_lycj_select .mc_select_showbox {
  width: 100%;
}
.lyMain .icon-arrowdown::before {
  content: ">";
  font-weight: bold;
  font-family: simsun;
  font-size: 18px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.lyMain .icon-arrowdown.on {
  transform: rotate(180deg);
}
.lyMain .mc_select_bd {
  display: none;
}
.lyMain .mc_lycj_select .mc_select_bd {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  width: 100%;
  border: 1px solid #dee6ff;
  background: #fff;
  border-top: 0;
  padding: 14px 0;
  z-index: 20;
  max-height: 240px;
  overflow: auto;
}
.lyMain .mc_lycj_select .mc_select_li {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  color: #333;
  transition: all 0.36s;
}
.lyMain .mc_lycj_select .mc_select_li:hover {
  color: #015bcb;
}
.lyMain .mc_select_xtb {
  transition: all 0.36s;
}
.lyMain .mc_ly_yycj_inputgroup,
.lyMain .mc_lyinp_ggcs,
.lyMain .mc_lyinp_ddgm {
  display: none;
}
.lyMain .mc_ly_verifybox {
  margin-bottom: 20px;
}
.lyMain .mc_lyinp_dy {
  width: 30%;
}
.lyMain .mc_lyinp_dl {
  width: 35%;
}
.lyMain .mc_lyinp_njgm {
  width: 35%;
}
.lyMain .mc_ly_yycj_inputgroup .mc_ly_inputbox input {
  display: inline-block;
  margin-right: 5px;
  height: 30px !important;
  padding: 5px 5px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}
.lyMain .mc_ly_yycj_inputgroup span {
  left: 3px;
  top: -2px;
  color: #ba0909;
  font-size: 14px;
  position: relative;
}
.lyMain .mc_lyinp_dy input {
  width: calc(100% - 65px) !important;
}
.lyMain .mc_lyinp_dl input {
  width: calc(100% - 126px) !important;
}
.lyMain .mc_lyinp_njgm input {
  width: calc(100% - 120px) !important;
}
.lyMain .code {
  display: flex;
}
.lyMain .code .codeText {
  width: 185px !important;
}
.lyMain .code .imgCode {
  width: 180px;
  height: 62px;
  margin-left: 10px;
}
.lyMain .mc_ly_ys {
  margin-bottom: 35px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.lyMain .mc_ly_ys span {
  margin-left: 10px;
}
.lyMain .mc_ly_ys a {
  color: #015bcb;
}
.lyMain .mc_ly_ys input {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #dee6ff;
  cursor: pointer;
}
.lyMain .mc_ly_ys input:checked {
  border-color: #015bcb;
}
.lyMain .mc_ly_ys input:checked::before {
  content: "✔";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 15px;
  font-weight: bold;
  font-family: "iconfont" !important;
  color: #015bcb;
  transform: translate(-50%, -50%);
}
.lyMain .mc_ly_submit button {
  position: relative;
  z-index: 1;
  width: 130px;
  height: 42px;
  line-height: 40px;
  background: #015bcb;
  color: #fff;
  transition: all 0.36s;
  border: 1px solid #015bcb;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
}
.lyMain .mc_ly_submit button:hover {
  background-color: transparent;
  color: #015bcb;
}
.lyMain .mc_ly_inputgroup .mc_lyi4_inputbox1 {
  width: 50%;
}
.lyMain .mc_ly_inputgroup .mc_lyi4_inputbox2 {
  width: 50%;
}
.lyMain .mc_ly_datewarp {
  margin: 0 -8px;
}
.lyMain .mc_ly_datebox {
  position: relative;
  width: 50%;
  padding: 0 8px;
  cursor: pointer;
}
.lyMain .mc_ly_order {
  margin-bottom: 35px;
}
.lyMain .mc_ly_datebox em {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #999;
  background: url(../images/lydate.png) center center no-repeat;
}
.lyMain .mc_ly_jybt label {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #015bcb;
  margin-bottom: 28px;
}
.lyMain .mc_ly_jybt .mc_ly_inputbox {
  width: 100%;
}
.lyYsTit {
  background-color: #f4f4f4;
  font-weight: bold;
  line-height: 1;
  font-size: 34px;
  padding: 100px;
}
.lyYsCont .lyYsText {
  padding: 60px 0 100px;
  font-size: 16px;
  color: #666;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 1px;
}
