* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  font-family: 'Heiti SC', 'PingFang', 'Microsoft Yahei';
  background: #ffeded;
  font-size: 0.6rem;
  color: #000;
}

/* 按钮设置 */
.btn {
  display: inline-block;
  width: 4.05rem;
  padding: 6px 0;
  background-color: rgb(255 101 66);
  color: rgb(255 255 255);
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
}
.img-responsive {
  display: block;
  width: 100%;
}
.bxz {
  box-sizing: border-box;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
}
.main_container .panel_title {
  height: 2.15rem;
  line-height: 2.15rem;
  text-align: center;
  font-size: 1.25rem;
  background: url("../images/title_bg.png") no-repeat bottom center;
  background-size:100%;
  color: #fff;
  margin-bottom: .35rem;
}
.main_container .panel_title .t_name {
  background-image: linear-gradient(to bottom, #0a64c8 50%, #f25100 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.main_container .content_btBox {
  text-align: center;
}
.main_container .content_btBox .content_btn {
  display: inline-block;
  width: 7rem;
  height: 1.4rem;
  margin: 0.6rem 0.6rem 0;
  line-height: 1.4rem;
  border-radius: 35px;
  background: -webkit-linear-gradient(-90deg, #f9e14c, #ffd200);
  font-size: 0.55rem;
  font-weight: 700;
  color: #000;
}
.header_banner {
  position: relative;
  height: 12.5rem;
}
.header_banner .timer {
  position: absolute;
  left: 1.75rem;
  bottom: 1.45rem;
}
.header_banner .timer .txt {
  line-height: 0.9rem;
  font-size: 0.6rem;
  font-weight: bold;
}
.header_banner .timer .txt span {
  color: #bb0227;
}
.mr_space {
  margin-right: 2rem;
}
.superiorty_panel ,.gift_panel,.schedule_panel,.form_panel{
  width: 100%;
  padding: 0.25rem;
  min-height: 10rem;
  margin-top: 0.25rem;
  margin: .5rem auto;
  box-sizing: border-box;
}
.superiorty_panel .container{
  
  width: 100%;
}
.superiorty_panel .container1,.superiorty_panel .container2{
  background-color: #ffffff;
  margin-bottom: .5rem;
  padding: .4rem;
}
.superiorty_panel .container h3 {
  font-size: .8rem;
  color: #f25100;
  text-align: left;
  line-height: 1rem;
  position: relative;
}
.superiorty_panel .container h3:after {
  content: '';
  display: block;
  width:11.4rem;;
  height: 1px;
  border-bottom: 1px solid #ffeded;
  position: absolute;
  bottom: 0;
  right: 0;
}
.superiorty_panel .container .section_ul1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .3rem;
}
.superiorty_panel .container .section_ul1 .name{
  width: 3rem;
  font-size: .7rem;
  margin: 0 auto 0;
  text-align: center;
}
.superiorty_panel .container .section_ul1 li {
  width: 30%;
  height: 5rem;
  margin: .2rem;
  padding: .4rem;
  background-color: #0a64c8;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: .3rem;
  position: relative;
  padding-top: 2.5rem;
}
.superiorty_panel .section_ul1 li.section1_li_another {
  background-color: #f25100;
}
.superiorty_panel .container .section_ul1 li span{
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: .3rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: .4;
}
.superiorty_panel .container2 .section1_ul2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .3rem;
  position: relative;
  overflow: hidden;
}
.superiorty_panel .container2 .section1_ul2 li{
  width: 49.3%;
  height: 3.5rem;
  background-color: #ffe2e2;
  font-size: .7rem;
  display: flex;
  align-items: center;
  border-radius: .3rem;
  margin-bottom: .3rem;
}
.superiorty_panel .container2 .section1_ul2 img{
  width: 5rem;
  position: absolute;
  right: 1rem;
  bottom: -2.5rem;
}
.superiorty_panel .container2 .section1_ul2 li span{
  width: 2.4rem;
  height: 2.5rem;
  background: url(../images/section1_icon.png) no-repeat;
  background-position: -0.1rem 0.2rem;
  background-size: 580%;
  margin-right: .4rem;
  margin-left: .7rem;
}
.superiorty_panel .container2 .section1_ul2 li:nth-child(2) span{
  background-position: -2.6rem 0.2rem;
}
.superiorty_panel .container2 .section1_ul2 li:nth-child(3) span{
  background-position: -5.2rem 0.2rem;
}
.superiorty_panel .container2 .section1_ul2 li:nth-child(4) span{
  background-position: -7.8rem 0.2rem;
}
.superiorty_panel .container2 .section1_ul2 li:nth-child(5) span{
  background-position: -10.4rem 0.2rem;
}
 .div_btn{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .div_btn span:nth-child(1){
  margin-right: 1.8rem;
}
.superiorty_panel .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.superiorty_panel .list .item {
  width: 6rem;
  height: 7.25rem;
  margin: 0.6rem 0 0;
  padding: 0.95rem 0 0;
  background: #f2f2f2;
  border-radius: 0 1.25rem 0 1.25rem;
  text-align: center;
  font-weight: 0.6rem;
}
.superiorty_panel .list .item:nth-child(2),
.superiorty_panel .list .item:nth-child(3) {
  border-radius: 1.25rem 0 1.25rem 0;
}
.superiorty_panel .list .item .name {
  font-size: 0.65rem;
}
.superiorty_panel .list .item .line {
  position: relative;
  width: 3.75rem;
  height: 1px;
  margin: 0.4rem auto 0.5rem;
  background-color: #000;
}
.superiorty_panel .list .item .line:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  height: 3px;
  width: 0.9rem;
  margin: 0 0 0 -0.4rem;
  background-color: #000;
  border-radius: 10px;
}
.superiorty_panel .list .item .txt {
  line-height: 0.9rem;
}
.superiorty_panel .list .item .btn {
  display: inline-block;
  width: 4rem;
  height: 1.4rem;
  margin-top: 0.45rem;
  line-height: 1.4rem;
  background-color: #ef0837;
  color: #fff;
  border-radius: 35px;
  font-weight: bold;
}
.gift_panel .canp_container,.gift_panel .nl_container,.gift_panel .jy_container{
  width: 100%;
  background-color: #ffffff;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.gift_panel .canp_container>h5,.gift_panel .nl_container>h5,.gift_panel .jy_container>h5{
  font-size: .8rem;
  color: #ffffff;
  background: url(../images/sx_h4_bg.png) no-repeat;
  background-size: auto 100%;
  height: 2rem;
  padding-left: .5rem;
  padding-top: .3rem;
  box-sizing: border-box;
}
.gift_panel .canp_container>h5 span,.gift_panel .nl_container>h5 span,.gift_panel .jy_container>h5 span{
  height: 0.9rem;
  padding-left: .4rem;
  position: relative;
  display: block;
  /* margin-top: .2rem; */
  line-height: 0.9rem;
  border-left: .2rem solid rgb(255 255 255);
}
.gift_panel .canp_container .sx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 .5rem;
  box-sizing: border-box;
  margin-bottom: .3rem;
}
.gift_panel .canp_container .sx li{
  width: 49%;
  background: #2e7ed6 url(../images/sx_li_bottom1.png) no-repeat bottom;
  background-size: 100%;
  margin-bottom: .3rem;
  color: #ffffff;
  padding-top: .3rem;
  height: 9.2rem;
}
.gift_panel .canp_container .sx .item2{
  background-color: #f5604a;
}
.gift_panel  .canp_container .sx .item3{
  background-color: #25a3c6;
}
.gift_panel  .canp_container .sx .item4{
  background-color: #f5545d;
}
.gift_panel .canp_container .sx .item_top{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 .7rem;
}
.gift_panel  .canp_container .sx li h4{
  width: 4rem;
  line-height: 1.3rem;
  text-align: center;
  font-weight: 700;
  font-size: .7rem;
  border-radius: 5px 80px 5px 80px;
  background-color: #0055b4;
}
.gift_panel .canp_container .sx .item2 h4{
  background-color: #d54500;
}
.gift_panel .canp_container .sx .item3 h4{
  background-color: #1bcec0;
}
.gift_panel .canp_container .sx .item4 h4{
  background-color: #d5001e;
}
.gift_panel .canp_container .sx li h5{
  font-size: .7rem;
  font-weight: 700;
  margin: .4rem 0;
}
.gift_panel .canp_container .sx .item2 h5,.gift_panel .canp_container .sx .item3 h5,.gift_panel .canp_container .sx .item4 h5{
  margin-bottom: 1.4rem;
}
.gift_panel .canp_container .sx li p{
  line-height: .8rem;
  font-size: .62rem;
}
.gift_panel .nl_container .nl,.gift_panel .jy_container .jy{
  padding: 0 .4rem;
}
.gift_panel .nl_container li{
  border: 1px solid #000000;
  font-size: .7rem;
  margin-bottom: .2rem;
}
.gift_panel .nl_container .item_top{
  display: flex;
  padding: .2rem;
}
.gift_panel .nl_container .item_top h4{
  width: 3.5rem;
  color: #ffffff;
  background-color: #0a64c8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:.3rem 0;
  line-height: 1rem;
}
.gift_panel .nl_container .item4 .item_top h4{
  line-height: 1.35rem;
}
.gift_panel .nl_container .item_top div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: .4rem;
}
.gift_panel .nl_container .item_top div h5{
  font-size: .6rem;
  font-weight: 400;
  color: #000000;
}
.gift_panel .nl_container .item_top div span{
  font-size: .5rem;
  color: #f57f44;
  text-decoration: underline;
}
.gift_panel .nl_container .item_top ul{
  width: 10rem;
  margin-left: .4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gift_panel .nl_container .item_top ul li{
  background-color: #ffeded;
  width: 48%;
  color: #000000;
  border: none;
  text-align: center;
  line-height: 1.2rem;
  font-size: .6rem;
}
.gift_panel .jy_container .item{
  display: flex;
  border: 1px solid #000000;
  margin-bottom: .3rem;
  font-size: .7rem;
  height: 4.2rem;
  overflow: hidden;
}
.gift_panel .jy_container .item .item_top{
  background: url(../images/jy1_bg.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 4.3rem;
  color: #ffffff;
  line-height: 1rem;
}
.gift_panel .jy_container .item2 .item_top{
  background: url(../images/jy2_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.gift_panel .jy_container .item ul{
  display: flex;
  flex-wrap: wrap;
  width: 8rem;
  margin-left: 1rem;
  font-size: .6rem;
}
.gift_panel .jy_container .item ul li{
  margin-right: .8rem;
  line-height: 1.2rem;
  position: relative;
  padding: 0 .2rem;
  font-size: .65rem;
}
.gift_panel .jy_container .item ul li::after{
  content: '';
  display: block;
  width: 100%;
  border-bottom: .3rem solid rgb(127 125 241);
  position: absolute;
  left: 0;
  bottom: .4rem;
  opacity: .4;
  border-radius: .3rem;
}
.gift_panel .jy_container .item2 ul li::after{
  border-bottom: .3rem solid rgb(243 133 133);
}
.gift_panel .gift_container {
  position: relative;
  padding: 1rem 0 1.4rem;
  overflow: hidden;
  background-color: #0a64c8;
}
.gift_panel .gift_container .btn {
  display: inline-block;
  width: 4.05rem;
  padding: 6px 0;
  background-color: #ff6542;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
}
.gift_panel .gift_container .cell {
  padding: 0.45rem 0.3rem 0;
  height: 8.25rem;
  margin-bottom: 0.35rem;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.gift_panel .gift_container .cell .name {
  font-size: 0.65rem;
  line-height: 0.9rem;
}
.gift_panel .gift_container .cell .name span {
  color: #ba0328;
}
.gift_panel .gift_container .cell .name b {
  font-size: 0.75rem;
}
.gift_panel .gift_container .cell .txt {
  padding: 0.15rem 0 0.45rem;
  font-size: 0.6rem;
}
.gift_panel .gift_container .cell .btn {
  position: relative;
  top: -0.7rem;
}
.gift_panel .gift_container .g_title .line {
  flex: 1;
  height: 0.5px;
  background-color: #000;
}
.gift_panel .gift_container .g_title .name {
  padding: 0 0.3rem;
  font-size: 0.85rem;
  color: #ffffff;
  text-align: center;
}
.gift_panel .gift_container .g_list {
  margin: 0.55rem 0 0.25rem;
  display: flex;
  justify-content: space-between;
}
.gift_panel .gift_container .g_list .item_left {
  width: 8.7rem;
  font-size: 0.6rem;
}
.gift_panel .gift_container .g_list .item_right {
  width: 5.7rem;
  font-size: 0.6rem;
  background: url(../images/yh.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gift_panel .gift_container .g_list .item_left>div{
  height: 3rem;
  background: url(../images/yh.png) no-repeat;
  background-size: 100% 100%;

  padding: 0.5rem 0 0  0.4rem;
  display: flex;
}
.gift_panel .gift_container .g_list .item_left>div:nth-child(1){
  margin-bottom: .3rem;
}
.gift_panel .gift_container .g_list .item p{
  font-size: 1.2rem;
  color: #f25100;
  font-weight: 700;
}
.gift_panel .gift_container .g_list .item span{
  color: #f25100;
}
.gift_panel .gift_container .g_list .item img{
  width: .5rem;
}
.gift_panel .gift_container .g_list .buy{
  color: #f25100;
  font-weight: 700;
  font-size: .7rem;
  background: url(../images/buy.png) no-repeat;
  background-size: 100% 100%;
  width: 4rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-top: .5rem;
  margin-left: .3rem;
}
.gift_panel .gift_container .gift_contant{
  width: 100%;
  background: url(../images/gift_contant_bg.jpg) no-repeat;
  background-size: 100% 100%;
  height: 3.5rem;
  color: #f25100;
  font-size: .6rem;
  font-weight: 700;
}
.gift_panel .gift_container .gift_contant ul{
  position: relative;
  height: 100%;
}
.gift_panel .gift_container .gift_contant ul li{
  display: inline-block;
  position: absolute;
}
.gift_panel .gift_container .gift_contant ul li:nth-child(1){
  left: 3.3rem;
  top: .6rem;
}
.gift_panel .gift_container .gift_contant ul li:nth-child(2){
  right: 2rem;
  top: .6rem;
}
.gift_panel .gift_container .gift_contant ul li:nth-child(3){
  left: 2.65rem;
  bottom: .6rem;
}
.gift_panel .gift_container .gift_contant ul li:nth-child(4){
  right: 2.7rem;
  bottom: .6rem;
}
.gift_panel .gift_container .div_btn{
  background-color: #ffffff;
  padding: .6rem 0 .4rem;
}
.gift_panel .gift_container .download .name{
  padding-top: 1rem;
  margin-bottom: .55rem;
}
.gift_panel .gift_container .download_container{
  height: 9rem;
}
.gift_panel .gift_container .download_list{
  width: 100%;
  height: 8rem;
}
.gift_panel .gift_container .download_item{
  width: 49%;
  background: #ffffff;
  border-top: .2rem solid #ffe12e;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .3rem 0.7rem;
  box-sizing: border-box;
  font-size: .66rem;
  text-align: center;
  display: inline-block;
  height: 8rem;
  position: relative;
}
.gift_panel .gift_container .download_item img{
  width: 3rem;
}
.gift_panel .gift_container .img{
  padding-top: .8rem;
}
.gift_panel .gift_container .img img{
  width: 6rem;
}
.gift_panel .gift_container .img .p{
  margin-bottom: .5rem;
  margin-top: .5rem;
}
.gift_panel .gift_container .download_item .btn{
  background: #ffe12e;
  color: #000000;
  font-weight: 700;
  margin-top: .4rem;
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
}
.gift_panel .gift_container .g_list .item .name {
  line-height: 0.65rem;
  font-size: 0.65rem;
}
.gift_panel .gift_container .small_title{
  width: 6.2rem;
  color: rgb(255 255 255);
  background: url(../images/p_bg.png) no-repeat;
  background-size: 100% 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  margin: 0 auto;
  text-align: center;
  font-size: .6rem;
}
.gift_panel .gift_container .cp_list{
  width: 100%;
  margin-top: .4rem;
  margin-bottom: .55rem;
}
.gift_panel .gift_container .cp_list li{
  display: flex;
  background-color: #ffffff;
  margin-bottom: .4rem;
  padding: .2rem;
  position: relative;
}
.gift_panel .gift_container .cp_list li div{
  width: 8rem;
  margin: .5rem .5rem 0;
}
.gift_panel .gift_container .cp_list li h4{
  font-size: .7rem;
}
.gift_panel .gift_container .cp_list li p{
  width: 5rem;
  font-size: .6rem;
  opacity: .5;
}
.gift_panel .gift_container .cp_list li a{
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}
.gift_panel .gift_container .cp_list li a img{
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.gift_panel .gift_container .cp_list li img{
  width: 5rem;
  height: 5rem;
}
.gift_panel .gift_container .cp_list li img:nth-child(3){
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
}
.gift_panel .gift_container .else{
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: .7rem;
  margin-top: .4rem;
  flex-wrap: wrap;
}
.gift_panel .gift_container .else>div{
  width: 49%;
  background-color: #ffffff;
  padding: .4rem .6rem;
  box-sizing: border-box;
}
.gift_panel .gift_container .else>div img{
  width: .8rem;
  margin-left: .5rem;
}
.gift_panel .gift_container .else>div h4{
  display: flex;
  align-items: center;

}
.gift_panel .gift_container .else>div p{
  font-size: .6rem;
  color: #8c8c8c;
  margin: .3rem 0;
}
.gift_panel .gift_container .else .else_bottom{
  width: 100%;
  background: url(../images/mbti.jpg) no-repeat;
  background-size: 100%;
  height: 5rem;
}
.gift_panel .gift_container .else .elb_b{
  margin-top: 3rem;
  margin-left: 4rem;
}
.gift_panel .gift_container .else .elb{
  background: rgb(255 225 46);
    color: rgb(0 0 0);
    font-weight: 700;
}
.gift_panel .gift_container .g_list .item .discount_box {
  margin: 0.35rem 0.45rem;
  background-color: #f2f2f2;
  font-size: 0.55rem;
}
.gift_panel .gift_container .g_list .item .discount_box .p1 {
  line-height: 1.2rem;
}
.gift_panel .gift_container .g_list .item .discount_box .price {
  width: 4rem;
  line-height: 1.5rem;
  margin: 0 auto;
  background-color: #ff6542;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.gift_panel .gift_container .g_list .item .discount_box .price span {
  font-weight: normal;
  font-size: 0.55rem;
}
.gift_panel .gift_container .g_list .item .discount_box .p3 {
  line-height: 1.2rem;
  font-weight: bold;
}
.gift_panel .gift_container .swiper-pagination-bullet {
  width: 1rem;
  height: 3px;
  display: inline-block;
  border-radius: 0;
  background: #d9d9d9;
  opacity: 1;
}
.gift_panel .gift_container .swiper-pagination-bullet-active {
  background: #ff6542;
}
.form_panel {
  margin-top: 0.25rem;
  background-color: #f25100;
}
.form_panel>h2{
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
.form_panel .f_title {
  display: block;
  width: 11rem;
  margin: 0 auto;
}
.form_panel .txt {
  padding: 0.45rem 0 0.7rem;
  line-height: 0.6rem;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
}
.form_panel .myform2 .form_item,
.pop_form_panel .myform2 .form_item {
  display: flex;
  height: 1.5rem;
  margin-bottom: 5px;
  background-color: #fff;
}
.form_panel .myform2 .form_item .icon,
.pop_form_panel .myform2 .form_item .icon {
  width: 1.5rem;
  flex-shrink: 0;
}
.form_panel .myform2 .form_item .user_icon,
.pop_form_panel .myform2 .form_item .user_icon {
  background: url("../images/user_icon.png") no-repeat center center;
  background-size: 0.75rem 0.85rem;
}
.form_panel .myform2 .form_item .phone_icon,
.pop_form_panel .myform2 .form_item .phone_icon {
  background: url("../images/phone_icon.png") no-repeat center center;
  background-size: 0.75rem 0.75rem;
}
.form_panel .myform2 .form_item .country_icon,
.pop_form_panel .myform2 .form_item .country_icon {
  background: url("../images/country_icon.png") no-repeat center center;
  background-size: 0.85rem 0.65rem;
}
.form_panel .myform2 .form_item .city_icon,
.pop_form_panel .myform2 .form_item .city_icon {
  background: url("../images/city_icon.png") no-repeat center center;
  background-size: 0.65rem 0.75rem;
}
.form_panel .myform2 .form_item .user_val,
.pop_form_panel .myform2 .form_item .user_val {
  -webkit-appearance: none;
  flex: 1;
  border: 0;
  padding-left: 8px;
  font-size: 0.55rem;
  box-sizing: border-box;
  overflow: hidden;
}
.form_panel .myform2 .form_item .user_val:focus,
.pop_form_panel .myform2 .form_item .user_val:focus {
  outline: none;
}
.form_panel .myform2 .form_item .userlist,
.pop_form_panel .myform2 .form_item .userlist {
  color: #999;
  background: url("../images/arrow.png") no-repeat right center;
  background-size: 1.1rem 0.4rem;
}
.form_panel .myform2 .form_item ::-webkit-input-placeholder,
.pop_form_panel .myform2 .form_item ::-webkit-input-placeholder {
  color: #999;
}
.form_panel .myform2 .form_item .get_yzm,
.pop_form_panel .myform2 .form_item .get_yzm {
  height: 1.5rem;
  width: 5rem;
  flex-shrink: 0;
  line-height: 1.5rem;
  background-color: #ffe450;
  font-size: 0.55rem;
  color: #000;
  text-align: center;
}
.form_panel .myform2 .city_detail,
.pop_form_panel .myform2 .city_detail {
  margin-bottom: 5px;
  color: #fff;
}
.form_panel .tx{
  font-size: .5rem;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  color: #ffffff;
  opacity: .6;
}
.lecture_panel {
  margin-top: 0.25rem;
  padding: 0.7rem;
  background: #fff;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
}
.lecture_panel .lecture_item {
  display: flex;
  align-items: center;
  height: 5.5rem;
  padding: 0.3rem 0.65rem 0 0.8rem;
  margin-bottom: 0.4rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.lecture_panel .lecture_item .left_info {
  flex: 1;
}
.lecture_panel .lecture_item .left_info .l_name {
  line-height: 0.65rem;
  font-size: 0.65rem;
}
.lecture_panel .lecture_item .left_info .timer {
  padding: 0.6rem 0 0.9rem;
  line-height: 0.85rem;
  font-size: 0.85rem;
}
.lecture_panel .lecture_item .left_info .btn {
  display: inline-block;
  width: 4.05rem;
  padding: 6px 0;
  background-color: #ef0837;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
}
.lecture_panel .lecture_item .right_info {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 3.5rem;
  height: 100%;
  padding-bottom: 0.65rem;
  flex-shrink: 0;
  text-align: center;
  font-size: 0.6rem;
  background: url("../images/person.png") no-repeat;
  background-size: 12.9rem 5.15rem;
}
.lecture_panel .lecture_item .right_info .t_name {
  padding-bottom: 0.25rem;
}
.lecture_panel .lecture_item .right_info .job {
  width: 3rem;
  height: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.lecture_panel .lecture_item .l_people1 {
  background-position: 0 0;
}
.lecture_panel .lecture_item .l_people2 {
  background-position: -4.5rem 0;
}
.lecture_panel .lecture_item .l_people3 {
  background-position: -9.35rem 0;
}
.schedule_panel{
  padding: 0;
}
.schedule_panel .list {
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0 .2rem;
}
.schedule_panel .list .item {
  width: 2.5rem;
  height: 1.5rem;
  margin-top: 0.6rem;
  line-height: 1.5rem;
  background-color: #ffd0d0;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold;
  color: #000;
  clip-path: polygon(0 0, 90% 0, 100% 20%, 100% 100%, 0 100%);
}
.schedule_panel .list .item.active {
  background-color: #f25100;
  color: #fff;
}
.schedule_panel .last_list {
  justify-content: flex-start;
}
.schedule_panel .last_list .item {
  margin-right: 0.8rem;
  margin-bottom: .5rem;
}
.schedule_panel .schedule_box {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background-color: #ffffff;
}
.schedule_panel .schedule_box .left_info {
  padding: 0.6rem 0 0.5rem;
  width: 3rem;
  flex-shrink: 0;
  background-color: #0a64c8;
}
.schedule_panel .schedule_box .left_info .time_pos {
  padding: 0 0.25rem;
  background-color: #fccb22;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.schedule_panel .schedule_box .left_info .time_pos .time {
  height: 2.05rem;
  line-height: 2.05rem;
  font-size: 1rem;
  border-bottom: 0.5px solid #000;
  font-family: 'Arial';
  box-sizing: border-box;
}
.schedule_panel .schedule_box .left_info .time_pos .pos {
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 0.65rem;
}
.schedule_panel .schedule_box .right_info {
  flex: 1;
}
.schedule_panel .schedule_box .right_info .top {
  padding: 0.5rem 0.9rem 0;
  height: 4.45rem;
  background-color: #0a64c8;
  color: #fff;
}
.schedule_panel .schedule_box .right_info .top .time {
  padding-left: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  background: url("../images/s_clock.png") no-repeat left center;
  background-size: 0.55rem 0.55rem;
}
.schedule_panel .schedule_box .right_info .top .pos {
  padding: 0.25rem 0;
  line-height: 0.75rem;
  font-size: 0.5rem;
}
.schedule_panel .schedule_box .right_info .top .phone {
  padding-left: 1rem;
  font-size: 0.5rem;
  background: url("../images/s_phone.png") no-repeat left center;
  background-size: 0.5rem 0.5rem;
  color: #f4e827;
}
.schedule_panel .schedule_box .right_info .top .phone a {
  color: #f4e827;
  text-decoration: underline;
}
.schedule_panel .schedule_box .right_info .btn_box {
  margin-top: -0.55rem;
  padding: 0 0.9rem;
  display: flex;
  justify-content: space-between;
}
.schedule_panel .schedule_box .right_info .btn_box .btn {
  width: 4rem;
  height: 1.1rem;
  line-height: 1.1rem;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  background-color: #f25100;
  font-size: 0.55rem;
  font-weight: bold;
}
.offer_panel {
  padding: .5rem 0 0;
  background:url(../images/bottom.jpg) no-repeat;
  background-size: 100%;
}
.offer_panel .title {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  height: 2rem;
}
.offer_panel .country_tab {
  display: flex;
  justify-content: space-between;
  margin: 0 0.3rem 0rem;
}
.offer_panel .country_tab .item {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #f25100;
  font-size: 0.6rem;
  font-weight: bold;
  padding: .3rem;
}
.offer_panel .country_tab .item.active {
  background-color: #ffffff;
  color: #f25100;
}
.offer_panel .offer_box {
  position: relative;
  margin: 0 0.3rem;
  padding: 1rem 1rem 0;
  height: 9.75rem;
  background-color: #fff;
}
.offer_panel .offer_bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 4.8rem;
  height: 100%;
  background-color: #fccb17;
  clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
}
.offer_panel .offer_box .offer_container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.offer_panel .offer_box .offer_container .offer_list {
  display: flex;
  justify-content: space-between;
}
.offer_panel .offer_box .offer_container .offer_list .item {
  width: 100%;
  height: 7.25rem;
}
.offer_panel .offer_box .offer_container .offer_list .last_img{
  width:9rem;
}
.offer_panel .offer_box .offer_container .swiper-pagination-bullet-active {
  background: #ff6542;
}
.offer_panel .offer_box .offer_container1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.offer_panel .offer_box .offer_container1 ul li{
  width: 55%;
  display: flex;
  font-size: .64rem;
  margin-bottom: .3rem;
  align-items: center;
}
.offer_panel .offer_box .offer_container1 ul li:nth-child(2n){
  width: 45%;
}
.offer_panel .offer_box .offer_container1 ul li span{
  width: 2.3rem;
  height:  2.3rem;
  line-height:  2.3rem;
  text-align: center;
  border-radius:  2.3rem;;
  font-size: .8rem;
  font-weight: 700;
  background-color: #ffeded;
  margin-right: .3rem;
}
.offer_panel .offer_box .offer_container1 img{
  width: 9rem;
  vertical-align: middle;
  position: relative;
  left: 50%;
  margin-left: -4.5rem;
  top: 1rem;
}
.offer_panel .bufen{
  font-size: .5rem;
}
.school_panel {
  padding: 1rem 0 0;
}
.school_panel .list {
  margin-top: 0.7rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  height: 11.5rem;
  transition: all 1s;
  transform-origin: left top;
}
.school_panel .list.active {
  height: auto;
}
.school_panel .list .item {
  margin-top: 4px;
  width: 5rem;
  height: 5.5rem;
  padding: 0.4rem 0.4rem 0;
  background: #fff;
  text-align: center;
  color: #333;
  box-sizing: border-box;
}
.school_panel .list .item .logo {
  width: 3.25rem;
  height: 3.25rem;
}
.school_panel .list .item .name {
  padding: 0.3rem 0;
  line-height: 0.65rem;
  font-size: 0.55rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.school_panel .more_btn {
  margin-top: 2px;
  position: relative;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, #bc0328, #ef0837);
  font-weight: bold;
  font-size: 0.6rem;
}
.school_panel .more_btn:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 6px;
  background-color: #ef0837;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
}
.school_panel .timer {
  padding: 0.7rem 0;
  font-size: 0.65rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.fixed_btm_form {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5rem;
  background-color: #fff;
  z-index: 3;
}
.fixed_btm_form .txt {
  padding-right: 0.5rem;
  font-size: 0.6rem;
}
.fixed_btm_form .btm_form {
  display: flex;
  width: 11.8rem;
  height: 1.6rem;
  border: 1px solid #ef0837;
}
.fixed_btm_form .btm_form .btn {
  flex-shrink: 0;
  width: 4rem;
  height: 100%;
  line-height: 1.6rem;
  background-color: #ef0837;
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.fixed_btm_form .btm_form .user_val {
  flex: 1;
  border: 0;
  padding: 0 5px;
  overflow: hidden;
  font-size: 0.6rem;
}
.fixed_right_menu {
  position: absolute;
  right: 0;
  top: 15.5rem;
  padding-top: 1.3rem;
  width: 1.75rem;
  height: 18.75rem;
  background: url("../images/menu_bg.png") no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.fixed_right_menu.active {
  position: fixed;
  right: 0;
  top: 2rem;
}
.fixed_right_menu .item {
  padding: 0.3rem 0.55rem;
  line-height: 0.65rem;
  font-size: 0.6rem;
  font-weight: bold;
  border-bottom: 0.5px solid #89001c;
  color: #fff;
}
.fixed_right_menu .item:last-child {
  border-bottom: 0;
}
.fixed_right_menu .item.active {
  color: #facb00;
}
.pop_form_panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 99;
}
.pop_form_panel .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12.75rem;
  padding-bottom: 0.5rem;
  transform: translate3d(-50%, -50%, 0);
  background: url("../images/layout.png") no-repeat top center;
  background-size: 100%;
  height: 18rem;
  display: flex;
  padding-top: 6rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_form_panel .pop_content .f_title {
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.pop_form_panel .pop_content .myform2 {
  height: 9rem;
}
.pop_form_panel .pop_content .close {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  background-size: 0.6rem 0.6rem;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
}
.pop_form_panel .content_btBox .content_btn{
  background: none;
  background: url(../images/layout_btn.png) no-repeat;
  background-size: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: .8rem;
  color: #013874;
}
.pop_form_panel  .form_p{
  color: #ffff00;
  font-size: .6rem;
  text-align: center;
  line-height: 1.2rem;
  text-decoration: underline;
  cursor: pointer;
}
/* 巡展指南 */
.superiorty_panel_zn{
  min-height: 8rem;
}
.superiorty_panel .container_zhinan{
  background-color: #ffffff;
  padding: .4rem;
}
.superiorty_panel .container_zhinan ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.superiorty_panel .container_zhinan li{
  font-size: .7rem;
  width: 32.3%;
  text-align: center;
  line-height: 1.4rem;
  margin-bottom: .2rem;
  border-radius: .3rem;
}
.superiorty_panel .container_zhinan li.a{
  background-color: #ffe3d0;
}
.superiorty_panel .container_zhinan li.b{
  background-color: #d0e2ff;
}
.superiorty_panel .container_zhinan li.c{
  background-color: #eed0ff;
}
.superiorty_panel .container_zhinan li.d{
  background-color: #d0ffd2;
}

.padding{
  padding: 0 .4rem;
}
.gift_panel .gift_container .margin{
  width: 95%;
  margin: 0 auto;
}
  .live{
  width: 100%;
  font-size: 14px;
  position: relative;
  margin-top: 4.3rem;
  background-color: #003269;
  height: 37rem;
}
.live_contant{
  position: relative;
  top: -4rem;
}
  .live:after{
  content:'';
  position: absolute;
  width: 5rem;
  height: 3rem;
  background: url(../images/gift.png) no-repeat;
  background-size: 100%;
  top: -3.3rem;
  right: 0;
}
  .live h2{
  width: 100%;
  height: 50px;
  font-size: .8rem;
	font-weight: 700;
	line-height: 2px;
	letter-spacing: 0px;
	color: #ffffff;
  background: url(../images/live.png) no-repeat center;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.live .detail{
  color: #ffffff;
  list-style: decimal;
}
.live .detail li{
  line-height: .8rem;
  margin-top: .3rem;
  padding: 0 .9rem;
}
  .live .time_box{
  width: 100%;
  background-image: linear-gradient(270deg, 
		#ffe8bb 0%, 
		#fffef9 100%);
    margin-top: .4rem;
    position: relative;
    z-index: 3;
}
  .live .time_box span{
  font-size: .7rem;
	font-weight: 700;
	color: #ffffff;
  width: 6rem;
  line-height: 1.4rem;
  text-align: center;
  background: #f25100;
  border-radius: 32px;
  position: absolute;
  top: -.7rem;
  left: 50%;
  transform: translateX(-50%);
}
  .live .time_box section{
  padding: 0.8rem 0 .5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
  .live .time_box div{
  width: 11rem;
	font-family: MicrosoftYaHei-Bold;
	font-size: 15px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 1rem;
	letter-spacing: 0px;
	color: #000000;
}
  .live .time_box div i{
  font-style: normal;
  color: #f25100;
}
  .live .live_table{
  width: 100%;
  background-color: #ffffff;
  margin-top: 15px;
  height: 700px;
  overflow-y: scroll;
  position: relative;
  z-index: 3;
}
  .live table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;

}
  .live .tr_title{
	background-color: #ffd0d0;
  font-weight: 700;
  border: none;
}
  .live .red{
  background-color: #ffeded;
  font-weight: 700;
}
  .live .tr_title td{
  border: none;
  
}
  .live td{
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
  padding: .3rem 0px;
  line-height: 22px;
}
  .live .td_row{
  width:0.5rem;
  color: #ffffff;
  line-height: 22px;
  padding: 0 .3rem;
}
.live ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.live ::-webkit-scrollbar-track {
  border-radius: 3px;
  width: 10px;
  background: #d7d7d7;;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.08);
}
.live ::-webkit-scrollbar{
  width: .3rem;
}
/* 滚动条滑块 */
.live ::-webkit-scrollbar-thumb {
  width: .1rem;
  border-radius: 0px;
  background: #a3a3a3;
}

