 .theme-container {
     margin-left: auto;
     margin-right: auto;
     padding-top: 120px;
     position: relative;
 }

 .theme-container .container-header {
     width: 580px;
     text-align: center;
     color: #fff;
 }

 .theme-container .container-header .title {
     font-size: 86px;
     font-family: '宋体';
 }

 .theme-container .container-header .divider {
     width: 90%;
     text-align: center;
     display: flex;
     align-items: center;
     margin-left: auto;
     margin-right: auto;
     font-size: 18px;
     margin-bottom: 50px;
 }

 .theme-container .container-header .divider .divider-line {
     border-bottom: 2px solid currentColor;
     width: 0;
     flex-grow: 1;
     margin: 0 15px;
 }

 .theme-container .container-header .tip {
     font-size: 36px;
     margin-bottom: 40px;
 }

 .theme-container .container-header .theme-btn {
     margin-bottom: 170px;
 }


 .theme-product-title {
     font-size: 17px;
     color: #222222;
     line-height: 20px;
     margin: 15px 0;
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     font-weight: bold;
 }

 .theme-product-price {
     font-size: 17px;
     line-height: 18px;
     /*font-weight: bold;*/
 }

 .theme-bodyBackground {
     background-color: #f5f5f5;
 }
 /*图片居中*/
 .imgCenter {
     display: block;
     position: relative;
 }

 .imgCenter>img {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     max-width: 100%;
     max-height: 100%;
     display: block;
     margin: auto;
 }