@charset 'utf-8';
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Source Han Sans CN', 'Source Han Sans SC', 'Helvetica Neue', Helvetica, Arial, 'STHeitiSC-Light', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif', 'Microsoft YaHei';
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
small {
  font-size: 12px;
}
ol,
ul {
  list-style-type: none;
}
legend {
  color: #000000;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
body,
button,
input,
select,
textarea {
  font: 14px/25px '';
  color: #151515;
}
/*"Open Sans","Hiragino Sans GB","Microsoft YaHei",STHeiti,"WenQuanYi Micro Hei",SimSun,Arial,sans-serif*/
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button {
  cursor: pointer;
  outline: 0;
}
mark {
  background-color: transparent;
}
a {
  text-decoration: none;
  color: inherit;
  outline: 0;
  _color: #333;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
::selection {
  color: #fff;
  background: #328EFE;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  background: #328EFE;
  text-shadow: none;
}
input::-ms-clear {
  display: none;
}
input[type=password]::-ms-reveal {
  display: none;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
.no {
  display: none;
}
.ellipsis-1,
.ellipsis-2,
.ellipsis-3,
.ellipsis-4 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ellipsis-1 {
  -webkit-line-clamp: 1;
}
.ellipsis-2 {
  -webkit-line-clamp: 2;
}
.ellipsis-3 {
  -webkit-line-clamp: 3;
}
.ellipsis-4 {
  -webkit-line-clamp: 4;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.F-content {
  width: 1200px;
  margin: 0 auto;
}
.F-ztallbox {
  background: #130849;
  border-radius: 8px;
}
.F-selinput {
  display: flex;
  padding: 40px 20px;
  color: #fff;
}
.F-selinput .F-fllabel {
  flex: 1;
  overflow: hidden;
}
.F-selinput .F-fllabel span {
  float: left;
  font-size: 24px;
  font-weight: bold;
}
.F-selinput .F-fllabel em {
  float: left;
  border: 1px solid #fff;
  padding: 0 10px;
  border-radius: 20px;
  margin-right: 20px;
  cursor: pointer;
  line-height: 20px;
  position: relative;
  top: 3px;
}
.F-selinput .F-fllabel em:hover {
  color: #fff;
  background: #FA5C69;
  border: 1px solid #FA5C69;
}
.F-selinput .F-fllabel .Zbtnyes {
  color: #fff;
  background: #FA5C69;
  border: 1px solid #FA5C69;
}
.F-selinput .F-frinput {
  display: flex;
}
.F-selinput .F-frinput .F-fileft {
  display: flex;
  position: relative;
  padding: 0 30px 0 30px;
  border-radius: 20px;
  background: #fff;
  width: 200px;
}
.F-selinput .F-frinput .F-fileft input {
  height: 34px;
  background: #fff;
  width: 110px;
}
.F-selinput .F-frinput .F-fileft input::placeholder {
  color: #1F186C;
  font-size: 12px;
}
.F-selinput .F-frinput .F-fileft span {
  width: 30px;
  height: 34px;
  background: url(../img/Fsous.png) no-repeat center center;
  cursor: pointer;
}
.F-selinput .F-frinput .F-firight {
  line-height: 34px;
}
.F-selinput .F-frinput .F-firight span {
  margin: 0 0px 0 20px;
  cursor: pointer;
}
.F-selinput .F-frinput .F-firight .F-firyes {
  position: relative;
  z-index: 1;
}
.F-selinput .F-frinput .F-firight .F-firyes:after {
  content: '';
  width: 100%;
  height: 7px;
  background: #FA5C69;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 4px;
}
.F-noseljg {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 300px;
  color: #fff;
}
.F-ztlilist {
  width: 24%;
  float: left;
  margin: 0 0 20px .8% ;
  padding: 20px 0 0;
  background: #fff;
  border-radius: 10px;
}
.F-ztlilist .F-Zztsmbox {
  display: flex;
  border-radius: 5px 5px 0 0;
  padding: 0 10px 20px;
}
.F-ztlilist .F-Zztsmbox .F-Zztpiclf {
  width: 90px;
  height: 100%;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
.F-ztlilist .F-Zztsmbox .F-Zztpiclf img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.F-ztlilist .F-Zztsmbox .F-Zztpiclf:after {
  content: '';
  width: 50px;
  height: 32px;
  background: url(../img/F20king.png) no-repeat center center;
  position: absolute;
  left: 20px;
  top: -32px;
}
.F-ztlilist .F-Zztsmbox .F-Zzrwnst {
  flex: 1;
  padding-left: 15px;
}
.F-ztlilist .F-Zztsmbox .F-Zzrwnst h3 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 18px;
  text-align: justify;
  line-height: 20px;
  font-weight: bold;
}
.F-ztlilist .F-Zztsmbox .F-Zzrwnst h2 {
  overflow: hidden;
  padding: 10px 0;
}
.F-ztlilist .F-Zztsmbox .F-Zzrwnst h2 span {
  float: left;
  color: #fff;
  font-size: 12px;
  background: #6C78FF;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 5px;
}
.F-ztlilist .F-Zztsmbox .F-Zzrwnst p {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  line-height: 15px;
  font-size: 12px;
  color: #666;
  height: 30px;
}
.F-ztlilist .F-toupiao {
  display: flex;
  line-height: 34px;
  padding: 12px 10px 10px;
  border-top: 1px solid #eee;
}
.F-ztlilist .F-toupiao div {
  flex: 1;
}
.F-ztlilist .F-toupiao .F-tpnum {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}
.F-ztlilist .F-toupiao .F-tpbtn span {
  float: right;
  display: inline-block;
  height: 34px;
  width: 98px;
  line-height: 34px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background: #FA5C69;
  cursor: pointer;
  position: relative;
  font-size: 18px;
}
.F-ztlilist .F-toupiao2 {
  background: #C2BABA;
}
.F-Zcztpage {
  text-align: center;
  padding: 10px 0 20px;
}
.F-Zcztpage a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #666;
  margin: 0 3px;
  font-size: 14px;
  background: #fff;
}
.F-Zcztpage a:hover {
  color: #fff;
  background: #FA5C69;
}
.F-Zcztpage .Zcpyes {
  color: #fff;
  background: #FA5C69;
}
.F-fofixed {
  position: fixed;
  right: 0;
  bottom: 300px;
  background: #fff;
  box-shadow: 0 0 10px #0A082C;
  border-radius: 20px 0px 0px 20px;
  padding: 10px 0;
  z-index: 99;
}
.F-fofixed a {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(90deg, #ff367c 0%, #0184ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.F-fofixed div {
  position: relative;
}
.F-fofixed div img {
  position: absolute;
  width: 120px;
  height: 120px;
  left: -130px;
  bottom: 0px;
  display: none;
  box-shadow: 0 0 10px #f9f9f9;
  padding: 10px;
  background: #fff;
  transition: all 1s;
}
.F-fofixed div a {
  display: block;
  padding: 15px 20px;
  line-height: 25px;
}
.F-fofixed div a:hover {
  color: #fff;
}
.F-fofixed div:hover img {
  display: block;
}
.F-fofixed .F-bmjls {
  display: block;
  text-align: center;
  padding: 15px 20px;
  line-height: 25px;
  border-top: 1px solid #eee;
}
.F-fofixed .F-bmjls:hover {
  color: #fff;
}
.F-smyutitle {
  margin-top: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 160px;
  background: url(../img/Fstitle.png) no-repeat center center;
}
.F-smyutitle h2 {
  font-weight: bold;
}
.F-smyutitle2 {
  line-height: 200px;
  background: url(../img/F20wantit.png) no-repeat center center;
  position: relative;
}
.F-smyutitle2 h2 {
  position: relative;
  top: 10px;
}
.F-smyutitle2 p {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0;
  color: #fff;
}
.F-swipers {
  background: -webkit-linear-gradient(right, #110540 0%, #10084f 100%);
  background: -o-linear-gradient(right, #110540 0%, #10084f 100%);
  background: linear-gradient(to left, #110540 0%, #10084f 100%);
  padding: 20px 40px;
  overflow: hidden;
}
.F-swipers > div {
  overflow: hidden;
}
.swiper-wrapper2 {
  overflow: hidden;
}
.swiper-wrapper2 > div {
  padding: 0 20px;
  color: #fff;
  text-align: center;
  height: 220px;
  margin-top: 30px;
}
.swiper-wrapper2 > div > div {
  border-radius: 10px;
  cursor: pointer;
  transition: all .5s;
}
.swiper-wrapper2 > div img {
  width: 100%;
  border: 3px solid #fff;
  border-radius: 5px;
}
.swiper-wrapper2 > div em {
  display: block;
  line-height: 40px;
  display: none;
}
.swiper-wrapper2 > div h3 {
  display: block;
  line-height: 20px;
}
.swiper-wrapper2 > div span {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.swiper-wrapper2 > div p {
  display: none;
}
.swiper-wrapper2 .swiper-slide-active {
  transform: scale(1.18);
}
.F-swmpbox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  display: none;
}
.F-swmpbox .Popup {
  position: fixed;
  left: 50%;
  top: 25%;
  width: 540px;
  padding: 30px 20px 20px;
  margin-left: -290px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  z-index: 500;
  display: flex;
}
.F-swmpbox .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 15px;
  height: 15px;
  background: url(../img/close.png) no-repeat center center;
  cursor: pointer;
}
.F-swmpbox .pwhead {
  float: left;
  width: 224px;
  margin: 20px 0 20px 10px;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}
.F-swmpbox .pwhead img {
  display: block;
  width: 100%;
  border: 3px solid #5b7ec9;
  background: #fff;
  border-radius: 5px;
}
.F-swmpbox .pwmsg {
  float: left;
  width: 280px;
  padding: 20px 0 20px 20px;
}
.F-swmpbox .pwmsg dt {
  line-height: 22px;
  font-size: 18px;
}
.F-swmpbox .pwmsg dd {
  margin-top: 10px;
  line-height: 18px;
  font-size: 14px;
}
.F-hdjsbox {
  background: -webkit-linear-gradient(right, #110540 0%, #10084f 100%);
  background: -o-linear-gradient(right, #110540 0%, #10084f 100%);
  background: linear-gradient(to left, #110540 0%, #10084f 100%);
  padding: 30px;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.F-hdjsbox p {
  text-indent: 2em;
}
.F-hdjsbox p span {
  color: #FA5C69;
  font-weight: bold;
}
.F-zcdwbox {
  background: -webkit-linear-gradient(right, #110540 0%, #10084f 100%);
  background: -o-linear-gradient(right, #110540 0%, #10084f 100%);
  background: linear-gradient(to left, #110540 0%, #10084f 100%);
  padding: 30px 70px;
  color: #fff;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.F-zcdwbox span {
  display: inline-block;
  margin: 10px 10px 0;
}
.F-hdlcbox {
  display: flex;
  color: #fff;
  position: relative;
}
.F-hdlcbox .F-hdlines {
  width: 100%;
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.01) 0%, #ffffff 50%, rgba(255, 255, 255, 0.01) 100%);
  z-index: -1;
  top: 19px;
}
.F-hdlcbox > div {
  flex: 1;
  text-align: center;
}
.F-hdlcbox > div > div .Fhunt {
  font-size: 35px;
  position: relative;
  line-height: 40px;
  font-weight: bold;
}
.F-hdlcbox > div > div .Fhunt:after {
  box-sizing: border-box;
  content: '';
  width: 50px;
  height: 50px;
  background: #0a082c;
  position: absolute;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  z-index: -1;
  margin-left: -25px;
  margin-top: -25px;
  transform: rotate(45deg);
}
.F-hdlcbox > div > div .Fhunt1 {
  color: #fa5c69;
}
.F-hdlcbox > div > div .Fhunt1:after {
  border: 2px solid #fa5c69;
}
.F-hdlcbox > div > div .Fhunt2 {
  color: #fa925c;
}
.F-hdlcbox > div > div .Fhunt2:after {
  border: 2px solid #fa925c;
}
.F-hdlcbox > div > div .Fhunt3 {
  color: #b55cfa;
}
.F-hdlcbox > div > div .Fhunt3:after {
  border: 2px solid #b55cfa;
}
.F-hdlcbox > div h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 50px;
  padding-top: 20px;
}
.F-hdlcbox > div h3 {
  font-size: 16px;
  letter-spacing: 1px;
}
.F-hdlcbox .Fhuntyes .Fhunt1 {
  color: #fff;
}
.F-hdlcbox .Fhuntyes .Fhunt1:after {
  border: 2px solid #fa5c69;
  background: #fa5c69;
}
.F-hdlcbox .Fhuntyes .Fhunt2 {
  color: #fff;
}
.F-hdlcbox .Fhuntyes .Fhunt2:after {
  border: 2px solid #fa925c;
  background: #fa925c;
}
.F-hdlcbox .Fhuntyes .Fhunt3 {
  color: #fff;
}
.F-hdlcbox .Fhuntyes .Fhunt3:after {
  border: 2px solid #b55cfa;
  background: #b55cfa;
}
.F-lxwmbox {
  display: flex;
  background: -webkit-linear-gradient(right, #110540 0%, #10084f 100%);
  background: -o-linear-gradient(right, #110540 0%, #10084f 100%);
  background: linear-gradient(to left, #110540 0%, #10084f 100%);
  padding: 40px 155px;
}
.F-lxwmbox > div {
  color: #fff;
  flex: 1;
}
.F-lxwmbox > div h2 {
  text-align: center;
}
.F-lxwmbox > div h2 span {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.F-lxwmbox > div h2 span:after {
  content: '';
  width: 100%;
  height: 8px;
  background: #FA5C69;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.F-lxwmbox > div > div {
  display: flex;
}
.F-lxwmbox > div > div div {
  flex: 1;
  padding: 20px 25px 0;
  text-align: center;
}
.F-lxwmbox > div > div div h3 {
  font-size: 20px;
}
.F-lxwmbox > div > div div p {
  font-size: 14px;
}
.F-lxwmbox > div > div div img {
  width: 180px;
  height: 180px;
  margin: 10px auto 0;
}
.F-lxwmbox .F-linezw {
  position: relative;
  text-align: center;
}
.F-lxwmbox .F-linezw div {
  width: 2px;
  height: 180px;
  display: inline-block;
  background: #68627D;
  bottom: 0;
  position: absolute;
}
.Fmtbigbox {
  background: -webkit-linear-gradient(right, #110540 0%, #10084f 100%);
  background: -o-linear-gradient(right, #110540 0%, #10084f 100%);
  background: linear-gradient(to left, #110540 0%, #10084f 100%);
  padding: 20px 0;
}
.F-mtgzulbox {
  padding: 0 30px;
  max-height: 250px;
  overflow: hidden;
}
.F-mtgzulbox ul li {
  display: flex;
  padding: 0 90px;
  line-height: 58px;
  border-bottom: 1px solid rgba(59, 47, 108, 0.6);
}
.F-mtgzulbox ul li p {
  font-size: 18px;
  color: #fff;
  flex: 1;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.F-mtgzulbox ul li time {
  font-size: 16px;
  color: #fff;
  padding-left: 100px;
}
.Yu-topbox {
  min-width: 1200px;
  height: 200px;
  background: linear-gradient(90deg, #ff9414 0%, #ff5323 100%);
  padding-top: 45px;
}
.Yu-topbox img {
  display: block;
  margin: 0 auto 13px;
}
.Yu-topbox p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
.Yu-contents {
  width: 1200px;
  margin: 0 auto;
}
.Yu-jiejian {
  display: flex;
}
.Yu-jiejian .Yu-jieleft {
  width: 200px;
  height: 200px;
  background: #fff;
  text-align: center;
  line-height: 200px;
}
.Yu-jiejian .Yu-jieright {
  flex: 1;
  margin-left: 10px;
  background: #fff;
  padding: 30px;
}
.Yu-jiejian .Yu-jieright h2 {
  font-size: 22px;
  padding-bottom: 10px;
}
.Yu-jiejian .Yu-jieright p {
  color: #FF7A36;
  font-size: 16px;
  line-height: 35px;
}
.Yu-smtitles {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  padding: 40px 0 15px 0;
}
.Yu-youshi {
  display: flex;
}
.Yu-youshi .Yu-youleft {
  background: #fff;
  height: 300px;
  border-left: 8px solid #FF7A36;
  display: flex;
  flex-direction: column;
  width: 360px;
  margin-right: 10px;
  justify-content: center;
  padding: 40px 50px;
}
.Yu-youshi .Yu-youleft div {
  font-size: 22px;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 47px;
  position: relative;
}
.Yu-youshi .Yu-youleft div:after {
  content: '';
  width: 36px;
  height: 33px;
  background: url(../img/yunicons.png) no-repeat center 4px;
  position: absolute;
  left: 0;
  top: 20px;
}
.Yu-youshi .Yu-youleft .Yuione2:after {
  background-position: center -68px;
}
.Yu-youshi .Yu-youleft .Yuione3:after {
  background-position: center -136px;
}
.Yu-youshi .Yu-youright {
  background: #fff;
  flex: 1;
  padding-top: 10px;
}
.Yu-youshi .Yu-youright .Yu-lobulog {
  position: relative;
}
.Yu-youshi .Yu-youright .Yu-lobulog div {
  width: 68px;
  height: 68px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding-top: 10px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.Yu-youshi .Yu-youright .Yu-lobulog div img {
  display: block;
  width: 65%;
  margin: 0 auto;
}
.Yu-youshi .Yu-youright .Yu-lobulog:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: #FF7A36;
  left: 0;
  top: 31px;
}
.Yu-zycbox {
  display: flex;
  padding: 20px 0 0 50px;
}
.Yu-zycbox div {
  flex: 1;
}
.Yu-zycbox div h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.Yu-zycbox div h2 span {
  position: relative;
  line-height: 40px;
}
.Yu-zycbox div h2 span:after {
  content: '';
  width: 135%;
  height: 4px;
  background: #D8D8D8;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.Yu-zycbox div p {
  font-size: 14px;
  line-height: 24px;
}
.Yu-szhfwbox {
  background: #fff;
  display: flex;
  padding: 40px 50px;
  justify-content: center;
}
.Yu-szhfwbox div {
  width: 200px;
  margin: 0 25px;
  border: 1px solid #eee;
  text-align: center;
}
.Yu-szhfwbox div h2 {
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 40px;
  border-bottom: 4px solid #FFBE29;
  background: #343434;
  color: #fff;
}
.Yu-szhfwbox div ul {
  line-height: 28px;
  padding: 10px 0;
}
.Yu-szhfwbox div:nth-child(2) h2 {
  border-bottom: 4px solid #FF9C23;
}
.Yu-szhfwbox div:nth-child(3) h2 {
  border-bottom: 4px solid #FF6500;
}
.Yu-szhfwbox div:nth-child(4) h2 {
  border-bottom: 4px solid #EE1B1B;
}
.Yu-sctables {
  background: #fff;
  padding-bottom: 40px;
}
.Yu-sctables h2 {
  color: #FF7A36;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
}
.Yu-sctables img {
  display: block;
  margin: 0 auto;
}
.Yu-liucbox {
  background: #fff;
  padding: 20px 40px;
}
.Yu-liucbox img {
  display: block;
  max-width: 100%;
  margin: 15px auto;
  border: 1px solid #ddd;
}
.Yu-liucbox .Yu-lines {
  height: 1px;
  background: #ddd;
  margin: 30px 0 15px;
}
.Yu-liucbox .Yu-nytit {
  font-size: 20px;
  position: relative;
  line-height: 50px;
  margin-bottom: 15px;
}
.Yu-liucbox .Yu-nytit:after {
  content: '';
  width: 120px;
  height: 4px;
  background: #D8D8D8;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.Yu-liucbox p {
  line-height: 22px;
}
.Yu-liucbox p a {
  color: #4FA2EE;
}
.Yu-lxfsbox {
  background: #fff;
  display: flex;
  padding: 40px 50px;
  justify-content: center;
}
.Yu-lxfsbox div {
  padding: 0 40px;
  text-align: center;
}
.Yu-lxfsbox div h3 {
  font-size: 20px;
}
.Yu-lxfsbox div p {
  font-size: 14px;
}
.Yu-lxfsbox div img {
  display: block;
  width: 180px;
  border: 1px solid #ddd;
  margin-top: 10px;
}
