 .myhighlight {
     /* 高亮字 */
     color: #B30601;
 }
 
 .container {
     position: relative;
 }
 
 .container video {
     position: relative;
     z-index: 0;
     min-width: 100%;
     min-height: 100%;
 }
 
 .overlay {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
 }
 
 #home-text {
     left: 3%;
     top: 0%;
     height: 100%;
     width: 100%;
     /*padding-top: 10%;*/
     /*padding-left: 10%;*/
     overflow: hidden;
     position: absolute;
     z-index: 0;
     color: white
 }
 
 .card-image {
     max-width: 100%;
     max-height: auto;
 }
 
 .card-title {
     font-size: 6px;
 }
 
 .well {
     min-height: 20px;
     padding: 19px;
     margin-bottom: 20px;
     background-color: white;
     border: 5px dashed #e3e3e3;
     border-radius: 30px;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
 }
 
 #eatbtn {
     font-size: 18px;
     background-color: white;
     color: #67350D;
     border: 2px solid #67350D;
     border-radius: 30px;
     box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
 }
 
 #eatbtn:hover {
     background-color: #67350D;
     color: white;
 }


#beautybtn {
     font-size: 18px;
     background-color: white;
     color: #E012BC;
     border: 2px solid #E012BC;
     border-radius: 30px;
     box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
}

#beautybtn:hover {
     background-color: #E012BC;
     color: white;
}

li {
     padding-bottom: 10px;
}