@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  border-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  position: relative;
}

a,
a:visited {
  text-decoration: none;
  color: #555;
}

a:hover,
a:active {
  text-decoration: none;
  color: #555;
}

ul li {
  list-style: none;
}

.clear {
  clear: both;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

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

.clearfix {
  zoom: 1;
}

* html .clearfix {
  zoom: 1;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

.csj-cursor {
  cursor: pointer;
}

.container {
  width: 1300px;
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container {
    width: 1161px;
  }
}
@media only screen and (max-width: 1230px) {
  .container {
    width: calc(100% - 20px);
  }
}
:root {
  --theme-color: #DB261D;
  --theme-width: 1300px;
}

.head .t-part {
  text-align: center;
  color: red;
}
.head .t-part img {
  width: 18px;
  height: auto;
}
.head .t-part span {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-left: 18px;
}
.head .t-part.single {
  margin-bottom: 31px;
}
.head .t-part.double {
  margin-bottom: 22px;
}
.head .b-part {
  font-size: 16px;
  font-weight: 400;
  color: #848484;
  text-align: center;
}

@media only screen and (max-width: 1800px) {
  .head .t-part img {
    width: 17px;
  }
  .head .t-part span {
    font-size: 36px;
    line-height: 28px;
    margin-left: 17px;
  }
  .head .t-part.single {
    margin-bottom: 30px;
  }
  .head .t-part.double {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1600px) {
  .head .t-part img {
    width: 15px;
  }
  .head .t-part span {
    font-size: 32px;
    line-height: 28px;
    margin-left: 8px;
  }
  .head .t-part.single {
    margin-bottom: 25px;
  }
  .head .t-part.double {
    margin-bottom: 15px;
  }
  .head .b-part {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1230px) {
  .head .t-part img {
    width: 13px;
  }
  .head .t-part span {
    font-size: 24px;
    line-height: 20px;
    margin-left: 5px;
  }
  .head .t-part.single {
    margin-bottom: 20px;
  }
  .head .t-part.double {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .head .t-part img {
    width: 12px;
  }
  .head .t-part span {
    font-size: 20px;
  }
  .head .t-part.single {
    margin-bottom: 15px;
  }
  .head .b-part {
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .head .t-part img {
    width: 9px;
  }
  .head .t-part span {
    font-size: 17px;
  }
  .head .t-part.single {
    margin-bottom: 10px;
  }
  .head .t-part.double {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .head .t-part img {
    width: 7px;
  }
  .head .t-part span {
    font-size: 15px;
  }
  .head .b-part {
    font-size: 13px;
  }
}
.swiper {
  overflow: hidden;
}

.top {
  width: 100%;
  background-color: var(--theme-color);
  padding: 10px 129px 14px 121px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.top .left {
  font-weight: 400;
  float: left;
}
.top .right {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .right span {
  margin-left: 17px;
}
.top .right span a {
  color: #FFFFFF;
}

nav {
  background-color: #F7F8FC;
  position: fixed;
  top: 37px;
  left: 0;
  z-index: 1111;
  padding: 0 129px 0 121px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 24px 0px rgba(4, 0, 0, 0.32);
          box-shadow: 0px 1px 24px 0px rgba(4, 0, 0, 0.32);
  width: 100%;
}
nav .left {
  float: left;
  padding-top: 38px;
  padding-bottom: 34px;
}
nav .left img {
  width: 370px;
  height: auto;
}
nav .left .title {
  display: none;
}
nav .right {
  float: right;
  font-size: 16px;
  font-weight: bold;
}
nav .right li {
  float: left;
  margin-right: 25px;
  position: relative;
}
nav .right li a {
  display: block;
  padding: 57px 13px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 3px solid transparent;
}
nav .right li dl {
  display: none;
  position: absolute;
  top: 127px;
  left: 0;
  width: 120%;
}
nav .right li dl dd:first-child {
  border-top: 3px solid var(--theme-color);
}
nav .right li dl dd a {
  display: block;
  padding: 10px 5px;
  font-size: 14px;
  text-align: center;
  background: #F7F8FC;
}
nav .right li:hover a {
  color: var(--theme-color);
}
nav .right li:hover dl {
  display: block;
}
nav .right li:hover dl dd a {
  border-bottom-color: transparent;
  color: #000;
}
nav .right li:hover dl dd a:hover {
  color: var(--theme-color);
}
nav .right li:hover a {
  color: var(--theme-color);
  border-bottom-color: var(--theme-color);
}
nav .right li:last-child {
  padding-top: 41px;
  padding-bottom: 37px;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .right li:last-child p {
  margin-left: 14px;
}
nav .right li:last-child p span {
  display: block;
}

@media only screen and (max-width: 1800px) {
  .top {
    padding: 10px 90px 14px 85px;
  }
  nav {
    padding: 0 90px 0 85px;
  }
  nav .left {
    padding-top: 32px;
    padding-bottom: 30px;
  }
  nav .left img {
    width: 320px;
  }
  nav .right li {
    margin-right: 20px;
  }
  nav .right li dl {
    top: 94px;
  }
  nav .right li a {
    padding: 57px 12px 50px;
  }
  nav .right li:last-child p {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1600px) {
  .top {
    padding: 10px 20px 14px;
  }
  nav {
    padding: 0 20px;
  }
  nav .left img {
    width: 240px;
  }
  nav .right {
    font-size: 15px;
  }
  nav .right li {
    margin-right: 5px;
  }
  nav .right li a {
    padding: 40px 11px 32px;
  }
  nav .right li:last-child {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  nav .right li:last-child p {
    margin-left: 12px;
  }
}
.m-nav {
  display: none;
}

@media screen and (max-width: 1230px) {
  .top {
    display: none;
  }
  nav {
    display: none;
  }
  .m-nav {
    display: block;
    height: 60px;
    margin-top: 0px;
    background-color: #F7F8FC;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  .m-nav .layui-nav-tree .layui-nav-child dd.layui-this,
.m-nav .layui-nav-tree .layui-nav-child dd.layui-this a,
.m-nav .layui-nav-tree .layui-this,
.m-nav .layui-nav-tree .layui-this > a,
.m-nav .layui-nav-tree .layui-this > a:hover {
    background-color: rgba(189, 38, 29, 0.8);
    color: #fff !important;
  }
  .m-nav .layui-nav .layui-this:after,
.m-nav .layui-nav-bar {
    background-color: rgba(189, 38, 29, 0.8) !important;
  }
  .m-nav .container {
    width: 100vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-nav .container li {
    height: 100%;
  }
  .m-nav .container li a {
    height: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-nav .container li a .logo {
    height: 100%;
    width: auto;
    padding: 10px 0;
  }
  .m-nav .container li .csj-bars {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    color: var(--theme-color);
    cursor: pointer;
  }
  .m-nav .layui-nav {
    width: 100%;
    background-color: #fff;
    background-color: #F7F8FC;
    background-size: cover;
  }
  .m-nav .layui-nav.layui-nav-side {
    top: 60px;
  }
  .m-nav .layui-nav .layui-nav-item.layui-this > a {
    color: #000;
  }
  .m-nav .layui-nav .layui-nav-item.layui-this > a:hover {
    color: var(--theme-color);
  }
  .m-nav .layui-nav .layui-nav-item a {
    color: #000;
  }
  .m-nav .layui-nav .layui-nav-item.layui-nav-itemed a {
    color: #000 !important;
  }
  .m-nav .layui-nav .layui-nav-item.layui-nav-itemed > .layui-nav-child {
    background-color: rgba(189, 38, 29, 0.3) !important;
  }
}
.foot {
  background-color: #313B44;
  padding-top: 68px;
  padding-bottom: 59px;
}
.foot .container .f-h {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 63px;
  padding-bottom: 41px;
}
.foot .container .f-h .h {
  font-size: 29px;
  float: left;
}
.foot .container .f-h .btn {
  float: right;
  width: 140px;
  height: 41px;
  background-color: var(--theme-color);
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
}
.foot .container .f-h .btn .arrow {
  margin-left: 25px;
}
.foot .container .heng {
  height: 1px;
  background-color: #515B64;
}
.foot .container .heng .shi {
  height: 100%;
  width: 395px;
  background-color: #fff;
}
.foot .container .f-c {
  padding-top: 53px;
}
.foot .container .f-c dl {
  float: left;
  font-weight: 400;
}
.foot .container .f-c dl:nth-child(1) {
  margin-right: 82px;
}
.foot .container .f-c dl:nth-child(2) {
  margin-right: 119px;
}
.foot .container .f-c dl:nth-child(3) {
  margin-right: 90px;
}
.foot .container .f-c dl:nth-child(4) {
  margin-right: 111px;
}
.foot .container .f-c dl:nth-child(5) {
  margin-right: 45px;
}
.foot .container .f-c dl dt {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  margin-bottom: 29px;
}
.foot .container .f-c dl dd {
  font-size: 15px;
  color: #ADADAD;
  line-height: 32px;
}
.foot .container .f-c dl dd .icon {
  opacity: 0.3;
  margin-right: 14px;
}
.foot .container .f-c .scan {
  float: left;
  margin-left: 20px;
}


  .foot .container .f-c .scan img{
    width:138px;
    height: auto;
    
    }

.foot .container .f-c .scan .text {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 37px;
  text-align: center;
  margin-top: 8px;
}

.foot-bottom {
  background-color: #2C353D;
  padding-top: 24px;
  padding-bottom: 17px;
  color: #999999;
}
.foot-bottom a {
  color: #999999;
}
.foot-bottom .left {
  float: left;
}
.foot-bottom .left span {
  text-transform: capitalize;
}
.foot-bottom .left img {
  vertical-align: middle;
}
.foot-bottom .right {
  float: right;
}
.foot-bottom .right .shu {
  margin-left: 7px;
  margin-right: 7px;
}
.foot-bottom .right .scroll-top {
  cursor: pointer;
}

@media only screen and (max-width: 1800px) {
  .foot .container .f-h .h {
    font-size: 27px;
  }
}
@media only screen and (max-width: 1600px) {
  .foot {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .foot .container .f-h {
    padding-bottom: 30px;
  }
  .foot .container .f-h .h {
    font-size: 24px;
  }
  .foot .container .heng .shi {
    width: 365px;
  }
  .foot .container .f-c {
    padding-top: 40px;
  }
  .foot .container .f-c dl:nth-child(1) {
    margin-right: 50px;
  }
  .foot .container .f-c dl:nth-child(2) {
    margin-right: 70px;
  }
  .foot .container .f-c dl:nth-child(3) {
    margin-right: 60px;
  }
  .foot .container .f-c dl:nth-child(4) {
    margin-right: 80px;
  }
  .foot .container .f-c dl:nth-child(5) {
    margin-right: 35px;
  }
  .foot .container .f-c dl dt {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .foot .container .f-c dl dd {
    font-size: 14px;
    line-height: 30px;
  }
  .foot .container .f-c .scan img {
    width: 138px;
    height: auto;
  }
  .foot-bottom {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .foot-bottom .right .shu {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 1230px) {
  .foot {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .foot .container {
    width: calc(100% - 20px);
  }
  .foot .container .f-h {
    line-height: 43px;
    padding-bottom: 15px;
  }
  .foot .container .f-h .h {
    font-size: 20px;
  }
  .foot .container .f-h .btn {
    width: 120px;
    height: 41px;
    line-height: 41px;
    font-size: 13px;
  }
  .foot .container .f-h .btn .arrow {
    margin-left: 15px;
  }
  .foot .container .heng .shi {
    width: 305px;
  }
  .foot .container .f-c {
    padding-top: 20px;
  }
  .foot .container .f-c dl:nth-child(1) {
    margin-right: 40px;
  }
  .foot .container .f-c dl:nth-child(2) {
    margin-right: 45px;
  }
  .foot .container .f-c dl:nth-child(3) {
    margin-right: 45px;
  }
  .foot .container .f-c dl:nth-child(4) {
    margin-right: 50px;
  }
  .foot .container .f-c dl:nth-child(5) {
    margin-right: 25px;
  }
  .foot .container .f-c dl dt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .foot .container .f-c dl dd {
    font-size: 13px;
    line-height: 26px;
  }
  .foot .container .f-c dl dd .icon {
    margin-right: 9px;
  }
  .foot .container .f-c .scan img {
    width: 100px;
  }
  .foot .container .f-c .scan .text {
    font-size: 12px;
    line-height: 20px;
  }
  .foot-bottom {
    padding-top: 20px;
   
  }
  .foot-bottom .right {
    float: left;
  }
  .foot-bottom .right .shu {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media only screen and (max-width: 960px) {
  .foot {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .foot .container .f-h {
    padding-bottom: 10px;
  }
  .foot .container .f-h .h {
    font-size: 18px;
  }
  .foot .container .f-c {
    padding-top: 10px;
  }
    .foot .container .f-c dl{
        display: none;
    }
  .foot .container .f-c dl:nth-child(1) {
    margin-right: 10px;
    display: block;
    font-size: 14px;
  }
  .foot .container .f-c dl:nth-child(2) {
    margin-right: 10px;
  }
  .foot .container .f-c dl:nth-child(3) {
    margin-right: 10px;
  }
  .foot .container .f-c dl:nth-child(4) {
    margin-right: 10px;
  }
  .foot .container .f-c dl:nth-child(5) {
    margin-right: 20px;
  }
  .foot .container .f-c dl dt {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .foot .container .f-c dl dd {
    font-size: 14px;
    line-height: 20px;
  }
  .foot .container .f-c .scan .text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .foot .container .f-h .h {
    font-size: 16px;
  }
  .foot .container .f-c {
    padding-top: 10px;
  }
  .foot .container .f-c dl:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .foot .container .f-h .h {
    font-size: 15px;
  }
  .foot .container .f-c .scan {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 10px;
  }
}
.foot-nav {
  display: none;
}

@media screen and (max-width: 1230px) {
  .foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1100;
    padding: 10px 0;
  }
  .foot-nav li {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-nav li span {
    font-size: 36px;
  }
  .foot-nav li span:last-child {
    padding-top: 2px;
    font-size: 16px;
  }
  .foot-nav li:hover {
    color: var(--theme-color);
  }
}
@media screen and (max-width: 960px) {
  .foot-nav li span {
    font-size: 24px;
  }
  .foot-nav li span:last-child {
    font-size: 12px;
  }
}
#stylesubnav {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  background: #eff0f1;
}

/*#stylesubnav .container {*/
/*  width: 1300px;*/
/*}*/

/*@media screen and (max-width: 1600px) {*/
/*  #stylesubnav .container {*/
/*    width: 1200px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 1230px) {*/
/*  #stylesubnav .container {*/
/*    width: calc(100% - 30px);*/
/*  }*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*  #stylesubnav .container {*/
/*    width: calc(100% - 20px);*/
/*  }*/
/*}*/
#stylesubnav .xq_c {
  padding: 0;
  position: relative;
}

#stylesubnav .xq_crumbs {
  background: url(../images/icon/position.png) no-repeat left 18px;
  background-size: auto 12px;
  line-height: 29px;
  padding: 10px 0 10px 20px;
  color: #999;
}

#stylesubnav .xq_crumbs a {
  color: #999;
}

/*768以下屏幕*/
@media screen and (max-width: 767px) {
  #stylesubnav .xq_crumbs {
    font-size: 13px;
  }
  #stylesubnav .xq_crumbs a {
    margin: 0 5px;
  }
}
/*668以下屏幕*/
@media screen and (max-width: 667px) {
  #stylesubnav .xq_nav {
    display: block;
  }
  #stylesubnav .xq_nav a {
    height: 38px;
    line-height: 38px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 0 15px;
    display: inline-block;
  }
}
.ban {
  height: 31.25vw;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/* Banner文本 */
.ban .px_txt {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 16.5vw;
}

.ban .px_txt p {
  font-size: 50px;
  height: 60px;
  line-height: 60px;
  color: #FFF;
}

.ban .px_txt p:first-child {
  font-size: 34px;
  height: 1em;
  line-height: 1em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1699px) {
  .ban .px_txt p {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
  }
  .ban .px_txt p:first-child {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1499px) {
  .ban .px_txt p {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
  }
  .ban .px_txt p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1299px) {
  .ban .px_txt p {
    font-size: 40px;
    height: 50px;
    line-height: 50px;
  }
  .ban .px_txt p:first-child {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1230px) {
  .ban .px_txt {
    padding-top: 14vw;
  }
}
@media screen and (max-width: 1023px) {
  .ban .px_txt p {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
  }
  .ban .px_txt p:first-child {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ban {
    background-position: center;
    height: 236px;
  }
  .ban .px_txt {
    color: #fff;
    font-weight: bold;
    padding-top: 120px;
    text-align: center;
  }
  .ban .px_txt p {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
  }
  .ban .px_txt p:first-child {
    font-size: 16px;
    height: 1em;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 1230px) {
  .ban {
    margin-top: 0;
  }
}
.ul-lmlist {
  overflow: hidden;
  margin: 30px 0;
  text-align: center;
}

.ul-lmlist a {
  display: inline-block;
  width: 160px;
  line-height: 52px;
  background: #fff;
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
}

.ul-lmlist a:hover,
.ul-lmlist a.on {
  color: #fff;
  background: rgba(189, 38, 29, 0.8) url(../images/icon/ico7.png) no-repeat bottom -3px center;
}

@media only screen and (max-width: 1230px) {
  .ul-lmlist a {
    width: 16.6666666667%;
    padding-right: 0;
    margin-right: 0;
    border-right: 1px solid #fff;
    display: block;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .ul-lmlist a {
    width: 33.3%;
    display: block;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 42px;
  }
}/*# sourceMappingURL=base.css.map */
/*分页*/
.manu {
    padding: 25px 3px;
    margin: 3px;
    text-align: center;
}

.manu a {
    border: 1px solid #D9D9D9;
    padding: 9px 15px;
    text-decoration: none;
    margin: 0 2px;
}

.manu a:hover {
    border: 1px solid var(--theme-color);
}

.manu a:active {
    border: 1px solid var(--theme-color);
}

.manu .current {
    border: 1px solid #D60620;
    padding: 9px 15px;
    background: #D60620;
    font-weight: bold;
    margin: 0 2px;
    color: #FFF;
}

.manu .disabled {
    border: 1px solid #D9D9D9;
    padding: 9px 15px;
    color: #D9D9D9;
    margin: 0 2px;
}

@media screen and (max-width:1429px) {
    .manu {
        margin-top: 20px;
    }
}
/*friendlink*/
.friendlink{padding:0 0 29px;background:#2C353D;}
.friendlink span{width:70px;float:left;display:block;height:24px;line-height:24px;font-size:14px;color:#888;}
.friendlink .fl_a{width:calc(100% - 70px);float:right;font-size:0;-webkit-text-size-adjust:none;}
.friendlink .fl_a a{color:#888;white-space:nowrap;display:inline-block;font-size:14px;position:relative;height:24px;line-height:24px;margin-right:25px;}
@media only screen and (max-width: 1230px) {
    .friendlink{padding-bottom:95px;}
}
