/* file: styles.css */
* {
  box-sizing: border-box;
}

body {
  /* background-color:#white; */
  background-image: url("../pictures/background3.png");
  background-size: 200vh;
  /* min-width:800px;
  min-height:600px; */
}

h1 {
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  font-size:180%;
  font-weight: 900;
  color: #ff0000
}



h2 {
  font-size: 1.1vw;
  /* font-size: 105%; */
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

h3 {
  /* font-size: 1.1vw; */
  font-size: 1.1vw;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

h4{
  /* font-size: 1.1vw; */
  font-size: 105%;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  font-weight:100;
}

h5{
  /* font-size: 1vw; */
  font-size:1vw;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

.dogheadtext1{
  font-size: 1vw;
  /* font-size: 85%; */
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  padding:0;
  margin:0;
  color:black;
  padding-top:2vw;
}

.dogheadtext2{
  font-size: 1vw;
  /* font-size:85%; */
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  padding:0;
  padding-top:0.6vw;
  margin:0;
  color:black;
}

.rabbitheadtext1{
  font-size: 1vw;
  /* font-size: 80%; */
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  padding:0;
  margin:0;
  color:black;
}

.rabbitheadtext2{
  font-size: 1.2vw;
  /* font-size:85%; */
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  padding:0;
  padding-top:0.6vw;
  margin:0;
  color:black;
}

a{
  /* font-size: 1vw; */
  font-size: 80%;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  color:black;
}


#heading {
  /* padding-top: 0.5vw; */
  /* padding-bottom: 20px; */
  display:flex;
  margin-left: auto;
  margin-right: auto;
  width:800px;
  /* width: 70vw;
  min-width: 800px;
  max-width: 800px; */
  font-size:100%;
}

#heading-text1{
  flex:1;
  flex-direction: column;
  margin:auto;
  padding:auto;
  text-align: center;
  color:#ff0000;
}

#heading-text2{
  flex:1;
  flex-direction: column;
  background-color:#ff0000;
  color:white;
  text-align: center;
  border-radius: 20px;
}

/* 整体布局 */

.all-area{
  display: flex;
  /* flex-direction:column;
  flex:1; */
  padding-bottom: 10px;
  width: 100vw;
  height: 80vw;
  min-width: 1200px;
  min-height: 400px;
  padding: auto;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.theme-area {
  flex:1;
  display: flex;
  padding-bottom: 10px;
  /* width: 30%; */
  width: 35vw;
  height: 30vw;
  min-width: 400px;
  min-height: 400px;
  /* height: 200px; */
  padding: auto;
  margin: auto;
  background-color: #fff2cc;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 30px;
  border-width: 20px;
  position: fixed;
  top: 50%;
  left: 10%;
  transform: translate(-15%, -45%);
}


.detail-area{
  /* padding-bottom: 25%; */
  width: 50vw;
  height: 40vw;
  min-width: 600px;
  min-height: 500px;
  padding: auto;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #d42a2a;
  box-shadow: #b6d2e0 5px 5px, #e68960 10px 10px, #6fc193 15px 15px;
  border-radius: 30px;
  border-width: 20px;
  position: fixed;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -45%);

}

.detail-area::-webkit-scrollbar{
  height:400px;
}

#notearea{
  width:50vw;
  min-width:500px;
  height:auto;
  position: fixed;
  bottom: 20%;
  left: 5%;
}

#updatetext{
  /* font-size:1vw; */
  padding:0;
  margin:0;
}

#contacttext{
  padding:0;
  margin:0;
  cursor:pointer;
  text-decoration: underline;
}



/* theme area */

.theme-area-sub {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.theme-area-sub2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 8vw;
}

.head-area {
  text-align: center;
  padding-top: 1.2vw;
  /* padding-left:5px;
  padding-right:5px; */
}

.head-area-text {
  text-align: center;
  padding-top: 10px;
}



.cat-head{
  width:10vw;
  height:10vw;
  min-width:115px;
  min-height:110px;
  /* height:80%; */
  border: 5px solid black;
  padding: 10px;
  margin: 10px;
  background-color:#e8e9eb;
  border-radius:20px;
  cursor: pointer;
}

#cathead{
  background-color:#d42a2a;
}

.cat-text {
  padding: 0;
  margin: 0;
}

#cattext{
  color:red
}

#number-text {
  font-size:2vw;
  color: #ff0000;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
  text-shadow: 4px 4px 10px pink;
}

#pagetext {
  padding: 0;
  margin: 0;
  text-decoration: underline;
  cursor:pointer;
  color:#0051ba;
}








/* detail area */

#detail-default {
  text-align: center;
}

#detail-default-text {
  padding-top: 40px;
  color: white;
}

#detail-topline {
  display: flex;
  /* width: 600px;
  height: 200px; */
  background-color: none;
  /* margin: auto;
  padding:auto; */
  display: block;
  /* justify-content: center; */
  text-align: center;
}

#detail-bottomline {
  display: flex;
  /* width: 600px;
  height: 200px; */
  background-color: none;
  /* margin: auto;
  padding:auto; */
  display: none;
  /* justify-content: center; */
  text-align: center;
  
}

#detail-product{
  display: flex;
  /* width: 600px;
  height: 200px; */
  background-color: none;
  /* margin: auto;
  padding:auto; */
  display: none;
  /* justify-content: center; */
  text-align: center;
}

#detail-sus {
  display: flex;
  /* width: 600px;
  height: 200px; */
  background-color: none;
  /* margin: auto;
  padding:auto; */
  display: none;
  /* justify-content: center; */
  text-align: center;
}

.detail-head-area {
  background-color: white;
  border-radius: 20px;
  width: 45vw;
  height: 10vw;
  min-width: 520px;
  min-height: 130px;
  /* margin: auto; */
  /* text-align: center; */
  margin-left:2.5vw;
  margin-right:2.5vw;
  margin-top:0.5vw;
  border: 4px solid black;
}

/* detail area sub */

.detail-bottomline-sub {
  padding: 0;
  margin: 0;
  /* text-align: center; */
}

.detail-topline-sub {
  padding: 0;
  margin: 0;
}

.detail-product-sub {
  padding: 0;
  margin: 0;
}

.detail-sus-sub {
  padding: 0;
  margin: 0;
}



.detail-pic:hover{
  cursor:zoom-in
}

.detail-text {
  padding: 5px;
  margin: 0;
  color: #ff0000;
  font-weight: 100px;
}

.detail-content {
  /* top: 0.5vh; */
  display:flex;
  margin-left: auto;
  margin-right: auto;
  /* width: 800px; */
}

.detail-words{
  flex:1;
  flex-direction: column;
  margin:0;
  padding:0;
  color:black;
  font-weight:100;
  padding-left:0.1vw;
  padding-top:0.1vw;
}

.detail-pic {
  flex:1;
  flex-direction: column;
  cursor: pointer;
  /* width: 180px; */
  height: 6.3vw;
  min-height: 80px;
  object-fit: scale-down;
  margin:0vw;
  padding:0.1vw;
}

/* pop */


.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85vw;
  min-width: 1000px;
  height: auto;
  /* background-color: red; */
  display: none;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
  text-align: center;
  background-color: white;
  /* object-fit:contain; */
  /* display:flex; */
  /* justify-content: center; */
}

.pop-pic{
  width:80vw;
  min-width:950px;
  height:auto;
  padding:0.5vw;
  /* height: 500px; */
  /* margin:auto;
  padding:auto; */
}

.closeButton {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  font-weight: 1000;
  font-size:2vw;
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif;
}

/* hover */
/* #doghead{
background-image:url(./pictures/dog-head1.png)
} */

#cathead:hover{
  background-color:#d42a2a !important;
  transition: background-color 0.5s !important;
}

#doghead:hover{
  background-color:#b6d2e0 !important;
  transition: background-color 0.5s !important;
}



#rabbithead:hover{
  background-color:#e68960 !important;
  transition: background-color 0.5s !important;
}

#chickenhead:hover{
  background-color:#6fc193 !important;
  transition: background-color 0.5s !important;
}

#pagetext:hover{
  color: red !important;
}

#contacttext:hover{
  font-size: 13px !important;
}



