.page {
    width: 100%;
}

.first_bg_img {
    background: url('../images/pic01.png') no-repeat;
    background-size: 100% auto;
}

.bg_img {
    display: inline-block;
    width: 100%;
}

.page_con {
    display: inline-block;
}

.con_t {
    margin-top: 65px;
}

.page_title {
    font-size: 68px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 120px;
    text-shadow: 0px 4px 10px #4B54E7;
}

.text_ul li {
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1em;
    border-right: 1px solid #fff;
}

.btn_bg_fff {
    display: inline-block;
    margin-top: 60px;
    padding: 0 40px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px rgba(32, 79, 226, 0.5000);
    border-radius: 12px !important;
    line-height: 64px;
    font-weight: 500;
    font-size: 24px !important;
    color: #2D77FC !important;
    text-shadow: 0px 6px 20px rgba(32, 79, 226, 0.5000);
}

.page_h1 {
    margin-top: 120px;
    font-size: 50px;
    font-weight: 500;
    color: #252525;
    line-height: 70px;
    text-align: center;
}

.page_tip {
    margin: 16px 0 32px 0;
    font-weight: 400;
    color: #808080;
    line-height: 33px;
    text-align: center;
}

.tl {
    text-align: left;
}

.mtb {
    margin: 25px 0 20px 0;
}

.page_bg {
    width: 100%;
    height: 690px;
    background: url('../images/pic04.png') left center no-repeat;
    background-size: auto 90%;
}

.bg-img02 {
    background: url('../images/pic05.png') right center no-repeat;
    background-size: auto 90%;
}

.bg-img03 {
    background: url('../images/pic06.png') left center no-repeat;
    background-size: auto 90%;
}

.bg-img04 {
    background: url('../images/pic07.png') right center no-repeat;
    background-size: auto 90%;
}

.bg-img05 {
    background: url('../images/pic08.png') left center no-repeat;
    background-size: auto 90%;
}

.bg-img06 {
    background: url('../images/pic09.png') right center no-repeat;
    background-size: auto 90%;
}

.tag {
    background: rgba(45, 119, 252, 0.1000) !important;
    border-radius: 23px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #2D77FC !important;
    line-height: 32px !important;
    border:none !important;
}

.font_style {
    font-size: 24px;
    font-weight: 500;
    color: #2D77FC;
    line-height: 33px;
    text-shadow: 0px 6px 20px rgba(253, 142, 211, 0.2900);
    background: linear-gradient(270deg, #255AFF 0%, #C20DFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.last_title {
    font-size: 50px;
    font-weight: 500;
    color: #252525;
    line-height: 70px;
}

.last_tip {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 400;
    color: #252525;
    line-height: 33px;
}

.b_con {
    height: 260px;
    background: #151515;
}

.b_ul {
    width: 1000px;
    height: 160px;
    text-align: center;
    border-bottom: 1px solid #323232;
    line-height: 1em;
}

.b_ul li a{
  display: inline-block;
  padding: 0 40px;
  border-right: 1px solid #555555;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.b_ul li:last-child a{
    border:none;
}

.copy_right {
    padding-top: 40px;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #5B5B5B;
}

.copy_right span {
    padding-left: 50px;
}

.mb_btn {
    font-size: 21px;
    margin: 25px 0 40px 0;
}

.fixed{
  position: fixed;
  top:200px;
  right:0;
  z-index:10
}
.hide_box{
  display: grid;
  padding:5px;
  background: #FD540A;
  box-shadow: 0px 2px 6px 0px rgba(253,84,10,0.2);
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
  justify-items: center;
  cursor: pointer;
}
.hide_box img{
  display: inline-block;
  margin:0 5px;
  width: 22px;
}
.show_box{
  display: inline-block;
  width: 192px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}
.plr20{
  padding:0 20px;
}
.show_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background: #FD540A;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  cursor: pointer;
}
.show_top img{
  display: inline-block;
  width:18px;
  height:18px;

}
.show_center h5{
  margin:16px 0 5px 0;
  font-size: 14px;
  font-weight: 400;
  color: #252525;
  line-height: 20px;
}
.show_center p{
  font-size: 14px;
  font-weight: 400;
  color: #FD540A;
  line-height: 20px;
}
.show_foot{
  margin-top: 15px;
  border-top:1px solid #F2F2F2;
  padding:16px 0;
  text-align: center;
}

.orang_btn{
  display: inline-block;
  width: 100px;
  height: 32px;
  background: #FF8727;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 32px;
}

