<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  position: relative;
  height: 3700px;
  overflow: hidden;
  background: url(../images/bg.png) no-repeat center top;
}

.banner {
  height: 1494px;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.txt_container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 38px;
  text-align: center;
  position: relative;
}

.bird {
  position: absolute;
  top: 41%;
  right: -8%;
  animation: top_l_ani 3s linear infinite;
}

@keyframes top_l_ani {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(0);
  }
}

.txt01 {
  margin: 50px auto 0;
}

.txt02 {
  margin: 10px auto 24px;
}

.txt03 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.txt03 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 313px;
  height: 88px;
  margin: 0 32px;
  font-size: 33px;
  font-weight: bold;
}

.txt03 a.yytx {
  background: url(../images/yytx.png) no-repeat center center;
  background-size: 100% 100%;
  color: #AC0C0C;
}

.txt03 a.sscx {
  background: url(../images/sscx.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
}

.box_container {
  position: relative;
}

.cbx {
  position: absolute;
  left: 69px;
  top: 84px;
}

.title {
  display: flex;
  align-items: center;
  position: relative;
}

.title_l {
  color: #FFFFFF;
  font-size: 50px;
  font-weight: bold;
  width: 187px;
  height: 186px;
  background: url(../images/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
}

.title_r {
  flex: 1;
  height: auto;
  background: url(../images/huatu.png) no-repeat right center;
}

.title_r h1 {
  color: #FFE6A9;
  font-size: 40px;

}

.title_r img {
  margin-top: 6px;
}

.box01 {
  margin-top: -573px;
}

.box_common {
  box-sizing: border-box;
  padding-left: 206px;
}

.box01 .box_common {
  display: flex;
  align-items: center;
}

.box01_l {
  width: 463px;
  height: 481px;
  border-radius: 10px;
  background: #BF000B;
  border: 3px solid #FFE35C;
  box-sizing: border-box;
  padding: 28px 38px 0;
}

.ajax_form {
  width: 100%;
}
.ajax_form img{
	
	width:100%;}

.ajax_form p {
  margin-bottom: 23px;
  position: relative;
  height: 48px;
  color:#FFF;
   text-align:center;
}

.ajax_form p.border,
.yuyue-border {
  border: 1px solid #E1888D;
  border-radius: 4px;
  margin-bottom: 23px;
}

.yuyue-border {
  height: 48px;
}

.ajax_form input,
.ajax_form select {
  width: 49%;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #E1888D;
  box-sizing: border-box;
  padding-left: 15px;
  color: #fff;
  outline: none;
  font-size: 23px;
  float: left;
  background: none;
  appearance: none;
}

.ajax_form input::placeholder {
  color: #fff;
}

.ajax_form select {
  background: url(../images/select_bg.png) no-repeat 93% center;
  color: #ccc;
  border-radius: 4px;
}

.ajax_form select.ext1 {
  width: 100%;
}

.ajax_form input#shoujihao,
.ajax_form input.trueName {
  width: 100%;
}

.ajax_form input#PhoneCode {
  width: 50%;
}

.ajax_form select#city,
.ajax_form select.exam_type {
  float: right;
}

.ajax_form input#fs {
  width: 50%;
  float: right;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: #FFE6A9;
  font-size: 23px;
  color: #8C2329;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.yuyue-btn {
  display: block;
  width: 203px;
  height: 48px;
  background: linear-gradient(32deg, #FFF8DE 0%, #FFE79D 100%);
  box-shadow: 0px 0px 9px 1px #FFFFFF, 0px 5px 0px 0px #FF000E;
  border-radius: 23px;
  margin: 38px auto 0;
  color: #BF000B;
  font-size: 23px;
  cursor: pointer;
  text-align: center;
  line-height: 48px;
  font-weight: bold;
}

.yuyue-border .nc-container #nc_1_wrapper,
.yuyue-border .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
}

.yuyue-border .nc_scale {
  height: 48px;
}

.yuyue-border .nc-container .nc_scale span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
}

.yuyue-border .nc_iconfont,
.yuyue-border .nc-container .nc_scale .scale_text {
  font-size: 23px;
}

.box01_r {
  width: 393px;
  height: 471px;
  border: 1px dashed #E1888D;
  border-radius: 27px;
  margin-left: 43px;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 28px;
}

.xts {
  width: 312px;
  height: 60px;
  background: url(../images/xts_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFE6A9;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box01_line {
  display: flex;
  align-items: flex-start;
  color: #FFFFFF;
  font-size: 22px;
  box-sizing: border-box;
  padding: 26px 0;
}

.box01_line01 {
  border-bottom: 1px dashed #E1888D;
}

.box01_line img {
  margin-top: 6px;
  margin-right: 6px;
}

.box3_search {
  height: 114px;
  background: url(../images/search_bg.png) no-repeat center left;
  background-size: auto 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  box-sizing: border-box;
  padding-left: 29px;
  position: relative;
  z-index: 99;
}

.box3_data {
  position: relative;
}

.box3_data ul,
.box3_data span {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  line-height: 70px;
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.26);
  color: #000000;
  font-size: 24px;
  padding-left: 20px;
}

.box3_data ul {
  background: #FFFFFF;
  line-height: 35px;
  top: 60px;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 3;
}

.box3_data ul li {
  cursor: pointer;
}

.box3_data span {
  z-index: 1;
  cursor: pointer;
  box-sizing: border-box;
  display: block;
  width: 278px;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 20px;
  margin-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  color: #fff;
  border: 1px solid #E1888D;
  background: url('../images/select_bg.png') 97% center no-repeat;
  border-radius: 6px;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}

.box3_search input {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  width: 264px;
  height: 56px;
  background: linear-gradient(32deg, #FFF8DE 0%, #FFE79D 100%);
  box-shadow: 0px 0px 9px 1px #FFFFFF, 0px 5px 0px 0px #FF000E;
  border-radius: 9px;
  line-height: 60px;
  padding-left: 0;
  font-size: 27px;
  font-weight: bold;
  color: #BF000B;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box3_title {
  height: 55px;
  line-height: 55px;
  line-height: 33px;
  margin: 39px 0 32px;
  background: url(../images/search_title.png) no-repeat left bottom;
}

.box3_title span {
  font-size: 36px;
  color: #FFFFFF;
}


.box3_title img {
  display: block;
  margin-left: 20px;
  width: 170px;
}

.box02_list {
  display: flex;
  align-items: flex-start;

}

/*æ–°å¢žæ&nbsp;·å¼*/
.tab_pc{
	width:900px; height:auto; overflow:hidden; margin:10px auto 10px 206px; border:3px solid #ffe35c; border-radius:10px;}

.tab_pc table{
    width: 98.5%;
    box-sizing: border-box;
    text-align: center;
    background: #bf000b;
    border: 1px solid #FFF;
    box-shadow: inset 0px 9px 46px 0px rgba(117, 0, 0, 0.47);
	border-radius:10px;
	margin:10px auto;
}
.tab_pc table th{

    line-height: 60px;
    font-size: 24px;
    color: #FFF;
    border: 1px solid #FFF;
	font-weight: bold;
	}

.tab_pc table td{

    line-height: 50px;
    font-size: 20px;
    color: #FFF;
    border: 1px solid #FFF;
	
	}
.tab_pc a{  font-size: 20px;color: #FFF;}	
.tab_pc a:hover{ color:#ffe35c;}
.bold{ font-weight:bold;}


.gift_bag li {
    height: auto;
}


.gift_bag li:nth-child(2n+2) .second_tit {
    margin-bottom: 0;
}
.margin1{ margin:0 0 0 180px;}
.gift_bag{ width:450px; height:auto; overflow: inherit; background:#bf000b; border-radius:20px; float:left; margin:20px;}
.li_1 {
        display: block;
    }
.second_tit {
	text-align:center;
	display: inline-block;
    width: 450px;
    height: 71px;
    line-height: 71px;
    background: url(../images/tit_2.png) no-repeat center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: -22px;
    z-index: 9;

}
.gift_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.gift_itemBox {
    width: 40%;
    margin-bottom: 8px;
}
.giftImg {
    width: 100%;
    height: auto;
}

.gift_text {
	line-height:50px;
    width: 100%;
    display: block;
    font-size: 20px;
    color: #ffffff;
	text-align:center;
}








.box3_l {
  width: 470px;
  margin-right: 26px;
}

.box3_list li {
  line-height: 39px;
  box-sizing: border-box;
  position: relative;
}



.box3_list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  font-size: 20px;
}

.box3_list li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url('../images/tip.png');
  background-size: 100%;
}

.box3_list li a span {
  display: block;
  text-align: right;
  width: 140px;
  color: #FFFFFF;
  font-size: 22px;
}

.box3_list li a p {
  display: block;
  width: calc(100% - 140px);
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page_box {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

.page_box a {
  cursor: pointer;
  display: block;
  margin: 0 6px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
}

.page_box span.active {
  display: block;
  cursor: pointer;
  margin: 0 6px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  color: #FFE6A9;
}


.box3_r {
  width: 492px;
  height: 364px;
  background: #FFFFFF;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}

.djckxq {
  width: 264px;
  height: 56px;
  background: linear-gradient(32deg, #FFF8DE 0%, #FFE79D 100%);
  box-shadow: 0px 0px 9px 1px #FFFFFF, 0px 5px 0px 0px #FF000E;
  border-radius: 9px;
  color: #BF000B;
  font-size: 27px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.box3_r img {
  display: block;
  width: 100%;
  height: 100%;
}


.box03_container {
  width: 925px;
  height: 504px;
  position: relative;
  background: url(../images/circle.png) no-repeat center center;
  background-size: 468px 468px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box03_item {
  width: 274px;
  height: 128px;
  position: absolute;
  background: url(../images/box03_bg1.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box03_item h3 {
  color: #FFFFFF;
  font-size: 30px;
  margin-bottom: 15px;
}

.box03_item a {
  width: 169px;
  height: 40px;
  background: linear-gradient(32deg, #FFF8DE 0%, #FFE79D 100%);
  box-shadow: 0px 0px 9px 1px #FFFFFF, 0px 5px 0px 0px #FF000E;
  border-radius: 20px;
  color: #BF000B;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box03_item01 {
  top: 0;
  left: 7%;
}

.box03_item02 {
  top: 0;
  left: 66%;
  background: url(../images/box03_bg2.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_item03 {
  top: 37%;
  left: 0;
  width: 293px;
  height: 128px;
  background: url(../images/box03_bg3.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_item04 {
  top: 37%;
  left: 69%;
  width: 293px;
  height: 128px;
  background: url(../images/box03_bg4.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_item05 {
  top: 73%;
  left: 7%;
  background: url(../images/box03_bg5.png) no-repeat center center;
  background-size: 100% 100%;
}

.box03_item06 {
  top: 73%;
  left: 66%;
  background: url(../images/box03_bg6.png) no-repeat center center;
  background-size: 100% 100%;
}

.zp{ width:90%; height:auto; overflow:hidden; background:#cb000c; border-radius:10px; margin:30px auto; padding:20px;}
.zp p{ font-size:20px; color:#FFF; text-align:left; line-height:40px; margin:auto 10px;}
.zp p span{ font-size:26px; color:#FF3; line-height:52px;}
.box03_c {

  color: #FFFFFF;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
}

.box03_c span {
  color: #FFE6A9;
  font-size: 58px;
}


.region a {
  float: left;
  display: block;
  width: 102px;
  height: 36px;
  background: #FF0000;
  border-radius: 18px;
  box-sizing: border-box;
  margin-bottom: 24px;
  text-align: center;
  line-height: 36px;
  font-size: 22px;
  color: #FFE6A9;
  transition: all .3s linear;
  margin-right: 15px;
}

.region a:hover {

  color: #8C2329;
  background: linear-gradient(176deg, #FFF7DA 0%, #FFBB72 100%);
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.fix_b {
  display: none;
  width: 100%;
  height: 144px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../images/fix_b.png) no-repeat center center;
  z-index: 999;
  box-sizing: border-box;
  padding-top: 2%;
}

.fix_b .wrap {
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fix_b a {
  width: 194px;
  height: 58px;
  background: #E10707;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #FFE6A9;
}

@media only all and (max-width:1080px) {
  .box {
    position: relative;
    height: auto;
    overflow: hidden;
    background: url(../images/bg.png) no-repeat center top;
    background-size: 100% 100%;
  }

  .banner {
    height: 30rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
    padding-top: 0.95rem;
  }

  .bird {
    width: 6rem;
    height: auto;
    position: absolute;
    top: 41%;
    right: -8%;
    animation: top_l_ani 3s linear infinite;
  }


  .txt01 {
    width: 60%;
  }

  .txt02 {
    width: 90%;
    margin: -0.5rem auto 0.6rem;
  }


  .txt03 a {
    width: 7.825rem;
    height: 2.2rem;
    margin: 0 0.4rem;
    font-size: 0.825rem;
  }

  .cbx {
    display: none;
  }


  .title_l {
    font-size: 1rem;
    width: 4rem;
    height: 4rem;
    margin-right: 0.6rem;
  }

  .title_r {
    background: url(../images/huatu.png) no-repeat right center;
    background-size: 1rem;
  }

  .title_r h1 {
    font-size: .8rem;
  }

  .title_r img {
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }

  .box01 {
    margin-top: -12rem;
  }

  .box_common {
    padding-left: 0;
  }

  .box01 .box_common {
    flex-direction: column;
  }

  .box01_l {
    width: 100%;
    height: auto;
    border-radius: 0.25rem;
    padding: 0.7rem 0.95rem;
    margin-bottom: .8rem;
  }

  .ajax_form p {
    margin-bottom: 0.95rem;
    height: 1.475rem;
  }

  .ajax_form p.border,
  .yuyue-border {
    border-radius: 0.1rem;
    margin-bottom: 0.95rem;
  }

  .yuyue-border {
    height: 1.475rem;
  }

  .ajax_form input,
  .ajax_form select {
    height: 1.475rem;
    line-height: 1.475rem;
    border-radius: 0.1rem;
    padding-left: 0.375rem;
    font-size: 0.7rem;
  }



  .ajax_form select {
    background-size: 0.4rem;
    border-radius: 0.1rem;
  }


  .ajax_form input#fs {
    font-size: 0.6rem;
  }

  .yuyue-btn {
    width: 8.225rem;
    height: 1.725rem;
    box-shadow: 0rem 0.125rem 0.175rem 0rem #940002;
    border-radius: 0.875rem;
    margin: 1.225rem auto 0;
    font-size: 0.8rem;
    line-height: 1.725rem;
  }

  .yuyue-border .nc_scale {
    height: 1.275rem;
  }

  .yuyue-border {
    height: 1.275rem;
  }

  .yuyue-border ._nc .stage1 {
    padding: 0;
  }

  .yuyue-border ._nc .stage1 .slider {
    left: 0;
    right: 0;
    height: 1.275rem;
  }

  .yuyue-border ._nc .stage1 .track div,
  .yuyue-border ._nc .stage1 .label {
    height: 1.275rem;
    line-height: 1.275rem;
  }

  .yuyue-border ._nc .stage1 .button {
    width: 1.8rem;
    height: 1.275rem;
  }

  .yuyue-border ._nc .icon-slide-arrow,
  .yuyue-border ._nc .icon-ok {
    font-size: 1rem;
  }

  .yuyue-border ._nc .icon {
    width: 1rem;
    height: 1rem;
  }


  .box01_r {
    width: 100%;
    height: auto;
    border-radius: 0.675rem;
    margin-left: 0;
    padding-left: 0.5rem;
    padding-top: 0.75rem;
    padding-right: 0.7rem;
  }

  .xts {
    width: 9rem;
    height: 3rem;
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }

  .box01_line {
    font-size: 0.7rem;
    padding: 0.65rem 0;
  }

  .box01_line01 {
    border-bottom: 0.025rem dashed #E1888D;
  }

  .box01_line img {
    width: .3rem;
    height: auto;
    margin-top: 0.15rem;
    margin-right: 0.15rem;
  }

  .box3_search {
    height: auto;
    background-size: 100% 100%;
    flex-direction: column;
    padding: .8rem;
  }

  .box3_data {
    width: 100%;
    margin-bottom: .8rem;
  }

  .box3_data ul,
  .box3_data span {
    line-height: 1.75rem;
    font-size: 0.7rem;
    padding-left: 0.5rem;
  }

  .box3_data ul {
    background: #FFFFFF;
    line-height: 0.875rem;
    top: 1.5rem;
    max-height: 5rem;
    overflow-y: scroll;
    z-index: 3;
  }

  .box3_data ul li {
    cursor: pointer;
  }

  .box3_data span {
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    padding-left: 0.25rem;
    padding-right: 0.5rem;
    margin-right: 0.625rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.7rem;
    color: #fff;
    border: 1px solid #E1888D;
    background: url('../images/select_bg.png') 97% center no-repeat;
    border-radius: 0.15rem;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }

  .box3_search input {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    width: 6.6rem;
    height: 1.4rem;
    background: linear-gradient(32deg, #FFF8DE 0%, #FFE79D 100%);
    box-shadow: 0rem 0rem 0.225rem 0.025rem #FFFFFF, 0rem 0.125rem 0rem 0rem #FF000E;
    border-radius: 0.225rem;
    line-height: 1.5rem;
    padding-left: 0;
    font-size: 0.675rem;
    font-weight: bold;
    color: #BF000B;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .box3_title {
    height: 1.375rem;
    line-height: 1.375rem;
    line-height: 0.825rem;
    margin: 0.975rem 0 0.8rem;
    background-size: 100% auto;
  }

  .box3_title span {
    font-size: 0.9rem;
  }

  .box3_title img {
    display: block;
    margin-left: 0.5rem;
    width: 4.25rem;
  }

  .box02_list {
    align-items: center;
    flex-direction: column;
  }

  .box3_l {
    width: 100%;
    margin-right: 0;
  }

  .box3_list li {
    line-height: 1.3rem;
  }

  .box3_list li a {
    padding-left: 0.75rem;
    font-size: 0.7rem;
  }

  .box3_list li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
    height: 0.375rem;
    background-image: url('../images/tip.png');
    background-size: 100%;
  }

  .box3_list li a span {
    display: block;
    text-align: right;
    width: 3.5rem;
    color: #FFFFFF;
    font-size: 0.6rem;
  }

  .box3_list li a p {
    display: block;
    width: calc(100% - 3.5rem);
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page_box {
    margin: 0.5rem auto;
    display: flex;
    justify-content: center;
  }

  .page_box a {
    cursor: pointer;
    display: block;
    margin: 0 0.15rem;
    width: 0.625rem;
    line-height: 0.625rem;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 0.6rem;
  }

  .page_box span.active {
    display: block;
    cursor: pointer;
    margin: 0 0.15rem;
    width: 0.625rem;
    line-height: 0.625rem;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFE6A9;
  }

  .box3_r {
    width: 12.3rem;
    height: 9.1rem;
    border-radius: 0.225rem;
  }

  .djckxq {
    width: 6.6rem;
    height: 1.4rem;
    box-shadow: 0rem 0rem 0.225rem 0.025rem #FFFFFF, 0rem 0.125rem 0rem 0rem #FF000E;
    border-radius: 0.225rem;
    font-size: 0.675rem;
    bottom: 0.75rem;
  }



  .box03_container {
    width: 100%;
    height: 12.6rem;
    background-size: 8rem 8rem;
  }

  .box03_item {
    width: 6rem;
    height: 3.2rem;
  }

  .box03_item h3 {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }

  .box03_item a {
    width: 4.225rem;
    height: 1rem;
    box-shadow: 0rem 0rem 0.225rem 0.025rem #FFFFFF, 0rem 0.125rem 0rem 0rem #FF000E;
    border-radius: 0.5rem;
    font-size: 0.55rem;
  }

  .box03_item01 {
    top: 0;
    left: 0;
  }

  .box03_item02 {
    top: 0;
    left: auto;
    right: 0;
  }

  .box03_item03 {
    top: 37%;
    left: 0;
    width: 7rem;
    height: 3.2rem;
  }

  .box03_item04 {
    top: 37%;
    left: auto;
    right: 0;
    width: 7rem;
    height: 3.2rem;
  }

  .box03_item05 {
    top: 73%;
    left: 0;
  }

  .box03_item06 {
    top: 73%;
    left: auto;
    right: 0;
  }

  .box03_c {
    font-size: 0.7rem;
  }

  .box03_c span {
    font-size: 1rem;
  }

  .region {
    padding-bottom: 1rem;
  }

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }


  .region a:nth-child(4n) {
    margin-right: 0;
  }

  .fix_b {
    display: none;
    width: 100%;
    height: 3.6rem;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../images/fix_b.png) no-repeat center center;
    z-index: 999;
    box-sizing: border-box;
    padding-top: 2%;
  }

  .fix_b .wrap {
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .fix_b a {
    width: 4.85rem;
    height: 1.45rem;
    background: #E10707;
    border-radius: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem;
    color: #FFE6A9;
  }
  
  /*æ–°å¢žæ&nbsp;·å¼*/
	.tab_pc{
	width:100%;  margin:0.5rem auto; }

	.tab_pc table{
    width: 98%;
   }
	.tab_pc table th{
		line-height: 1.6rem;
    	font-size: 0.5rem;
	}

	.tab_pc table td{

    line-height: 1.4rem;
    font-size: 0.5rem;
	
	}
	.tab_pc a{  font-size: 0.5rem;}	
	

	.margin1{ margin:0;}
	.gift_bag{ width:95%;  border-radius:20px; margin:1rem 2.5%;}

	.second_tit {
	
    width: 80%;
    height: auto;
    line-height:1.6rem;
	background:#fe7e14;
    font-size: 0.8rem;
	border-radius:0.8rem;
    top: -0.8rem;
	margin:0 10%;


}

.giftImg {
  
	border-radius:0.2rem;
}

.gift_text {
	line-height:1.8rem;
  
}



}</pre></body></html>