@charset "UTF-8";
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

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

abbr,
acronym,
fieldset,
img {
  border: 0;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

.flex-c {
  display: flex;
  justify-content: center;
}

.flex-b {
  display: flex;
  justify-content: space-between;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.h,
.h1,
.h10,
.h15,
.h20,
.h5 {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

.h100 {
  height: 100%;
}

* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100px;
}

body {
  background: #fcfbf7;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
}

a:hover {
  color: #970f12;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  max-width: 100%;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

input,
select,
textarea {
  font-size: 0.12rem;
  color: #444;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.wp2 {
  width: 14.4rem;
  padding: 0;
  margin: 0 auto;
  max-width: 94%;
}

.header {
  background-image: linear-gradient(rgba(72, 5, 7, 0.7), rgba(255, 255, 255, 0));
}

.header .inner {
  padding-top: 0.2rem;
}

.header .inner .wp {
  padding: 0 3.6vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header .inner .wp .logo img {
  width: 28vw;
  display: block;
}

.header .inner .wp .logo a {
  display: block;
}

.header.fixed {
  background: #970f12 url(/wyu40/images/headerbg.jpg);
  height: 1.5rem;
}

.header .hdr {
  width: 68%;
  padding-left: 0.5rem;
}

.footer .bot {
  padding: 0.2rem 0;
  background-color: #970f12;
  text-align: center;
  color: #f5efdb;
  font-size: 0.14rem;
}

.footer .bot a {
  color: #f5efdb;
  font-size: 0.14rem;
}

.footer .bot span {
  padding: 0 0.2rem;
}

.container {
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: "思源宋体 SemiBold";
  src: url("/lib/fonts/siyuanSemiBold.woff2") format("woff");
  font-display: swap;
}

.linsvg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  z-index: 4;
  max-width: 400px;
  width: 90%;
  opacity: 0.9;
  font-weight: bold;
  color: #f5efdb;
  text-align: center;
}

@keyframes movelight {
  0% {
    clip-path: circle(1rem at 0% 50%);
  }
  50% {
    clip-path: circle(1rem at 90% 50%);
  }
  100% {
    clip-path: circle(1rem at 0% 50%);
  }
}

.header.fixed_h {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hdr .con-top {
  text-align: right;
}

.hdr .con-bot {
  clear: both;
}

.lang {
  display: inline-block;
  vertical-align: top;
  font-size: 0.12rem;
  color: #fff;
  line-height: 0.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.lang .home {
  background-image: url(/wyu40/images/home.png);
  background-size: 14px auto;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: center left;
}

.lang a,
.lang > div {
  color: inherit;
  margin-left: 0.2rem;
  float: left;
  font-size: 0.16rem;
}

.menuBtn {
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 9;
  padding-top: 4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
  color: #fff;
}

.menuBtn em {
  font-size: 30px;
  line-height: 40px;
}

.lang a:hover {
  color: #f5efdb;
}

.soBox.ok .sub {
  display: block;
}

.hdr .con-bot .soBox {
  display: none;
}

.nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.nav li {
  float: left;
  position: relative;
}

.nav li:last-child .v1 {
  margin-right: 0;
}

.nav li .v1 {
  display: block;
  font-size: 0.21rem;
  color: #f5efdb;
  line-height: 0.4rem;
  text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.8);
  font-family: "思源宋体 SemiBold";
  position: relative;
  display: flex;
}

.nav li .v1::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #f5efdb;
  content: "";
  transform: scale(0);
  transition: all 0.8s;
}

.nav li .v1.hassub::after {
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  width: 0.02rem;
  height: 0.1rem;
  background-color: #f5efdb;
  content: "";
  transform: scaleY(0);
  transition: all 0.8s;
  transform-origin: top;
}

.nav li .v1 span {
  align-items: center;
}

.nav li:hover .v1::before {
  transform: scale(1);
}

.nav li:hover .v1.hassub::after {
  transform: scaleY(1);
}

.nav li.on .v1,
.nav li:hover .v1 {
  color: #f5efdb;
}

.nav .v1 .iconfont {
  font-size: 0.18rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.05rem;
}

.nav .submenu {
  width: 150%;
  position: absolute;
  left: -25%;
  top: 100%;
  z-index: 10;
  padding-top: 0.1rem;
  display: none;
  text-align: center;
}

.nav .submenu a {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #f5efdb;
}

.nav li:hover .submenu {
  display: block;
}

.nav li:last-child .submenu {
  left: auto;
  right: 0;
}

.nav .v2 {
  display: block;
  font-size: 0.16rem;
  color: #202020;
  line-height: 24px;
  padding: 0.1rem 0.15rem;
}

.nav .v2:hover {
  color: #f5efdb;
  background-color: rgba(151, 15, 18, 0.8);
}

.nav .v2:last-child {
  background-image: none;
}

.m-area a:hover {
  color: #970f12;
}

.slick-dots li.slick-active button {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
  transform-origin: bottom center;
}

.slick-dots li.slick-active .bg {
  height: 10px;
  background-size: 100% auto;
  margin-top: -10px;
}

.flex-dir {
  flex-direction: column;
}

.banner {
  width: 100%;
  height: 100%;
}

.banner .topbanner,
.banner .slider,
.banner .item,
.banner .slick-list,
.banner .slick-track {
  width: 100%;
  height: 100%;
}

.banner .item {
  position: relative;
}

.banner .item .title {
  background-color: #f6f6f6;
  color: #facd89;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 50%;
  display: none;
}

.banner .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/wyu40/images/ba_t.png) center 101% no-repeat;
  background-size: 100% auto;
}

.banner .item .pic {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 5s;
  -moz-transition: all 5s;
  -webkit-transition: all 5s;
}

.banner .item.slick-current .pic {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
}

.banner .slick-slide {
  outline: 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0;
  line-height: 0;
  z-index: 9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: transparent;
  border: 2px dotted #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.25rem auto;
  background-size: 0.25rem auto;
}

.banner .slick-prev {
  left: 0.4rem;
}

.banner .slick-next {
  right: 0.4rem;
}

.slick-next {
  right: 0;
  background-image: url(/wyu40/images/arr-r.png);
}

.slick-prev {
  left: 0;
  background-image: url(/wyu40/images/arr-l.png);
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  text-align: center;
  z-index: 11;
  padding: 0 0.2rem;
}

.slick-dots li {
  display: inline-block;
  margin: 0 0.1rem;
}

.slick-dots li .bg {
  background: url(/wyu40/images/dot-w.png) no-repeat center bottom;
  height: 1px;
  width: 100%;
  display: block;
  transition: all 0.6s;
  -webkit-transition: all 1s;
}

.slick-dots li button {
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  position: relative;
  transition: all 0.6s;
  -webkit-transition: all 1s;
  width: 0.4rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.14rem;
  text-align: center;
  border: none;
  cursor: pointer;
  overflow: hidden;
}

.slick-dots li button::before, .slick-dots li button::after {
  width: 0.3rem;
  height: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: 0.16rem;
  display: none;
}

.slick-dots li button::before {
  left: 0;
  margin-left: -0.2rem;
}

.slick-dots li button::after {
  right: 0;
  margin-right: -0.2rem;
}

body,
html {
  width: 100%;
  height: 100%;
}

html {
  font-size: 100px;
}

body {
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
  color: #1a1a1a;
}

#layer-search {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 200;
  display: none;
}

#layer-search .close {
  position: absolute;
  right: 5%;
  top: 10%;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}

#layer-search .close img {
  width: 100%;
  height: 100%;
}

#layer-search .search-area {
  align-items: center;
}

#layer-search .search-area .soBox {
  background: #970f12;
}

#layer-search .search-area .soBox .inp {
  background: #fff;
  box-shadow: 0.156vw 0.156vw 0.156vw rgba(0, 0, 0, 0.5) inset;
  padding: 0 0.625vw;
  font-size: 0.833vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 22.39vw;
  height: 2.343vw;
  line-height: 2.343vw;
}

#layer-search .search-area .soBox .sub {
  background-color: transparent;
  width: 6.25vw;
  font-size: 0.937vw;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  height: 2.343vw;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#layer-search .search-area .soBox .sub em {
  color: #ffffff;
}

.main {
  margin-top: 2rem;
  padding-bottom: 1rem;
  background: url(/wyu40/images/jz.png) no-repeat bottom 0.2rem center;
}

.subpage .header {
  background: #970f12;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
}

.subpage .nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0.1rem 0;
}

.subpage .nav .v1 {
  padding: 0.1rem 0;
}

.subpage .main {
  background: url(/wyu40/images/bg.png) no-repeat center bottom;
  background-size: 100% auto;
  margin-top: 0;
}

.subpage .main .inner {
  padding-top: 0.5rem;
}

.img_zd {
  position: relative;
  width: 100%;
}

.img_zd > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n_banner .img_hezi {
  padding-bottom: 24.63%;
}

.leftmenu .subject {
  padding: 0.4rem 0.8rem 0 0;
  margin-bottom: 0.4rem;
  font-family: "思源宋体 SemiBold";
  position: relative;
  display: inline-block;
  background: url(/wyu40/images/a4.png) no-repeat right bottom;
}

.leftmenu .subject .cn,
.leftmenu .subject .icon {
  font-size: 0.36rem;
  background-image: -webkit-linear-gradient(-90deg, #970f12, #b8434e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.leftmenu .subject .eng {
  font-size: 0.48rem;
  color: #cacaca;
  position: absolute;
  left: 50%;
  top: 10%;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0.2;
}

.conlist li {
  box-shadow: 2px 2px 20px #eee;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  background: #fff;
  border-radius: 0.1rem;
}

.conlist li::before {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #970f12;
  content: "";
  position: absolute;
  z-index: 0;
  transition: all 0.5s;
  border-radius: 0.1rem;
}

.conlist li::after {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  display: block;
  border: 1px dashed #fff;
  background: url(/wyu40/images/arr-r.png) no-repeat center center;
  background-size: 0.2rem 0.2rem;
}

.conlist li a {
  padding: 0.2rem;
  position: relative;
  z-index: 1;
  display: flex;
}

.conlist li a.haspic .rr {
  width: 70%;
  padding-right: 0.2rem;
}

.conlist li a .pic {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 22%;
  overflow: hidden;
}

.conlist li a .pic img {
  height: 100%;
  border-radius: 0.1rem;
  display: block;
  width: 100%;
  object-fit: cover;
}

.conlist li .gg-date {
  flex-shrink: 0;
  width: 1.2rem;
  position: relative;
  padding: 0 0.2rem 0.2rem 0;
  text-align: right;
  display: flex;
  flex-direction: column;
}

.conlist li .gg-date::before {
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  border: 1px dashed #cacaca;
  display: block;
  content: "";
  position: absolute;
}

.conlist li .gg-date span {
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}

.conlist li .gg-date p {
  font-size: 0.36rem;
}

.conlist li .rr {
  width: calc(100% - 1.2rem);
  padding-left: 0.2rem;
  padding-right: 1.3rem;
  display: flex;
}

.conlist li .title {
  font-size: 0.24rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.2rem;
}

.conlist li .desc {
  font-size: 0.14rem;
  color: #666;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.conlist li:hover::before {
  width: 100%;
}

.conlist li:hover a {
  background: url(/wyu40/images/listbg.png) right 26% bottom no-repeat;
  color: #f5efdb;
}

.conlist li:hover a .title {
  color: #f5efdb;
}

.conlist li:hover a .desc {
  color: rgba(255, 255, 255, 0.5);
}

.conlist li:hover a img {
  transform: scale(1.1);
}

.article {
  width: 100%;
}

.article .ar_tit {
  padding: 0.25rem 0 0.25rem 0.3rem;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.2rem;
}

.article .ar_tit h3 {
  font-size: 0.36rem;
  line-height: 1.5;
  font-weight: normal;
}

.article .ar_tit h6 {
  margin: 0.15rem 0 0;
  font-size: 0.16rem;
  line-height: 1.5;
  font-weight: normal;
}

.article p {
  font-size: 0.2rem !important;
  line-height: 1.8 !important;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 0.2rem;
}

.articlebg {
  background: url(/wyu40/images/articlebg.jpg);
  background-size: 100% 100%;
  padding: 0.6rem 0.6rem 2rem 0.6rem;
}

.articlebg .article {
  background-color: #fadbc9;
  width: 100%;
  padding: 0.6rem;
  box-shadow: 0 10px 20px #ef8a72;
}

.articlebg .ar_tit {
  border-color: #ef8a72 !important;
  margin-bottom: 0.6rem;
}

#mobile-tips {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  bottom: 0;
  right: 0;
  background: url(/wyu40/images/headerbg.jpg);
  z-index: 100;
  font-size: 18px;
  color: #f5efdb;
}

#mobile-tips > div {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
}

#mobile-tips img {
  animation: rotate 0.8s infinite;
  margin-bottom: 0.2rem;
}

#mobile-tips p {
  margin-top: 0.1rem;
}

#mobile-tips .small {
  font-size: 14px;
}

@keyframes rotate {
  /* from表示动画的开始位置，也可以使用0%来表示。 */
  from {
    transform: rotate(0);
  }
  /* to表示动画的结束位置，也可以使用100%来表示。 */
  to {
    transform: rotate(45deg);
  }
}

#container {
  width: 100%;
  height: 100%;
}

#m-menu-btn {
  background: #970f12;
  padding: 0.16rem;
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 300;
}

#m-menu-btn span {
  width: 0.4rem;
  height: 0.04rem;
  background-color: #ffffff;
  display: block;
  margin: 0.08rem;
  transition: all 0.5s;
}

#m-menu-btn.on span {
  transform-origin: center center;
}

#m-menu-btn.on span:nth-child(2) {
  opacity: 0;
}

#m-menu-btn.on span:first-child {
  transform: rotate(45deg) translate(0.085rem, 0.1rem);
}

#m-menu-btn.on span:last-child {
  transform: rotate(-45deg) translate(0.065rem, -0.1rem);
}

#m-menu {
  background: #970f12;
}

.ul-clubs {
  display: flex;
  flex-wrap: wrap;
}

.ul-clubs li {
  width: 50%;
}

.ul-clubs li .con {
  display: block;
  margin: 0 50px;
  height: 40px;
  margin-bottom: 1.666vw;
  line-height: 40px;
  border: 1px solid #e7e7e7;
  border-left: 2px solid #d01e1e;
  font-size: 16px;
  color: #1a1a1a;
  word-break: break-all;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px 0 14px;
}

.by .main {
  background: url(/wyu40/images/bybg.jpg);
  background-size: cover;
}

.linsvg {
  color: #ffffff;
  font-size: 3rem;
}

.linsvg .character {
  position: relative;
  width: 100%;
  height: 100%;
}

.linsvg .character #c-1,
.linsvg .character #c-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.linsvg .character #c-1 {
  transform-origin: center;
  /* 确保旋转基点在中心 */
  -moz-transform-origin: center center;
  animation: grow 3s, show 1s ease 3s;
}

.linsvg .character #c-2 {
  animation: fadeIn 1s ease-in 3s, small 1s ease-out 4s;
}

.linsvg .character #c-3 {
  opacity: 0;
  animation: fadeIn 1s ease-in 4s, Flash 4s infinite 5.5s;
  /* 应用动画 */
  animation-fill-mode: forwards;
}

.flash-grow {
  animation: Flash 4s infinite 4s;
  /* 应用动画 */
}

/* 定义动画 */
@keyframes Flash {
  0% {
    opacity: 1;
    /* 初始不透明度 */
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    /* 中间透明度，稍微变暗 */
    transform: scale(1.03);
  }
  100% {
    opacity: 1;
    /* 最终不透明度 */
    transform: scale(1);
  }
}

@keyframes show {
  0% {
    opacity: 1;
    /* 初始不透明度 */
  }
  100% {
    opacity: 1;
    /* 最终不透明度 */
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* 初始不透明度 */
  }
  100% {
    opacity: 1;
    /* 最终不透明度 */
  }
}

@keyframes small {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6) translateY(-33%);
    opacity: 0;
  }
}

/* 定义动画 */
@keyframes grow {
  0% {
    opacity: 0;
    /* 初始不透明度 */
    transform: scale(0) rotate(-90deg);
  }
  50% {
    opacity: 1;
    /* 最终不透明度 */
    transform: scale(1) rotate(-90deg);
  }
  100% {
    opacity: 1;
    /* 最终不透明度 */
    transform: scale(1) rotate(0);
  }
}
