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

body {
  min-width: 1440px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', arial, helvetica, 'Microsoft Sans Serif', sans-serif;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}

a:hover, a:active {
  outline: none;
}

img {
  outline: none;
  border: 0;
  vertical-align: middle;
}

em {
  font-style: normal;
}

p {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

iframe {
  border: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table td,
table th {
  padding: 0;
}

input {
  outline: none;
  line-height: normal;
}

/* chrome记住密码后的默认填充样式解决 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  border: 1px solid #ccc !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #eee;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #eee;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #eee;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #eee;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 10px;
  /*对垂直流动条有效*/
  height: 10px;
  /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #1f473b;
}

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

.clearfix {
  zoom: 1;
  /*为IE6，7的兼容性设置*/
}

.clearfix:after {
  clear: both;
  /*清除浮动*/
}

.clearfix:after, .clearfix:before {
  content: '';
  /*加一段内容*/
  display: table;
  /*创建匿名的表格单元，触发bfc*/
}

.relative {
  position: relative;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.center-block {
  display: block;
  margin-right: auto;
}

.line-height {
  line-height: 1;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.logo {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

.logo a {
  display: block;
  width: 169px;
  height: 83px;
  background: url(../images/logo_01.png) center center no-repeat;
  background-size: contain;
  font: 0/0 a;
}

.logo a:hover {
  filter: brightness(110%);
}

.logo.other a {
  width: 157px;
  height: 108px;
  background: url(../images/logo_02.png) center center no-repeat;
}

.tit {
  margin: 0 0 50px;
  height: 125px;
  font-size: 20px;
  text-align: center;
}

.tit h2 {
  height: 67px;
  background-size: contain !important;
  font: 0/0 a;
}

.tit.tit-01 h2 {
  background: url(../images/tit_01.png) center center no-repeat;
}

.tit.tit-02 h2 {
  background: url(../images/tit_02.png) center center no-repeat;
}

.tit.tit-03 h2 {
  background: url(../images/tit_03.png) center center no-repeat;
}

.tit.tit-04 h2 {
  background: url(../images/tit_04.png) center center no-repeat;
}

.tit.tit-05 h2 {
  background: url(../images/tit_05.png) center center no-repeat;
}

.tit .time {
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: url(../images/time_bg.png) center center no-repeat;
}

.tit p {
  margin-top: 10px;
  color: #407e69;
  font-weight: 700;
}

.tit .color-red {
  margin: 0 5px;
}

.color-red {
  color: #d15361;
}

.top-link {
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 1000;
}

.top-link a {
  float: left;
  width: 118px;
  height: 34px;
  line-height: 34px;
  color: #247e5a;
  text-align: center;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 700;
  background: url(../images/btn_01.png) center center no-repeat;
}

.top-link a:hover {
  background: url(../images/btn_01_h.png) center center no-repeat;
  color: #fff;
}

.top-link a:hover .icon {
  background: url(../images/icon_01_h.png) left -2px no-repeat;
}

.top-link a .icon {
  display: inline-block;
  width: 27px;
  height: 28px;
  background: url(../images/icon_01.png) left -2px no-repeat;
  vertical-align: middle;
}

.top-link.other a {
  color: #fff;
  background: url(../images/btn_02.png) center center no-repeat;
}

.top-link.other a .icon {
  background: url(../images/icon_01_h.png) left -2px no-repeat;
}

.top-link.other a:hover {
  background: url(../images/btn_02_h.png) center center no-repeat;
  color: #247e5a;
}

.top-link.other a:hover .icon {
  background: url(../images/icon_01.png) left -2px no-repeat;
}

.section {
  overflow: hidden;
  background: url(../images/sect_02.jpg) center center no-repeat;
}

.section.phone {
  height: 1080px;
  padding-top: 100px;
}

.section.sect-01 {
  background: url(../images/sect_01.jpg) center center no-repeat;
}

.section.sect-01 .sg {
  width: 613px;
  height: 283px;
  margin: 0 auto;
  background: url(../images/sg.png) center center no-repeat;
  background-size: contain;
}

.section.sect-03 .list-01 {
  width: 100%;
  padding: 0 70px;
}

.section.sect-03 .view {
  top: 35px;
  bottom: inherit !important;
}

.section.sect-04 .list-02 li.item-02 .top, .section.sect-04 .list-02 li.item-03 .top {
  margin-bottom: 50px;
}

.section.sect-04 .list-01 {
  width: 100%;
}

.section.sect-04 .list-01 li {
  width: 25%;
}

.section.sect-04 .list-01 li .img {
  margin-top: 5px;
}

.section.sect-04 .tit {
  margin-bottom: 35px;
}

.section.sect-04 .tit p {
  margin-top: 0;
}

.section.sect-06 .cont-center {
  position: relative;
  width: 875px;
  height: 430px;
  border: 2px solid #d15361;
  background: #ece7d5;
  border-radius: 20px;
}

.section.sect-06 .cont-center img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.section.sect-06 .cont-center .btn-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  width: 293px;
  height: 90px;
  background: url(../images/btn_03.png) center center no-repeat;
  font: 0/0 a;
  transition: all 0.3s;
}

.section.sect-06 .cont-center .btn-details:hover {
  bottom: -25px;
  filter: brightness(110%);
}

.section.sect-05 .cont-center {
  margin-top: 50px;
}

.section.sect-05 table td {
  padding: 0;
  height: 86px;
  text-align: center;
  line-height: 1.6;
}

.section.sect-05 .list-01 {
  float: inherit;
  padding: 0;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.section.sect-05 .list-01 li {
  width: 185px;
}

.section.sect-05 .list-01 li .img {
  float: left;
  margin: 0 8px 0 0;
}

.section.sect-05 .list-01 li p {
  float: left;
  margin-top: 15px;
  text-align: left;
}

.table-over {
  border-radius: 20px;
  border: 2px solid #d35c68;
}

.table-over table {
  display: table;
  width: 100%;
  font-size: 16px;
  color: #555;
  background: #ece7d5;
  border-radius: 20px;
  overflow: hidden;
}

.table-over table thead {
  background: url(../images/line_01.png) center top no-repeat;
}

.table-over table th {
  color: #fdfbf4;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}

.table-over table td {
  padding-left: 30px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #d3ccb3;
}

.table-over table span {
  margin-right: 10px;
  color: #397762;
}

.table-over table span.import {
  color: #d15361;
  font-weight: 700;
}

.table-over .open {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 27px;
  line-height: 27px;
  color: #7e2e03;
  font-size: 12.8px;
  text-align: center;
  vertical-align: middle;
  margin-top: -4px;
  background: url(../images/btn_06.png) center center no-repeat;
}

.table-over .open:hover {
  filter: brightness(105%);
}

.table-over .open:hover .view {
  display: block;
  filter: none;
}

.table-over .open .view {
  display: none;
  position: absolute;
  top: 30px;
  left: -84px;
  width: 260px;
  border: 2px solid #ffb608;
  background: url(../images/bg_09.png) repeat;
  border-radius: 20px;
  text-align: left;
}

.table-over .open .view .cont {
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 20px;
  border: 2px solid #fff;
}

.table-over .open .view .cont p {
  line-height: 1.8;
}

.table-over .open.up .view {
  bottom: 30px;
  top: inherit !important;
}

.cont-center {
  position: relative;
  width: 935px;
  margin: 0 auto;
  z-index: 2;
}

.cont-tit {
  position: relative;
  background: url(../images/icon_03.png) 20px center no-repeat;
  color: #767676;
  font-size: 20px;
  font-weight: 700;
  padding-left: 60px;
  margin: 30px 0 10px;
}

.cont-tit .btn-public {
  position: absolute;
  right: 15px;
  top: -8px;
  display: inline-block;
  width: 125px;
  height: 30px;
  line-height: 28px;
  border: 2px solid #407e69;
  border-radius: 50px;
  color: #407e69;
  font-size: 16px;
  text-align: center;
  padding-left: 30px;
  transition: all 0.3s;
  z-index: 2;
}

.cont-tit .btn-public .icon {
  position: absolute;
  top: 2px;
  left: 15px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #407e69;
  border-radius: 50px;
  text-align: center;
  color: #efede7;
  font-style: normal;
}

.cont-tit .btn-public:hover {
  background: #407e69;
  color: #efede7;
}

.cont-tit .btn-public:hover .icon {
  background: #efede7;
  color: #407e69;
}

.cont-tit .btn-public:hover .view {
  display: block;
}

.cont-tit .btn-public .view {
  display: none;
  position: absolute;
  bottom: 35px;
  left: -75px;
  width: 264px;
  padding: 25px 20px;
  text-align: left;
  background: url(../images/bg_08.png) repeat;
  border: 2px solid #1f473b;
  border-radius: 20px;
  overflow: hidden;
}

.cont-tit .btn-public .view p {
  color: #eef3f1;
  line-height: 1.7;
  font-weight: normal;
  font-size: 14px;
}

.cont-tit .btn-public .view p span {
  color: #f7e4a3;
}

.cont-tit.ct-01 a {
  position: absolute;
  top: -85px;
  right: 5px;
  width: 234px;
  height: 110px;
  background: url(../images/btn_05.png) center center no-repeat;
  font: 0/0 a;
  transition: right 0.3s;
}

.cont-tit.ct-01 a:hover {
  filter: brightness(110%);
  right: 10px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -444px;
  margin-top: -306px;
  width: 888px;
  height: 612px;
  background: url(../images/modal_bg.png) center center no-repeat;
  background-size: contain;
  animation: tc 0.5s;
}

.modal-body .close {
  position: absolute;
  top: -2px;
  right: -76px;
  width: 76px;
  height: 68px;
  line-height: 68px;
  display: block;
  background: url(../images/close.png) center center no-repeat;
  background-size: contain;
}

.modal-body .close img {
  margin: 15px 0 0 15px;
  transition: all 0.3s;
}

.modal-body .close:hover {
  filter: brightness(115%);
}

.modal-body .close:hover img {
  transform: rotate(90deg);
}

@keyframes tc {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 248px;
  height: 530px;
  margin: auto;
  padding-top: 12px;
  background: url(../images/menu_bg.png) center center no-repeat;
  z-index: 10;
}

.menu li {
  width: 233px;
  height: 83px;
  margin-bottom: 1px;
  background: url(../images/menu_bg_01.png) center center no-repeat;
  background-size: contain;
}

.menu li a {
  display: block;
  height: 83px;
  padding-top: 25px;
  background: url(../images/icon_02.png) 8px 18px no-repeat;
  color: #fff;
  font-size: 22px;
  padding-left: 75px;
  line-height: 1;
}

.menu li a span {
  text-shadow: 0 0 7px rgba(43, 228, 161, 0.35);
}

.menu li a em {
  display: block;
  font-size: 15px;
  color: #57c4a4;
  margin-top: 3px;
}

.menu li.active {
  position: relative;
  margin: -2px 0 -10px;
  width: 251px;
  height: 93px;
  background: url(../images/menu_bg_01_h.png) center center no-repeat;
  background-size: contain;
}

.menu li.active a {
  padding-top: 28px;
  padding-left: 95px;
  background: url(../images/icon_02.png) 28px 20px no-repeat;
  color: #f7e4a3;
}

.menu li.active a span {
  text-shadow: 0 0 7px rgba(247, 228, 163, 0.35);
}

.menu li.active a em {
  color: #f7e4a3;
}

.cont-box {
  padding-top: 90px;
  height: 880px;
  background: url(../images/cont_bg.png) center center no-repeat;
  background-size: contain;
  overflow: hidden;
}

.winter-show {
  height: 134px;
  background: url(../images/bg_01.png) center center no-repeat;
}

.winter-show .left {
  float: left;
  width: 135px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.winter-show .left img {
  margin: 25px 0 5px;
}

.list-01 {
  float: left;
  width: 795px;
  padding: 0 20px;
  color: #407e69;
  text-align: center;
}

.list-01 li {
  float: left;
  width: 12.5%;
}

.list-01 .img {
  width: 64px;
  height: 64px;
  margin: 20px auto 5px;
  border: 2px solid #407e69;
}

.list-01 .img img {
  width: 100%;
  border: 1px solid #f0efea;
}

.list-01 p {
  height: 32px;
  line-height: 1.2;
  font-size: 14px;
  overflow: hidden;
}

.chris-socks {
  height: 450px;
  background: #ece7d5;
  border: 2px solid #3a7360;
  border-radius: 20px;
  overflow: hidden;
}

.chris-socks .socks-top {
  height: 181px;
  background: url(../images/bg_04.png) center center no-repeat;
  background-size: cover;
}

.chris-socks .socks-top .gift {
  height: 131px;
  background: url(../images/bg_05.png) center center no-repeat;
}

.role {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 880px;
  background-size: contain !important;
}

.role.role-01 {
  width: 522px;
  background: url(../images/role_01.png) right bottom no-repeat;
}

.role.role-02 {
  width: 716px;
  background: url(../images/role_02.png) right bottom no-repeat;
}

.role.role-03 {
  width: 522px;
  background: url(../images/role_03.png) right bottom no-repeat;
}

.role.role-04 {
  width: 750px;
  background: url(../images/role_04.png) right bottom no-repeat;
}

.role.role-05 {
  width: 544px;
  background: url(../images/role_05.png) right bottom no-repeat;
}

.list-02 {
  position: relative;
  z-index: 2;
  padding: 0 5%;
  overflow: hidden;
}

.list-02 > li {
  float: left;
  width: 32%;
  padding: 0 1.35%;
}

.list-02 > li.item-01 {
  width: 36%;
}

.list-02 > li.item-02 .list-01, .list-02 > li.item-03 .list-01 {
  padding: 0;
}

.list-02 > li .super-tit {
  color: #cd4c58;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: url(../images/bg_06.png) center center no-repeat;
}

.list-02 > li .time {
  display: block;
  color: #767676;
  text-align: center;
  margin: 2px 0 8px;
}

.list-02 > li .super-cont {
  position: relative;
  border: 2px solid #d15361;
  border-radius: 20px;
  background: #ece7d5;
  height: 480px;
}

.list-02 > li .super-cont .top {
  height: 135px;
  background: url(../images/bg_07.png) center bottom no-repeat;
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.list-02 > li .super-cont .top h5 {
  height: 63px;
  margin: 15px 0 0;
  background: url(../images/text_02.png) center center no-repeat;
  background-size: contain !important;
  font: 0/0 a;
}

.list-02 > li .super-cont .top h5.first {
  background: url(../images/text_01.png) center center no-repeat;
}

.list-02 > li .super-cont .top p {
  font-size: 18px;
  font-weight: 700;
  color: #f1f1f1;
  text-align: center;
}

.list-02 > li .super-cont .top p .icon {
  display: inline-block;
  width: 36px;
  height: 31px;
  background: url(../images/icon_06.png) center center no-repeat;
  vertical-align: middle;
}

.list-02 > li .icon-time {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 81px;
  height: 90px;
  background: url(../images/icon_05.png) center center no-repeat;
}

.list_03 {
  position: relative;
  width: 940px;
  height: 450px;
  margin: 30px auto 0;
}

.list_03 li {
  position: relative;
  float: left;
  width: 214px;
  height: 234px;
  margin: 0 49px;
  text-align: center;
  font: 0/0 a;
  transition: margin-top 0.3s;
}

.list_03 li:hover {
  margin-top: -5px;
  filter: brightness(110%);
}

.list_03 li a {
  display: block;
  width: 100%;
  height: 100%;
}

.list_03 li.item-01 a {
  background: url(../images/d_01.png) bottom center no-repeat;
}

.list_03 li.item-02 a {
  background: url(../images/d_02.png) bottom center no-repeat;
}

.list_03 li.item-03 a {
  background: url(../images/d_03.png) bottom center no-repeat;
}

.list_03 li.item-04, .list_03 li.item-05 {
  position: absolute;
  top: 220px;
}

/*.list_03 li.item-04 a, .list_03 li.item-05 a {
  background: url(../images/d_06.png) bottom center no-repeat !important;
}*/

.list_03 li.item-04 {
  left: 155px;
}

.list_03 li.item-04 a {
  background: url(../images/d_04.png) bottom center no-repeat;
}

.list_03 li.item-05 {
  left: 470px;
}

.list_03 li.item-05 a {
  background: url(../images/d_05.png) bottom center no-repeat;
}

.ml-2 {
  margin-left: 25%;
}

.ml-3 {
  margin-left: 12.5%;
}

.ml-7 {
  margin-left: 6.25%;
}

.mr-2 {
  margin-right: 25%;
}

.float-btn {
  position: fixed;
  bottom: 120px;
  right: 20px;
  display: block;
  width: 198px;
  height: 245px;
  background: url(../images/redgirl.png) no-repeat;
  background-size: contain;
  animation: gotop 1s infinite alternate linear;
  -ms-animation: gotop 1s infinite alternate linear;
  -moz-animation: gotop 1s infinite alternate linear;
  -webkit-animation: gotop 1s infinite alternate linear;
  -o-animation: gotop 1s infinite alternate linear;
  z-index: 100;
  font: 0/0 a;
}

.float-btn:hover {
  filter: brightness(110%);
}

@keyframes gotop {
  0% {
    bottom: 115px;
  }
  100% {
    bottom: 125px;
  }
}

@-webkit-keyframes gotop {
  0% {
    bottom: 115px;
  }
  100% {
    bottom: 125px;
  }
}

@media (max-width: 1440px) {
  .container {
    float: right;
    width: 1280px;
  }
  .sect-01 .container {
    float: inherit;
    margin: 0 auto;
  }
  .sg {
    height: 220px !important;
  }
  .menu {
    left: -50px;
  }
  .menu li a {
    background: url(../images/icon_02.png) 58px 18px no-repeat;
    padding-left: 120px;
  }
  .menu li.active a {
    background: url(../images/icon_02.png) 75px 20px no-repeat;
    padding-left: 135px;
  }
  .tit {
    font-size: 18px;
    margin-bottom: 0;
  }
  .tit h2 {
    height: 50px;
  }
  .tit .time {
    height: 38px;
    line-height: 38px;
  }
  .role {
    right: -60px;
    height: 720px;
  }
  .cont-tit {
    margin-top: 20px;
  }
  .sect-04 .tit {
    margin-bottom: 10px !important;
  }
  .sect-05 .cont-tit {
    margin-top: 0;
  }
  .sect-06 .tit {
    margin-bottom: 20px;
  }
  .list-02 .super-cont {
    height: 450px !important;
  }
  .list-02 .top {
    height: 110px !important;
  }
  .list-02 .top h5 {
    height: 50px !important;
  }
  .float-btn {
    bottom: 50px;
    right: 0;
  }
  @keyframes gotop {
    0% {
      bottom: 45px;
    }
    100% {
      bottom: 55px;
    }
  }
  @-webkit-keyframes gotop {
    0% {
      bottom: 45px;
    }
    100% {
      bottom: 55px;
    }
  }
}

@media (max-width: 980px) {
  .top-link {
    right: -430px;
  }
}

#snowflake {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
