@charset "UTF-8";
/** 变量文件 **/
/**color**/
/** Main colors   -   Main Accent  **/
/** 深黄 主色 PC**/
/** 深绿 主色 PC**/
/** 深黄 主色 MOBLE**/
/** 深蓝 主色**/
/** 背景色 主色**/
/** Main colors  -  Secondary Accent  **/
/** 淡黄 **/
/** 绿色 **/
/** 淡蓝 **/
/** 亮红 **/
/** 紫红 **/
/** Typography colors  -  Main Accent  **/
/** 深灰 **/
/** Typography colors  -  Secondary Accent  **/
/** 浅灰 **/
/** other colors **/
/**  font-size-pc  **/
/**  font-size-mobile  **/
/** pc端宽度全局变量  **/
/**  PC端菜单栏高度  **/
/**  手机端菜单栏高度  **/
/** 字体文件 **/
/** font-family **/
@font-face {
  font-family: fontLight;
  src: url("../font/GothamRoundedLight.otf"); }

@font-face {
  font-family: fontBook;
  src: url("../font/GothamRoundedBook_21018.ttf"); }

@font-face {
  font-family: fontMedium;
  src: url("../font/GothamRoundedMedium_21022.ttf"); }

@font-face {
  font-family: fontBold;
  src: url("../font/GothamRoundedBold.otf"); }

@font-face {
  font-family: fontHelsing;
  src: url("../font/GreatLakesLetteringHelsing.otf"); }

@font-face {
  font-family: fontNorth;
  src: url("../font/TrueNorth.otf"); }

@font-face {
  font-family: fontNorth3D;
  src: url("../font/TrueNorth3D.otf"); }

.fontLight {
  font-family: fontLight; }

.fontBook {
  font-family: fontBook; }

.fontMedium {
  font-family: fontMedium; }

.fontBold {
  font-family: fontBold; }

.fontNorth {
  font-family: fontNorth; }

.fontHelsing {
  font-family: fontHelsing; }

.fontNorth3D {
  font-family: fontNorth3D; }

/** 函数文件 **/
/**按钮样式**/
/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/
@media screen and (-webkit-max-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2), screen and (-o-max-device-pixel-ratio: 2), screen and (max-device-pixel-ratio: 2) {
  html {
    font-size: 62.4%; } }

@media screen and (-webkit-max-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5), screen and (-o-max-device-pixel-ratio: 1.5), screen and (max-device-pixel-ratio: 1.5) {
  html {
    font-size: 49.92%; } }

* {
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: fontBook, fontMedium, "microsoft yahei";
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #7B838A; }

p {
  font-family: fontBook; }

input[type="text"],
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: fontMedium; }

textarea {
  font-family: fontBook; }

.font-size-1, .font-size-11 {
  font-size: 1.1rem; }

.font-size-2, .font-size-12 {
  font-size: 1.2rem; }

.font-size-3, .font-size-14 {
  font-size: 1.4rem; }

.font-size-4, .font-size-16,
p {
  font-size: 1.6rem; }

.font-size-5, .font-size-18 {
  font-size: 1.8rem; }

.font-size-6, .font-size-20 {
  font-size: 2rem; }

.font-size-7, .font-size-22,
p2 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #FF8C00;}
h3 {
  font-size: 2.2rem; }

.font-size-8, .font-size-26,
h2 {
  font-size: 2.6rem; }

.font-size-9, .font-size-40 {
  font-size: 4rem; }

.font-size-10, .font-size-48 {
  font-size: 4.8rem; }

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"] {
  color: #7B838A; }

input,
button,
select,
textarea {
  outline: none; }

img,
button {
  border: none; }

input,
textarea {
  -webkit-user-select: auto;
  margin: 0px;
  padding: 0px;
  outline: none;
  -webkit-appearance: none;
  resize: none; }

ul,
ol,
li {
  list-style: none; }

i,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

img {
  vertical-align: middle;
  width: 100%; }

h2 {
  color: #EF7522; }

p {
  line-height: 24px;
  color: #7E7E7E; }

a {
  text-decoration: none;
  color: #7B838A; }

a,
input[type="checkbox"],
input[type="button"],
button {
  cursor: pointer; }

.view-width {
  max-width: 1280px;
  min-width: 1024px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box; }

.text-align-center {
  text-align: center; }

.user-select {
  -webkit-touch-callout: none;
  /* mobile */
  -webkit-user-select: none;
  /* chrome */
  -moz-user-select: none;
  /* firefox */
  -ms-user-select: none;
  /* IE10 */
  user-select: none; }

.main-box {
  background-color: #F9F9F9;
  width: 100%;
  min-height: calc(100vh - 160px - 388px - 135px);
  margin: 0 auto 135px auto;
  position: relative;
  padding: 2.8rem 0 11.5rem 0;
  box-sizing: border-box; }

/**button**/
/** 大小 pc **/
.btn-size-one {
  width: 29rem;
  height: 5rem;
  border-radius: 2.5rem;
  font-size: 2.2rem;
  line-height: 5rem;
  text-align: center;
  display: inline-block;
  font-family: fontMedium;
  /**大**/ }

.btn-size-two {
  width: 21.2rem;
  height: 4.6rem;
  border-radius: 2.3rem;
  font-size: 1.6rem;
  line-height: 4.6rem;
  text-align: center;
  display: inline-block;
  font-family: fontMedium;
  /**中**/ }

.btn-size-three {
  width: 18rem;
  height: 4rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  line-height: 4rem;
  text-align: center;
  display: inline-block;
  font-family: fontMedium;
  /**小**/ }

/**按钮风格**/
.btn-border-one {
  /**带边框**/
  border: 1px solid #EF7522;
  color: #EF7522;
  background-color: transparent;
  /**黄色边框风格**/ }

.btn-border-two {
  /**带边框**/
  border: 1px solid #005587;
  color: #005587;
  background-color: transparent;
  /**蓝色边框风格**/ }

.btn-border-three {
  /**带边框**/
  border: 1px solid #979797;
  color: #979797;
  background-color: transparent;
  /**灰色边框风格**/ }

.btn-border-four {
  /**带边框**/
  border: 1px solid #009241;
  color: #009241;
  background-color: transparent;
  /**灰色边框风格**/ }

.btn-bg-one {
  /**带背景**/
  background-color: #EF7522;
  color: #fff;
  /**黄色背景风格**/ }

.btn-bg-two {
  /**带背景**/
  background-color: #005587;
  color: #fff;
  /**蓝色背景风格**/ }

.tiptipip {
  position: absolute;
  color: #ff0000;
  font-size: 1.0rem;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 1rem; }

/**pad**/
@media only screen and (max-width: 1280px) {
  .view-width {
    padding: 0 20px; } }

/**mobile**/
/** 头部文件 **/
/** 变量文件 **/
/**color**/
/** Main colors   -   Main Accent  **/
/** 深黄 主色 PC**/
/** 深绿 主色 PC**/
/** 深黄 主色 MOBLE**/
/** 深蓝 主色**/
/** 背景色 主色**/
/** Main colors  -  Secondary Accent  **/
/** 淡黄 **/
/** 绿色 **/
/** 淡蓝 **/
/** 亮红 **/
/** 紫红 **/
/** Typography colors  -  Main Accent  **/
/** 深灰 **/
/** Typography colors  -  Secondary Accent  **/
/** 浅灰 **/
/** other colors **/
/**  font-size-pc  **/
/**  font-size-mobile  **/
/** pc端宽度全局变量  **/
/**  PC端菜单栏高度  **/
/**  手机端菜单栏高度  **/
/** 函数文件 **/
/**按钮样式**/
/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/
.header-top {
  width: 100%;
  background-color: #EAEAEA; }

.header-top-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.2rem;
  height: 40px; }
  .header-top-box img {
    height: 20px;
    width: auto; }

.header-top-left span {
  display: inline-box;
  margin-left: 18px; }

.header-top-right img {
  margin-left: 7px; }

.pc-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 120px;
  padding: 35px 0;
  box-sizing: border-box;
  width: 100%; }
  .pc-header .logo {
    height: 72px;
    width: 252px;
    align-self: center; }
  .pc-header a {
    width: 160px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    font-family: fontMedium;
    font-size: 14px;
    box-sizing: border-box; }
  .pc-header .right {
    width: 140px; }
  .pc-header .sign-in {
    color: #fff;
    display: inline-block;
    background-color: #009241;
    height: 32px;
    width: 120px;
    border-radius: 16px;
    display: block; }
  .pc-header .sign-out {
    position: relative;
    text-align: right; }
    .pc-header .sign-out img {
      width: 38px;
      height: 38px;
      margin-right: 10px;
      vertical-align: middle; }
  .pc-header .nav-current-page-style {
    /**border: 2px solid #EF7522;**/
    color: #EF7522;
    border-radius: 16px;
    line-height: 32px; }

/** 底部文件 **/
/** 变量文件 **/
/**color**/
/** Main colors   -   Main Accent  **/
/** 深黄 主色 PC**/
/** 深绿 主色 PC**/
/** 深黄 主色 MOBLE**/
/** 深蓝 主色**/
/** 背景色 主色**/
/** Main colors  -  Secondary Accent  **/
/** 淡黄 **/
/** 绿色 **/
/** 淡蓝 **/
/** 亮红 **/
/** 紫红 **/
/** Typography colors  -  Main Accent  **/
/** 深灰 **/
/** Typography colors  -  Secondary Accent  **/
/** 浅灰 **/
/** other colors **/
/**  font-size-pc  **/
/**  font-size-mobile  **/
/** pc端宽度全局变量  **/
/**  PC端菜单栏高度  **/
/**  手机端菜单栏高度  **/
/** 函数文件 **/
/**按钮样式**/
/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/
.pc-copyright {
  width: 100%;
  background-color: #EAEAEA;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #7B838A;
  font-size: 1.2rem;
  font-family: fontMedium; }
  .pc-copyright a {
    color: #7B838A; }

.tel-copyright {
  padding: 18px 51px 15px 51px;
  line-height: 16px;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.625rem;
  background-color: #EAEAEA; }
