/*footer*/
@header-bg :rgba (0,0,0,.75);
/*footer*/
/*分割线颜色*/
/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-35-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-45-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-65-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-75-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-85-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-95-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-105-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-115-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html {
  font-family: "puhui", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #18234c;
}
body {
  background-color: #efefef;
}
.button {
  display: inline-block;
  background: #fab125;
  box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 400;
  color: #0d213a;
  line-height: 1.375em;
  text-shadow: 0px 50px 90px rgba(0, 0, 0, 0.1);
  border: none;
}
.button:hover {
  text-decoration: none;
}
.ucar_bd {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.ucar_bd .ucar_bd_e_left {
  width: 220px;
  float: left;
}
.ucar_bd .ucar_bd_e_left h1 {
  font: 18px/46px 'microsoft yahei', Simsun, sans-serif;
  color: #ffffff;
  text-align: center;
  height: 46px;
  padding-top: 7px;
  /*background: #213252;*/
  width: 200px;
  background: #c0a269;
}
.ucar_bd .ucar_bd_e_left ul {
  width: 200px;
  border-top: 7px solid #c0a269;
  background: #ffffff;
}
.ucar_bd .ucar_bd_e_left ul li {
  border-bottom: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ucar_bd .ucar_bd_e_left ul li:hover a {
  border-left: 4px solid #bfa268;
  color: #bfa268;
  text-decoration: none;
}
.ucar_bd .ucar_bd_e_left ul a {
  display: block;
  width: 196px;
  height: 20px;
  font: 18px/20px 'microsoft yahei', Simsun, sans-serif;
  color: #213252;
  text-align: center;
  border-left: 4px solid #fff;
}
.ucar_bd .ucar_bd_e_left ul a:hover,
.ucar_bd .ucar_bd_e_left ul a.cur {
  border-left: 4px solid #bfa268;
  color: #bfa268;
  text-decoration: none;
}
.ucar_bd .ucar_bd_left {
  width: 220px;
  float: left;
}
.ucar_bd .ucar_bd_left h1 {
  font: 18px/46px 'microsoft yahei', Simsun, sans-serif;
  color: #ffffff;
  text-align: center;
  height: 46px;
  padding-top: 7px;
  background: #213252;
  width: 200px;
}
.ucar_bd .ucar_bd_left ul {
  width: 200px;
  border-top: 7px solid #213252;
  background: #ffffff;
}
.ucar_bd .ucar_bd_left ul a {
  display: block;
  width: 200px;
  height: 50px;
  font: 18px/50px 'microsoft yahei', Simsun, sans-serif;
  color: #213252;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.ucar_bd .ucar_bd_left ul a:hover,
.ucar_bd .ucar_bd_left ul a.cur {
  text-decoration: none;
  width: 200px;
  color: #ffffff;
  font-weight: bold;
  padding-right: 20px;
  background: #d7c39e url(../images/ucar_left_libg_822c2e041b18a3d198f908047eae6f46.png) no-repeat right center;
}
.ucar_bd .ucar_left {
  float: left;
}
.ucar_bd .ucar_left .ucar_mem_left {
  width: 220px;
}
.ucar_bd .ucar_left .ucar_mem_left h1 {
  font: 18px/46px 'microsoft yahei', Simsun, sans-serif;
  color: #ffffff;
  text-align: center;
  height: 46px;
  padding-top: 7px;
  background: #213252;
  width: 200px;
}
.ucar_bd .ucar_left .ucar_mem_left ul {
  width: 200px;
  border-top: 7px solid #213252;
  background: #ffffff;
}
.ucar_bd .ucar_left .ucar_mem_left ul a {
  display: block;
  width: 200px;
  height: 50px;
  font: 18px/50px 'microsoft yahei', Simsun, sans-serif;
  color: #213252;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
.ucar_bd .ucar_left .ucar_mem_left ul a:hover,
.ucar_bd .ucar_left .ucar_mem_left ul a.cur {
  text-decoration: none;
  width: 200px;
  color: #ffffff;
  font-weight: bold;
  padding-right: 20px;
  background: #d7c39e url(../images/ucar_left_libg_822c2e041b18a3d198f908047eae6f46.png) no-repeat right center;
}
.ucar_bd .ucar_left .ucar_com_left {
  width: 220px;
}
.ucar_bd .ucar_left .ucar_com_left h1 {
  font: 18px/46px 'microsoft yahei', Simsun, sans-serif;
  color: #ffffff;
  text-align: center;
  height: 46px;
  padding-top: 7px;
  /*background: #213252;*/
  width: 200px;
  background: #c0a269;
}
.ucar_bd .ucar_left .ucar_com_left ul {
  width: 200px;
  border-top: 7px solid #c0a269;
  background: #ffffff;
}
.ucar_bd .ucar_left .ucar_com_left ul li {
  border-bottom: 1px solid #efefef;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ucar_bd .ucar_left .ucar_com_left ul li:hover a {
  border-left: 4px solid #bfa268;
  color: #bfa268;
  text-decoration: none;
}
.ucar_bd .ucar_left .ucar_com_left ul a {
  display: block;
  width: 196px;
  height: 20px;
  font: 18px/20px 'microsoft yahei', Simsun, sans-serif;
  color: #213252;
  text-align: center;
  border-left: 4px solid #fff;
}
.ucar_bd .ucar_left .ucar_com_left ul a:hover,
.ucar_bd .ucar_left .ucar_com_left ul a.cur {
  border-left: 4px solid #bfa268;
  color: #bfa268;
  text-decoration: none;
}
.ucar_bd .ucar_bd_right {
  width: 779px;
  float: left;
  background: #ffffff;
  min-height: 600px;
  padding-bottom: 20px;
}
.ucar_left_space {
  padding: 15px 0;
}
/*segment frame*/
.ucar_list_heard {
  font-size: 16px;
  padding: 30px 30px 30px 0;
}
.ucar_list_heard label {
  padding-right: 15px;
}
.ucar_list_heard input.wday {
  width: 140px;
  background-position: 125px center;
}
.ucar_list_heard .u_mymoney {
  margin-left: 25px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.ucar_list_table {
  padding: 20px 25px;
}
.ucar_list_table > .list_a {
  margin-bottom: 20px;
}
.bt_10ef {
  border-top: 10px solid #efefef;
}
.list_a {
  width: 100%;
  border-bottom: 1px solid #d7c39e;
}
.list_a a {
  float: left;
  display: block;
  position: relative;
  min-width: 54px;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
  background: #e6e6e6;
  font-size: 14px;
  color: #666666;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 21;
}
.list_a a.acurcon {
  text-decoration: none;
  color: #ffffff;
  background: #d7c39e;
}
.or_round {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../images/ucar_icon_342cd57e0510aa135d674eb7eb7a8de4.png);
  background-repeat: repeat;
  background-position: -58px -137px;
}
.list_a .or_round {
  position: absolute;
  right: -3px;
  top: -5px;
  z-index: 22;
}
.list_table th {
  font-size: 14px;
  background: #f4efe6;
  line-height: 40px;
}
.list_table td {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #f6f6f6;
}
.list_table tr.active {
  background-color: #F6F6F6;
}
.tdac td {
  text-align: center;
  table-layout: fixed;
  word-break: break-all;
  overflow: hidden;
}
.splitLineDown {
  height: 15px;
  background: url(../images/icon-showdown_1ce2642b5d76e74cb07177ae08b798fa.png);
}
.splitLineUp {
  height: 15px;
  background: url(../images/icon-hideup_f6f98a7395a4213a9076649537b5f7dd.png);
}
.splitLineDown .splitBtn,
.splitLineUp .splitBtn {
  height: auto;
  width: 130px;
  margin-left: 280px;
  cursor: pointer;
}
/*footer*/
@header-bg :rgba (0,0,0,.75);
/*footer*/
/*分割线颜色*/
/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-35-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-45-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-65-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-75-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-85-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-95-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-105-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-115-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html {
  font-family: "puhui", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #18234c;
}
body {
  background-color: #efefef;
}
.button {
  display: inline-block;
  background: #fab125;
  box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 400;
  color: #0d213a;
  line-height: 1.375em;
  text-shadow: 0px 50px 90px rgba(0, 0, 0, 0.1);
  border: none;
}
.button:hover {
  text-decoration: none;
}
/*footer*/
@header-bg :rgba (0,0,0,.75);
/*footer*/
/*分割线颜色*/
/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */
/**
 * 兼容一个参数的写法，长宽相等
 */
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-35-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-45-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-55-Regular.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-65-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-75-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-85-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-95-ExtraBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-105-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "puhui";
  src: url("https://download.10101111cdn.com/ucarcdnstore/ucar/fonts/alibaba-puhuiti-2/AlibabaPuHuiTi-2-115-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html {
  font-family: "puhui", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #18234c;
}
body {
  background-color: #efefef;
}
.button {
  display: inline-block;
  background: #fab125;
  box-shadow: 0px 50px 90px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 1em 2em;
  font-size: 16px;
  font-weight: 400;
  color: #0d213a;
  line-height: 1.375em;
  text-shadow: 0px 50px 90px rgba(0, 0, 0, 0.1);
  border: none;
}
.button:hover {
  text-decoration: none;
}
.about-us .banner {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://img01.10101111cdn.com/download/ucarcdnstore/ucar/img/new/BANNER2.png');
}
.about-us .map {
  width: 1200px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://restapi.amap.com/v3/staticmap?location=117.393165,39.159911&zoom=13&size=700*400&markers=mid,,A:117.393165,39.159911&key=ee95e52bf08006f63fd29bcfbcf21df0');
  margin: 40px auto;
}
.about-us .city {
  margin: 20px auto 40px;
  width: 1200px;
  height: 520px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('https://img01.10101111cdn.com/download/ucarcdnstore/ucar/img/new/city.jpg');
}
.about-us h3 {
  font-size: 48px;
  line-height: 67px;
  margin: 80px 0 20px;
  text-align: center;
}
.about-us p {
  color: #18234c;
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  width: 900px;
  display: block;
  margin: 0 auto;
}
.about-us p em {
  color: #ffa800;
  font-weight: bold;
}
.about-us .cities-box {
  box-sizing: border-box;
  padding: 30px 120px;
  background: #f6f8fc;
  margin: 20px auto 40px;
  max-width: 1200px;
}
.about-us .cities-box .list {
  overflow: hidden;
}
.about-us .cities-box .title,
.about-us .cities-box span {
  display: inline-block;
  width: 2em;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 30px;
}
.about-us .cities-box .title {
  width: 4em;
  float: left;
  text-align: right;
}
.about-us .map {
  background: url(https://img01.10101111cdn.com/download/ucarcdnstore/ucar/img/new/map.png) no-repeat center / cover;
  width: 1200px;
  height: 594px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us .map .location {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  bottom: 95px;
}
.about-us .map .card {
  padding: 1em;
  background: #ffffff;
  margin-bottom: 22px;
}
.about-us .map .card p {
  font-size: 14px;
  line-height: 20px;
  margin: 8px 0;
  text-align: left;
}
.about-us .map .logo {
  width: 30%;
}
