.container {
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  min-width: 1280px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.toast{
  position: fixed;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  background:rgba(0,0,0,0.8);
  border-radius:3px;
  color: #fff;
  padding: 16px;
  text-align: center;
  min-width: 200px;
  font-size: 12px;
  z-index: 999;
  display: none;
}
.banner {
  width: 100%;
  text-align: center;
  position: relative;
}

.banner img {
  width: 100%;
}

.btn-test {
  width: 320px;
  height: 80px;
  line-height: 80px;
  background: #000;
  border-radius: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18%;
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.modal {
  width: 700px;
  display: none;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
.modal .btn-close{
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}
.question-modal .content {
  display: none;
}
.question-modal .title{
  background: url('../img/title_bg.png') top no-repeat;
  font-size: 32px;
  height: 200px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-modal .result-title{
  width: 385px;
  background: url('../img/pop_bg.png') top no-repeat;
  padding: 44px 0 30px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 22px;
}
.question-modal .option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
  color: #8E8E8E;
}

.question-modal .selected{
  color: #000;
}

.question-modal .circle {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  background: #BDBDBD;
}

.question-modal .selected .circle {
  background: #000;
}

.login-modal {
  /* display: block; */
}
.login-modal .title, .coupon-modal .title{
  width: 385px;
  background: url('../img/pop_bg.png') #fff top no-repeat;
  font-size: 24px;
  line-height: 32px;
  padding: 18px 0;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 80px;
}
.login-modal .label{
  display: flex;
  align-items: center;
}
.login-modal .label p{
  width: 52px;
  white-space: nowrap;
}
.login-modal .divider{
  width:2px;
  height:24px;
  background: #000;
  margin-left: 18px;
}
.login-modal .input-field {
  display: flex;
  align-items: center;
  width: 400px;
  height: 48px;
  margin: 0 auto;
  border: 2px solid #141414;
  border-radius: 30px;
  overflow: hidden;
  padding: 8px 24px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  white-space: nowrap;
  margin-bottom: 32px;
}

.login-modal .input-field input {
  width: 160px;
  height: 100%;
  font-size: 16px;
  padding: 0 10px;
}
.login-modal .input-field #mobile-input{
  flex:1
}
.login-modal .verify-code {
  width: 100px;
  height: 30px;
}

.btn-login {
  width: 200px;
  height: 58px;
  background: #000;
  color: #fff;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}

.next-step {
  min-width: 300px;
  padding: 0 60px;
  box-sizing: border-box;
  height: 58px;
  line-height: 58px;
  background: #000000;
  border-radius: 30px;
  color: #fff;
  font-size: 24px;
  display: none;
  margin-top: 55px;
}
.product-content{
  padding: 26px 0 85px;
}
.product {
  width: 1000px;
  margin: 0 auto;
}

.product .tit {
  display: block;
  margin: 30px auto 38px;
}

.product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.product-list .item {
  width: 320px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 16px;
  color: #8F8F8F;
  cursor: pointer;
}

.product-list .item img {
  width: 320px;
  height: 240px;
  background: #eee;
}

.product-list .title {
  display: flex;
  justify-content: space-between;
  color: #000;
  margin-top: 10px;
}
.product-list .sku{
  margin-top: 10px;
}

.topic {
  padding-bottom: 20px;
  background-image: url('http://img.duomai.com/20200527193425_v21v8zd6vx.jpg');
  background-size: 100% 100%;
}

.topic .top {
  text-align: center;
  padding: 40px 0 56px;
}
.topic .top h1{
  font-size: 40px;
  font-weight: bold;
}
.topic .top h2{
  font-size: 20px;
  
}

.topic .content {
  width: 1000px;
  margin: 0 auto 75px;
  
}
.topic .discussion-content{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background: #4ABBAE;
  border-radius: 0 10px 10px 10px;
  border: 1px solid #373737;
  overflow: hidden;
}

.topic .user {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.topic .swiper-container {
  /* padding: 10px; */
  width: 564px;
}
.topic .swiper-wrapper{
  width: 495px;
  height: 530px;
  overflow-y: scroll;
  padding-right: 20px;
  margin: 35px 0 35px 35px;
}
/*滚动条样式*/
.topic .swiper-wrapper::-webkit-scrollbar {
  width: 8px;
}

.topic .swiper-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000;
}

.topic .swiper-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #3F9D93;

}
.theme2 .discussion-content{
  background: #AB9BEF;
}
.theme2 .swiper-wrapper::-webkit-scrollbar-track{
  background: #816FCE;
}
.theme2 .item:not(:last-child){
  border-bottom:rgba(129,111,206,0.2);
}

.topic .item {
  padding-bottom: 20px;
  color: #000;
}

.topic .item:not(:last-child){
  border-bottom: 1px solid rgba(33,105,97,0.2);
  margin-bottom: 15px;
}

.topic .item .desc {
  width: 495px;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  color: #000;

}
.topic .item .desc p{
  flex:1;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.topic .item .user-like{
  display: flex;
  align-items: center;
  color: #141414;
  cursor: pointer;
}
.topic .user p:first-child{
  font-size:20px;
  font-weight:bold;
}

.topic .discussion {
  padding: 22px 30px 35px;
  width: 440px;
  box-sizing: border-box;
  background: #141414;
}

.topic .discussion h1{
  color: #FDEE00;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.topic .discussion .tips {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px;
}

.topic .input-content {
  background: #353535;
  padding: 10px;
  height: 280px;
  box-sizing: border-box;
  position: relative;
}
.topic .pic-list {
  display: flex;
}
.pic-item{
  width: 88px;
  height: 88px;
  background: #fff;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.pic-item .load-pic{
  width: 100%;
  cursor: pointer;
}
.pic-item .delete-pic{
  position: absolute;
  right: 4px;
  bottom: 4px;
  cursor: pointer;
}
.topic .input-content textarea{
  background: #353535;
  font-size: 16px;
  color: #A1A1A1;
  width: 100%;
  height: 160px;
}
.topic .input-content .text-count{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  color: #fff;
}
.topic .time-notice{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #4ABBAE;
}
.topic .theme2 .time-notice{
  margin-top: 55px;
}
.topic .upload-input {
  width: 88px;
  height: 88px;
  background: url('../img/upload.png') no-repeat 100% 100%;
  position: relative;
}

.topic .upload-input .file-loader {
  width: 88px;
  height: 88px;
  opacity: 0;
  cursor: pointer;
}

.topic .input-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
}

.topic .btn-submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #64C5B9;
  font-size: 24px;
  color: #fff;
  margin-top: 35px;
}
.topic .theme2 .btn-submit{
  background: #AB9BEF;
}

.topic .btn-submit-comment {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #64C5B9;
  font-size: 24px;
  color: #fff;
  margin-top: 35px;
}
.topic .theme2 .btn-submit-comment{
  background: #AB9BEF;
}

.color-y {
  color: #FDEE00;
}
.preview-modal{
  padding: 0;
  width: auto;
  top:10vh;
  max-height: 80vh;
  border-radius: 0;
}
.preview-modal .pic-preview{
  max-height: 80vh;
}
.preview-modal .btn-close{
  top: auto;
  bottom:-102px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.input-class{
  outline-style: none ;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 700;
}

