@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; 
**/
/*设置根字体*/
html {
  font-size: 16px; }

/*适配iphone5*/
@media screen and (max-width: 320px) {
  html {
    font-size: 13.65px !important; } }
/*适配iphone6plus*/
@media screen and (min-width: 376px) and (max-width: 414px) {
  html {
    font-size: 17.66px !important; } }
/*适配ipad*/
@media screen and (min-width: 415px) and (max-width: 768px) {
  html {
    font-size: 32.76px !important; } }
/*适配ipad pro*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 43.69px !important; } }
* {
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

.view-width {
  max-width: 768px;
  margin: 0 auto;
  position: relative; }

/**  font-size-mobile  **/
.font-size-m10 {
  font-size: 0.625rem; }

.font-size-m12 {
  font-size: 0.75rem; }

.font-size-m14, p {
  font-size: 0.875rem; }

.font-size-m16 {
  font-size: 1rem; }

.font-size-m18, h2, h3 {
  font-size: 1.125rem; }

.font-size-m20 {
  font-size: 1.25rem; }

.font-size-m22 {
  font-size: 1.375rem; }

.font-size-m26 {
  font-size: 1.625rem; }

.font-size-m30 {
  font-size: 1.875rem; }

.font-size-m34 {
  font-size: 2.125rem; }

.font-size-m36 {
  font-size: 2.25rem; }

p {
  font-family: fontBook; }

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

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

input::-webkit-input-placeholder {
  font-family: fontBook;
  font-size: 0.875rem;
  color: #7B838A; }

input::-moz-placeholder {
  font-family: fontBook;
  font-size: 0.875rem;
  color: #7B838A; }

input::-ms-input-placeholder {
  font-family: fontBook;
  font-size: 0.875rem;
  color: #7B838A; }

img,
button {
  border: none; }

textarea {
  font-family: fontBook; }

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: 1.5rem;
  color: #7E7E7E; }

p2 {
  line-height: 1.5rem;
  color: #FF8C00; }

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

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

.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; }

/** 大小 mobile **/
.btn-size-one-m {
  width: 16.25rem;
  height: 3.125rem;
  border-radius: 1.5625rem;
  font-size: 1.375rem;
  line-height: 3.125rem;
  text-align: center;
  display: inline-block;
  font-family: fontMedium;
  /**大**/ }

.btn-size-two-m {
  width: 11.25rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.5rem;
  text-align: center;
  display: inline-block;
  font-family: fontMedium;
  /**中**/ }

.btn-size-three-m {
  width: 10rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.5rem;
  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-four {
  /**带边框**/
  border: 1px solid #009241;
  color: #009241;
  background-color: transparent;
  /**灰色边框风格**/ }

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

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

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

.main-box-mobile {
  padding: 1.5625rem 1.0rem 1.8125rem 1.0rem;
  min-height: 24rem;
  height: auto;
  box-sizing: border-box; }

.box-mobile-one, .box-mobile-two {
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.61);
  margin: 0 auto; }

.box-mobile-two {
  background: #f1f1f1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden; }

/** 变量文件 **/
/**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; 
**/
.tel-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  position: relative;
  background-color: #fff; }
  .tel-header .mobile-menu-btn {
    width: 1.5rem;
    height: 1.5rem; }
  .tel-header .logo {
    /*position: absolute;*/
    /*margin: auto;*/
    margin-left: 40px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 9.625rem;
    height: 1.5625rem;
    display: inline-block; }
    .tel-header .logo img {
      display: block;
      height: 130%;
      width: auto;
      margin: 0 auto; }
  .tel-header .sign-in {
    font-size: 1.0rem;
    font-family: fontMedium;
    font-weight: 500;
    color: #787878; }
  .tel-header .sign-in-avatar {
    width: 2.0rem;
    height: 2.0rem; }

.mobile-menu-box {
  position: absolute;
  background-color: #EAEAEA;
  width: 17.5rem;
  min-height: 23.125rem;
  padding: 1.625rem 0.625rem 6.25rem 0.625rem;
  box-sizing: border-box;
  z-index: 10;
  display: none; }
  .mobile-menu-box .close {
    position: absolute;
    width: 1.375rem;
    height: 1.375rem;
    right: 0.625rem;
    top: 0.625rem; }
  .mobile-menu-box ul {
    position: relative; }
  .mobile-menu-box li {
    padding: 1.0rem 0.625rem;
    box-sizing: border-box;
    border-bottom: 1px solid #787878;
    font-family: fontMedium; }
    .mobile-menu-box li img {
      width: 1.5rem;
      height: 1.5rem;
      margin-right: 1.0rem; }
    .mobile-menu-box li:last-of-type {
      border: none; }
  .mobile-menu-box .nav-current-page-style {
    color: #009241; }
  .mobile-menu-box .focus-li {
    border-bottom: 2px solid #005587; }
  .mobile-menu-box .focus {
    color: #005587; }
  .mobile-menu-box a {
    line-height: 1.5rem;
    display: inline-block;
    color: #7B838A; }

/** 变量文件 **/
/**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; }
