* {
  padding: 0;
  margin: 0;
}

html, body {
  font-family: 'Arial';
}

.top_fiexd_ad {
  position: fixed;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 280px;
}
#think_page_trace_open {
  z-index: 2;
}
.buzzfun {
  position: relative;
  z-index: 1;
  /* margin-top: 280px; */
  background: #fff;
}

img {
  vertical-align: top;
}

@font-face {
  font-family: 'FontAwesome';
  /* src: url('https://www.buzzfun.me/buzzfun/pc/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('https://www.buzzfun.me/buzzfun/pc/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.buzzfun.me/buzzfun/pc/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://www.buzzfun.me/buzzfun/pc/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.buzzfun.me/buzzfun/pc/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.buzzfun.me/buzzfun/pc/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); */
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

.swiper-container {
  flex: 1;
}
input::-webkit-input-placeholder{
  color:#333;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
}
.mvp-ad-label {
  font-size: 0.8rem;
  
  padding: 5px 13px;
  position: relative;
  z-index: 1;
  background: none;
  color: #aaa;
  cursor: pointer;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

input {
  outline: none;
}

li {
  list-style: none;
}

.hover_li:hover h3 {
  opacity: 0.7;
  transition: all .25s;
}

.hover_li:hover img {
  opacity: 0.7;
  transition: all .25s;
}

.center-common {
  width: 1200px;
}
.user_center_pic {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: none;
}
.user_center_pic:hover {
  opacity: 0.7;
}
header {
  width: 100%;
  /* height: 60px; */
  padding: 15px 0;
  display: flex;
  justify-content: center;
  background: #000;
  position: relative;
  top: 0;
  z-index: 20;
}
.user_login:hover {
  color: #fd9405;
}
.top_buzzfun_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top_share_app {
  position: absolute;
  display: flex;
  left: 0px;
}

.top_share_app a span, .top_share_app div a {
  background: rgba(255, 255, 255, .15);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.share_app_facebook span:hover {
  background: #3b5997;
}

.share_app_twitter span:hover {
  background: #00aced;
}

.share_app_pinterest a:hover {
  background: #c9353d;
}
.share_app_pinterest a {
  width: 40px !important;
  height: 40px !important;
}
.share_app_instagram span:hover {
  background-image: linear-gradient(to bottom, #fbf314 0, #ec4538 50%, #8915c3 100%);
}
.share_app_youtube span:hover {
  background: #FF0000;
}
.share_app_tiktok span:hover {
  background: #230B1E;
}
.common_top_classify {
  position: relative;
  top: 0;
  z-index: 19;
  background: #fff;
  height: 40px;
}

.common_top_classify>div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.classify_middle_wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.classify_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
  height: 100%;
}
.canvas_result_page {
  position: absolute;
  top: 0;
  z-index: 8;
}
.classify_item li {
  height: 100%;
  margin: 0 5px;
}
.classify_item li:hover a {
  border-bottom: 5px solid #fd9405;
}
.classify_item li.heightlight a {
  color: #F89406;
  border-bottom: 5px solid #fd9405;
}
.classify_item div.heightlight {
  background: #F89406;
  color: #fff;
}
.classify_item li a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 12px;
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  cursor: pointer;
}
.classify_item li a >img {
  margin-right: 5px;
}
.top_classify_search {
  position: absolute;
  right: 0px;
  cursor: pointer;
  font-size: 30px;
  
}

.top_classify_search a {
  color: #fff;
}

.top_classify_search a:hover {
  color: #fd9405;
}

.trending_title {
  margin: 15px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.trending_title:before {
  content: '';
  background: #555;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  z-index: 0;
}
.trending_title p,
.trending_title_quiz_tags span, .first_rank_list>div span, .trending_title span {
  background: #ff005b;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  
  padding: 5px 13px;
  position: relative;
  text-transform: uppercase;
  transform: skewX(-15deg);
  z-index: 1;
}
.first_rank_list>div span {
  transform: skewX(0deg);
  width: calc(100% - 26px);
  border: 1px solid #aaa;
}
.classify_simple_swiper, .classify_simple, .more_quiz_classify, .first_screen_content {
  display: flex;
  justify-content: center;
}

.first_screen_content {
  margin-top: 10px;
}

.first_screen_content>div {
  display: flex;
}

.top_common_left {
  flex: 0.7;
}

.top_common_left_wrap {
  display: flex;
}

.first_trending {
  flex: 0.36;
}

.first_main {
  flex: 0.64;
}

.first_rank_list {
  flex: 0.3;
}

.common_three_li {
  margin-bottom: 10px;
  position: relative;
}

.common_three_li_img {
  background: #000;
  position: relative;
}
.picCount {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  background: rgba(27,27,27,0.8);
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff;
}

.common_three_li_img>img {
  width: 100%;
  position: relative;
  z-index: 0;
  vertical-align: top;
  opacity: 1;
}

.quiz_info {
  display: flex;
}

.quiz_number {
  flex: 0.2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  font-weight: bold;
  color: #ccc;
}

.title_card {
  flex: 0.8;
  padding: 6px 0;
}

.card_top {
  color: #777;
  font-size: 12px;
  
  padding: 5px 0 3px 0;
  text-align: left;
}

.title_card h2, .title_card h3 {
  color: #222;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1rem;
  letter-spacing: -.02em;
  opacity: 1;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.title_card p.reason,
.more_quiz_ul li a .quiz_info p.reason {
  color: #FC9405;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.first_main {
  padding: 0px 20px;
}

.quiz_info_main {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 40px);
  padding: 20px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, .9) 100%);
}
.shopping_top_recommend_category .quiz_info_main {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, .6) 100%);
}
.shopping_top_right .quiz_info_main {
  width: calc(100% - 60px);
}
.swiper-slide .quiz_info_main {
  padding-bottom: 40px;
}

.quiz_info_main .card_top span {
  color: #ccc;
  font-weight: 500;
}

.quiz_info_main h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: .95;
  font-size: 24px;
  margin-right: 20px;
  text-align: left;
}

.first_rank_list>div.title {
  display: flex;
  margin: 15px 0;
}

.first_rank_list>div.title>div {
  flex: 1;
  position: relative;
  text-align: center;
  transform: skewX(-15deg);
  margin-right: 1px;
}

.first_rank_list>div span {
  background: none;
  color: #aaa;
  cursor: pointer;
}

.first_rank_list>div span.noactive:hover {
  color: #000;
}

.first_rank_list>div span.active {
  background: #ff005b;
  color: #fff;
  border: 1px solid #ff005b;
  border-right: none;
}

.rank_list_item a {
  display: flex;
}

.rank_list_item a .common_three_li_img {
  width: 160px;
  /* height: 80px; */
  overflow: hidden;
  margin-right: 10px;
  background: none;
}

.rank_list_item a .common_three_li_img {
  display: block;
}

.rank_list_item a .quiz_info {
  flex: 1;
}

.rank_list_item a .quiz_info .card_top {
  padding: 0;
}

.four_allone_classify a .title_card, .rank_list_item a .title_card {
  flex: 1;
}

.first_rank_list ul.trending_list {
  display: none;
}

.first_rank_list ul.active {
  display: block;
}

.classify_simple {
  margin: 10px 0;
}

.simple_wrap {
  display: flex;
}

.classify_left {
  flex: 0.4;
  padding-top: 10px;
}

.classify_right {
  flex: 0.6;
}

.shopping_top_right .trending_list,
.classify_right .trending_list {
  display: flex;
  flex-wrap: wrap;
}
.shopping_top_right .trending_list li,
.classify_right .trending_list li {
  width: calc(50% - 20px);
  padding: 10px;
}

.classify_simple_swiper {
  padding: 30px;
  background: #000;
}

.to_be_next {
  display: flex;
  flex-direction: row-reverse;
  color: #ff005b;
  cursor: pointer;
}

.fa-long-arrow-right {
  margin-left: 10px;
}

.classify_swiper {
  display: flex;
}

.swiper_wrap {
  flex: 0.6;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
}

.classify_swiper_list {
  flex: 0.4;
}

.classify_swiper_list .rank_list_item a .common_three_li_img {
  width: 167px;
}

.classify_swiper_list .card_top {
  color: #FF7C59;
}

.classify_swiper_list .title_card h3 {
  color: #fff;
}

.classify_swiper_list .to_be_next {
  color: #fff;
}

.two_allone_classify {
  display: flex;
}

.two_allone_classify li {
  flex: 1;
}

.two_allone_classify li:nth-child(1) {
  margin-right: 10px;
}

.four_allone_classify {
  display: flex;
}

.four_allone_classify li {
  flex: 1;
  margin-right: 10px;
}

.four_allone_classify li:nth-child(4) {
  margin-right: 0px;
}

.more_quiz_wrap {
  display: flex;
  position: relative;
}

.quiz_item {
  flex: 0.7;
  margin-right: 10px;
  /* overflow: hidden; */
}

.quiz_ad {
  flex: 0.3;
  width: 357px;
}

.quiz_ad_content {
  width: 357px;
  position: sticky;
  top: 70px;
}

.more_quiz_ul li a {
  display: flex;
}

.more_quiz_ul li {
  border-top: 1px solid #ddd;
}

.more_quiz_ul li a .common_three_li_img {
  flex: 0.35;
  margin-right: 20px;
}

.more_quiz_ul li a .quiz_info {
  flex: 0.65;
}

.more_quiz_ul li a .quiz_info .title_card {
  flex: 1;
}

.more_quiz_ul li a .quiz_info h3 {
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
  font-size: 26px;
}

.more_quiz_ul li a .quiz_info .card_top {
  font-size: 15px;
}

.more_quiz_ul li a .quiz_info p {
  color: #555;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

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

.load_more_btn,.load_more_index_btn {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  display: inline-block;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .02em;
  
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  cursor: pointer;
  margin: 20px 0;
  transition: all .25s;
}

.load_more_btn:hover,.load_more_index_btn:hover {
  background: #000;
  color: #fff;
}

.mvp-fly-top {
  background: rgba(0, 0, 0, .3);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 5%;
  transition: all .3s;
  transform: translate3d(100px, 0, 0);
  width: 50px;
  height: 50px;
  z-index: 60;
}

.mvp-to-top {
  transform: translate3d(0, 0, 0);
}

.mvp-fly-top i {
  font-size: 40px;
  line-height: 100%;
  position: absolute;
  top: 1px;
  left: 12.1px;
}

.quiz_ad_fiexd {
  position: fixed;
  top: 0;
  z-index: 1;
}

.quiz_ad_fiexd_header {
  position: fixed;
  height: 40px;
  padding: 10px 0;
  top: -70px;
  transition: transform 0.4s ease;
  transform: translate3d(0, 70px, 0);
}

.quiz_ad_fiexd_header .top_share_app div a, .quiz_ad_fiexd_header .top_share_app div span {
  width: 30px;
  height: 30px;
}

/* .quiz_ad_fiexd_header .top_buzzfun_logo > a > img {
  width: 130px;
} */

.common_top_classify_another {
  width: 100%;
  top: -70px;
  transform: translate3d(0, 130px, 0);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease;
  padding: 0;
}

.another_app_pc {
  cursor: pointer;
}

.more_quiz_classify {
  margin-top: 20px;
}

.longSelectDiv_trivia {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - .2rem);
  height: calc(100% - .25rem);
  z-index: 1;
  background-color: #4c82ff;
  border: solid 2px #4c82ff;
  opacity: .3;
  display: none;
}

.search_input {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 66;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.search_popular_input {
  width: 50%;
  border-bottom: 1px solid #fd9405;
  display: flex;
  align-items: center;
  position: relative;
}

.search_popular_box {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-top: 20px;
  flex-direction: column;
}
.search_popular_box>h3 {
  margin-bottom: 15px;
}
.search_popular_box>div>a {
  display: inline-block;
  background: #FD9405;
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #fff;
}
.search_popular_box>div>a:hover {
  background: rgba(253,148,5,0.8);
}
.search_input input {
  background: none;
  border: 0;
  color: #fff;
  float: left;
  font-size: 50px;
  font-weight: 300;
  flex: 1;
  padding: 5px 0;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
}

.search_input #search_close {
  position: absolute;
  right: 10%;
  top: 10%;
}
.search_popular_input > div {
  display: flex;
  align-items: center;
  width: 100%;
}
.search_input span {
  color: #fff;
  cursor: pointer;
}

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

.search_input_hide {
  display: none;
}

.search_h1 {
  text-align: center;
  margin: 20px 0;
}

.search_empty {
  color: #444;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.load_more div.load_more_loading {
  display: none;
}

#buzzfun_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #111;
  padding: 40px 0;
  position: relative;
  margin-top: 20px;
  /* background: url('https://www.buzzfun.me/buzzfun/mobile/img/sd/christmas_background_bf_pc.svg') no-repeat center; */
}

.footer_links p {
  margin-top: 20px;
  text-align: center;
}

.footer_links a {
  /* color: #888; */
  color: #fff;
  margin-right: 20px;
  font-size: .9rem;
  font-weight: 400;
  
  text-transform: uppercase;
}

.footer_links a:hover {
  color: #fff;
}

.footer_copyright {
  /* background: #000; */
  padding: 20px 0;
  /* color: #777; */
  color: #fff;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}

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

.you_may_like_item ul li {
  width: calc(33% - 20px);
  margin: 10px;
}

.quiz_detial_title {
  padding: 10px 0;
  font-size: 24px;
  position: relative;
}

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

.quiz_detial_content>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.quiz_detial_content>div>img {
  width: 100%;
  margin-bottom: 10px;
}

.question_desc {
  padding: 10px 0;
}


.quiz_detial_login {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}

.login_facebook {
  width: 610px;
  display: flex;
  background: #4267B2;
  align-items: center;
  height: 64px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  justify-content: center;
}
.login_facebook:hover {
  background:#39599B;
}
.login_logo img {
  width: 43px;
  margin-left: 5px;
  display: block;
}

.login_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.login_input_name {
  width: 610px;
  height: 64px;
  display: flex;
  margin: 10px 0;
  font-size: 24px;
}

.login_input_name input {
  flex: 0.7;
  margin-right: 10px;
  outline: none;
  background: #eee;
  height: 100%;
  border: none;
  font-size: 18px;
  padding-left: 25px;
}
.login_input_name input::placeholder {
  color: #ccc;
}

.login_input_name span {
  height: 100%;
  flex: 0.3;
  background: #FD9700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.login_input_name span:hover {
  background: #DC7803;
}
.quiz_detial_line {
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 3px;
  margin: 20px 0;
}

.quiz_detial_tags_link {
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  height: 18px;
  overflow: hidden;
}
.quiz_detial_tags_link >div {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.quiz_detial_tags_link a {
  margin-left: 10px;
  color: #598CF2;
}
.quiz_detial_tags_link a:hover {
  text-decoration: underline;
}
.buzzfunLoginBtn {
  display: flex;
  padding: .5rem;
  justify-content: center;
}

.buzzfunLoginBtn>label {
  margin: 0 1rem;
  background: #4267b2;
  height: 64px;
  width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.buzzfunLoginBtn>label.buzzfunLoginBtnCame {
  background: #fd9600;
}

.buzzfunLoginBtn>label img {
  width: 2rem;
  margin-right: 20px;
}

.buzzfunLoginBtn>label span {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 24px;
}

.upfileLabel input {
  position: absolute;
  display: none;
}

.buzzfunPicRongP {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 10px 0;
  padding: 0 .5rem;
  font-weight: bold;
}


.quiz_battle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.quiz_battle_title {
  padding: .6rem 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FF4C1F;
}

.quiz_battle_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.quiz_battle_item>div {
  width: calc(50% - 1.2rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: .4rem;
  min-height: 2.5rem;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  margin: .2rem .25rem;
  text-align: center;
  position: relative;
  background: #F4F4F4;
  color: #333333;
  border: 1px solid #999999;
  cursor: pointer;
}

.quiz_battle_item>div:hover {
  background: #CBD8F3;
}
.test-container_login {
  width: 100%;
}
.selectRightErrImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.newSelectTest-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.selectRightErrImg img {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 50%;
  margin-top: -12.5px;
  display: none;
  z-index: 10;
}
.selectRightErrImg img.newselectRightErr_Img {
  top: 15px;
  right: 15px;
  margin-top: 0;
}

.quiz_battle_hide_item {
  display: none;
}

.quiz_battle p {
  margin-bottom: .5rem;
  background: #fc4260;
  padding: 0.5rem .3rem;
  margin-top: .5rem;
  color: #fff;
  border-radius: .3rem;
  font-size: 1rem;
  width: 6.5rem;
  text-align: center;
}

.chooseErrItem {
  background-color: #fc4260!important;
  color: #fff!important
}

.chooseRightItem {
  background-color: #4c82ff!important;
  color: #fff!important
}

@keyframes shake {
  from, to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0)
  }
  20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0)
  }
}

.shake {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: shake
}

.question_img, .result_img {
  position: relative;
  margin-top: .5rem;
  width: 100%;
  text-align: center;
}

.question_img img, .result_img img {
  width: 100%;
  vertical-align: top;
}
.result_img img.isShowUpload_img_result {
  width: auto;
  height: 400px;
}
.quizeLongChoose-wenzi, .quizeLongChoose_zichuang, .quizeLongChoose {
  width: 100%;
  display: flex;
  justify-content: center;
}

.quizeLongChoose_zichuang>div, .quizeLongChoose>div {
  margin: 1rem 0 0 0;
  color: #fff;
  width: 450px;
  font-size: 24px;
  font-weight: 400;
  background: #598CF2;
  padding: .4rem .5rem;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quizeLongChoose_zichuang>div:hover, .quizeLongChoose>div:hover {
  background: #4F7DDA;
}
.quizeLongChoose_zichuang>div img, .quizeLongChoose>div img {
  width: 24px;
  margin-left: 10px;
}
.newSelectTest-choiceType-pa, .newSelectTest-choiceType-pa-wenda {
  color: #ff5c35;
  position: relative;
}

.newSelectTest-item-title {
  color: #FF4C1F;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  padding: .5rem 0;
  text-align: left;
  margin: 15px 0;
}

.quizeselectItem {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.editors_box {
  display: flex;
  align-items: center;
}
.editors_box div {
  margin-right: 30px;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.editors_box span {
  color: #999;
}
.editors_box div img {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  margin-right: 10px;
  border-radius: 50%;
}
.count_number {
  width: 100%;
  font-weight: 400;
  color: #999;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.count_number span:nth-child(2) {
  color: #FD9700;
  font-size: 24px;
  font-weight: bold;
}

.buzzfunSelectItemScore,
.quizeselectItem>div {
  width: calc(50% - 0.5rem - 20px);
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 8px 0px rgba(102,102,102,0.2000);
  font-size: 20px;
  color: #333;
  position: relative;
  line-height: 32px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  /* border: 1px solid #999999; */
}
.buzzfunSelectItemScore:hover,
.quizeselectItem>div:hover {
  background: #b8cdf7;
}
.buzzfunSelectItemScore {
  margin: 10px;
  width: calc(50% - 1rem - 22px);
}
.quizeselectItem_choosed>div:hover {
  background: #F4F4F4;
}
.copyright {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.5rem;
  text-align: left;
  width: 100%;
  font-weight: normal;
  color: #bababa;
  font-style: italic;
}
.newPollLongSelectSubmit,
.longSelectSubmit, .longSelectSubmit_duoxuan, .longSelectSubmit_zichuang, .longSelectSubmitWenda {
  margin: 1rem auto;
  background: #FD9700;
  padding: 15px 20px;
  font-size: 1.4rem;
  color: #fff;
  width: 220px;
  text-align: center;
  cursor: pointer;
  /* border-radius: 8px; */
  font-weight: bold;
}
.newPollLongSelectSubmit:hover,
.longSelectSubmit:hover, .longSelectSubmit_duoxuan:hover, .longSelectSubmit_zichuang:hover, .longSelectSubmitWenda:hover{
  background: #E88C03;
}
.newPollLongSelectSubmit_hide {
  display: none;
}
.quizeselectItem .longSelectDivTempClasszhengchang {
  background: #3075ff !important;
  color: #fff;
}
.quizeselectItem .longSelectDivTempClasszhengchang div {
  color: #fff !important;
}
.longSelectDivTempClasszhengchang_notright {
  background: #ff0000!important;
  color: #fff!important
}

.selectWendaDesc {
  color: #333;
  display: none;
  padding: 0 1.25rem 0rem 1.25rem
}

.selectWendaDesc>div {
  display: flex;
  align-items: center;
}

.selectWendaDesc p {
  font-size: 1rem;
  color: #fff;
}

.selectWendaDescTitle div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center
}

.selectWendaDescTitle div.rightnone {
  display: none
}

.selectWendaDescTitle div img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block
}

.selectWendaDescTitle div.right span {
  color: #4c82ff;
  font-size: 1rem
}

.selectWendaDescTitle div.error span {
  color: #fc4260;
  font-size: 1rem
}

/* 比例 */
.quizeselectItem_bili {
  display: flex;
  width: calc(100% - 2rem);
  padding: 0 1rem .5rem 1rem;
  align-items: center;
}
.quizeselectItem_bili>div.newSelectTest-img-no {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem;
  font-size: 20px;
  color: #fb4955;
  position: relative;
  border-radius: 1rem;
  border: 2px solid #fb4955;
  padding: 0.8rem 0.3rem;
}
.quizeselectItem_bili>div.newSelectTest-img-no:first-child {
  color: #3e95ff;
  border: 2px solid #3e95ff;
}
.quizeselectItem_bili>div .newSelectTest-img{
  flex: 1;
  margin: 0.25rem;
  font-size: 0.9rem;
  color: #fb4955;
  position: relative;
  border-radius: 1rem;
  border: 2px solid #fb4955;
  padding: 0.3rem 0;
  width: calc(100% - 0.9rem) !important;
}
.temp_img_bili .newSelectTest-img {
  border-radius: 0 !important;
}
.temp_img_bili_title {
  padding: 0.2rem;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
}
.temp_img_bili {
  flex: 1;
}
.quizeselectItem_bili>div:first-child .newSelectTest-img{
  color: #3e95ff;
  border: 2px solid #3e95ff;
}

.select_jindutiao {
  display: none;
}


.quizeselectItem_bili>img {
  margin: 0 0.2rem;
  width: 40px;
  height: 40px;
}
.temp_img_bili .newSelectTest-img {
  text-align: center;
}
.temp_img_bili .newSelectTest-img img {
  width: calc(100% - 10px);
}
.temp_img_bili .newSelectTest-img .copyright {
  width: calc(100% - 10px);
  margin: 0 auto;
}
.select_jindutiao_bottom>div {
  position: relative;
  padding: 0;
  background: #dadada;
  height: 1.2rem;
  margin: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select_jindutiao_bottom_number {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select_jindutiao_bottom_number span {
  font-size: 1rem;
  color: #999;
}
.select_jindutiao_bottom_number span.select_jindutiao_bottom_number_span {
  font-size: 16px;
}
.longSelectDivTempClasszhengchang1 .agree_top span,
.longSelectDivTempClasszhengchang1 .select_jindutiao_bottom_number span,
div.quizeselectItem div.longSelectDivTempClasszhengchang1 .select_jindutiao_bottom_number span {
  color: #598CF2;
}
.select_jindutiao_bottom span {
  top: 0;
  left: 0;
  font-size: 20px;
}

.jindutiao_span1,
.agree_top_title{
  color: #999;
  font-size: 20px;
}

.select_jindutiao_spanbaifenbisub1 {
  background: #999999;
}
.longSelectDivTempClasszhengchang1 .select_jindutiao_spanbaifenbisub1,
div.quizeselectItem div.longSelectDivTempClasszhengchang1 .select_jindutiao_spanbaifenbisub1{
  background: #598CF2;
}

.select_jindutiao_top1 .jindutiao_span2,
.select_jindutiao_top1 .agree_top_title{
  color: #FB4955;
}
.select_jindutiao_top {
  margin-bottom: 20px;
}
.select_jindutiao_top p {
  color: #333;
}

.select_jindutiao_spanbaifenbisub2 {
  background: #FB4955;
}
.select_jindutiao_spanbaifenbisub1,
.select_jindutiao_spanbaifenbisub2 {
  z-index: 1;
  height: 100%;
}

.agree_top_num {
  font-weight: 400;
  color: #999;
  font-size: 20px;
}
.quizeselectItem_bili > div:hover {
  background: #ffcfd2;
}
.quizeselectItem_bili > div:first-child:hover {
  background: #d1e6ff;
}
/* 比例end */

.quizeselectItem_zichuang {
  position: relative;
}

.slider_dragDiv {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  top: 0;
  left: 0;
  border: 3px solid #ff7800;
  color: #ff7800;
  opacity: 0;
  background: none!important;
}

.opacitybox {
  opacity: 1!important
}

.buzzfunTestsinstructionsDesc {
  font-size: 1.3rem;
  color: #FF4C1F;
  margin-bottom: .5rem;
}

.buzzfunTestsinstructionsText {
  color: #333;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
}

.question_desc-select>p {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  padding: 0.5rem 0;
}

.buzzfunTestsinstructions {
  padding: .5rem 0;
  width: 100%;
}

.buzzfunTestsinstructionsBtn {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-top: 10px;
}

.buzzfunTestsinstructionsBtn a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #FD9700;
  color: #fff;
}

.jogar_container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.shifenzhongdaojishi {
  position: absolute;
  display: flex;
  right: .5rem;
  align-items: center;
  top: 15px;
  color: #333;
  font-size: 1rem;
}
.time_gif {
  width: 1rem;
  margin-right: 10px;
}

.shifenzhongdaojishi>span {
  font-size: 18px;
  margin-right: 5px;
}

.buzzfunSelectQuestion {
  text-align: center;
  margin: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buzzfunSelectQuestion>span {
  color: #fff;
  background-color: #598CF2;
  font-size: .65rem;
  padding: 5px 10px;
  font-family: Cambria;
  border-radius: 24px;
}
.this_current {
  font-size: 16px;
  font-weight: bold;
}

.buzzfunSelectItemTitle {
  font-size: 1.3rem;
  color: #ff5c35;
  line-height: 1.5rem;
}

.buzzfunSelectItemContentItem {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
}

/* .buzzfunSelectItemScore {
  width: calc(50% - .8rem);
  background-color: #3a3a3a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  word-break: break-word;
  cursor: pointer;
} */

/* .buzzfunSelectItemScore:hover {
  background: #333;
}  */

/* .buzzfunSelectItemScore:nth-child(2n+1) {
  margin-right: .6rem;
} */

.quiz_battle_hide_item {
  display: none!important;
}

.buzzfunSelectNextBtn {
  margin: 25px 0 25px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buzzfunSelectNextBtn e {
  display: inline-block;
  position: absolute;
  width: 120px;
  z-index: 10;
  height: 40px;
}

.buzzfunSelectNextBtn span {
  display: inline-block;
  width: 120px;
  height: 40px;
  background-color: #4267b2;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  border-radius: .3rem;
}

.currentSelectItem {
  background-color: #4c82ff !important;
  color: #fff
}

.currentSelectItem>div {
  color: #fff!important
}

.calculating_result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.calculating_result p {
  color: #656565;
  margin-top: 1rem;
}

.calculating_result img {
  width: 200px;
  /* width: 200px; */
  /* height: 3rem; */
}
.buzzfunLoginBtn>label.uploadLogInFaceBook:hover {
  background: #39599B;
}
.buzzfunLoginBtn>label.buzzfunLoginBtnCame:hover {
  background: #E88C03;
}
.readyAfterLoading {
  display: none;
}
.result_desc {
  text-align: left;
  width: 100%;
  margin-top: 10px;
}
.result_desc p {
  line-height: 34px;
}
.trivia_result_info {
  display: flex;
  align-items: center;
}
.trivia_result_info p {
  margin-right: 30px;
  font-size: 20px;
  color: #333
}
.trivia_result_info p .trivia_result_num {
  color: #3682FF;
  font-size: 30px;
  font-weight: bold;
}
.trivia_result_info p .trivia_result_p {
  color: #3682FF;
  font-weight: bold;
}
.poll_result_popular {
  font-size: 22px;
  color: #3682FF;
  font-weight: bold;
}
.copyrightDiv_class {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px 20px;
  background: rgba(0,0,0,0.3);
  font-size: 12px;
}
.poll_result_nopopular {
  font-size: 22px;
  color: #FB4955;
  font-weight: bold;
}
.scroeAmount_share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.scroeAmount_share .result_share-moreapp {
  width: auto;
}
.what_do_you_think {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}


.result_img-loading-bg {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
}

.result_img-loading-bg img {
  width: 4rem!important;
  height: 4rem!important;
  display: block;
  position: relative;
  z-index: 1;
}

.result_share-moreapp {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.another_app {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 10px 0;
  margin-right: 10px;
  cursor: pointer;
}
.detail_share-moreapp .another_app {
  flex: 1;
}
.another_app a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.another_app:last-child {
  margin-right: 0
}

.another_app img {
  width: 2.5rem;
  margin-right: 1rem;
}
.another_app:hover img {
  transform: scale(1.1);
}

.result_agian-next_btn {
  display: flex;
  padding: 20px 0;
}

.result_agian-next_btn>a {
  flex: 1;
  display: flex;
  color: #222;
  align-items: center;
  background: #F4F4F4;
  position: relative;
}
.result_agian-next_btn>a img {
  width: 140px;
  margin: 20px;
  margin-right: 10px;
}
.result_agian-next_btn>a.dontmiss {
  margin-right: 20px;
}

.result_agian-next_btn>a>span {
  color: #bbb;
  font-size: 26px;
  margin: 0 15px 0 0;
}

.result_agian-next_btn>a.next>span {
  margin: 0 0 0 15px;
}

.result_agian-next_btn>a>div {
  flex: 1;
  height: 100%;
}

.result_agian-next_btn>a>div h3 {
  display: flex;
  justify-content: end;
  margin-bottom: 5px;
}
.result_agian-next_btn>a>div h3 span {
  display: inline-block;
  background: #FF4AAB;
  color: #fff;
  padding: 3px 12px;
  font-size: 12px;
  border-radius: 0 0 0 16px;
  font-weight: normal;
}
.result_agian-next_btn>a>div p {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  padding-right: 5px;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.result_agian-next_btn>a>div:hover p {
  color: #777;
}
.quiz_detial_title>div, .quiz_detial_title>p,
.articlesDetailTitle>div, .articlesDetailTitle>p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  
  margin: 8px 0 0 0;
}

.tempspanduyiwuer {
  color: #598CF2;
  font-weight: bold;
}
.tempspanduyiwuer:hover {
  text-decoration: underline;
}
.newSelectTest-item-img {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  color: #666;
}

.newSelectTest-item-img img {
  width: 100%;
  vertical-align: top;
}


#cookie-notice {
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Helvetica Neue, sans-serif;
  display: none;
}

.cookie-notice-container {
  color: #fff;
  padding: 15px 25px;
}


.cn-set-cookie, .cn-more-info {
  color: #fff;
  background: #00a99d;
  display: inline-block;
  border-radius: 3px;
  margin: 0 5px 5px 5px;
  padding: 3.5px 12px;
}

.cn-close-icon {
  color: #ccc;
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: .5;
  padding: 10px;
  outline: 0;
}

.newSelectTest-img .longSelectDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - .25rem);
  height: calc(100% - .25rem);
  z-index: 1;
  /* background-color: #4c82ff;
  border: solid 2px #4c82ff; */
  opacity: .3;
  display: none;
}

.newSelectTest-choiceType-pa-wenda .noCantSelect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}

.quiz_content_main-photos {
  position: relative;
  width: 90%;
  margin: 0 auto;

}
.buzzfunphotos {
  width: 80%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #000;
}
.buzzfunphotos .swiper-slide>div {
  color: #fff;
}
.buzzfunphotos .swiper-wrapper {
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.swiperSlideDesc {
  position: absolute;
  bottom: 0;
  left: 0
}

.photoDesc {
  position: absolute;
  bottom: 0rem;
  left: 10%;
  width: calc(80% - 1rem);
  color: #fff;
  z-index: 1;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 5rem;
}

.photoDescHadClick {
  height: 7rem;
  -webkit-line-clamp: 66;
  overflow-y: scroll
}

.photoDesc span {
  font-size: .8rem
}

.buzzfunphotos .swiper-slide>div {
  position: relative;
  width: 100%
}

.buzzfunphotos .swiper-slide>div>img {
  display: block
}

.buzzfunphotos .swiper-slide div.swiper-slide-last-img-div {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap
}


.swiper-slide-banner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-slide {
  text-align: center;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column
}

.swiper-container1 .swiper-slide {
  width: 80%!important;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9)
}

.swiper-container1 .swiper-slide .bannerTitleDiv {
  opacity: 0
}

.swiper-container1 .swiper-slide-active .bannerTitleDiv {
  opacity: 1
}

.swiper-container1 .swiper-slide-active {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  z-index: 10
}

.swiper-container1 .swiper-wrapper .tempTransformScale {
  transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12)
}
.tuijiantitle {
  width: calc(100% - .5rem);
  text-align: left;
  padding: 0 .25rem;
  color: #fff;
  z-index: 10
}

.imgDivBox {
  width: calc(50% - .5rem);
  position: relative;
  padding: .25rem
}

.imgDivBox img {
  width: 100%;
  height: 100%;
  display: block
}


.imgDivBoxtitle {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  bottom: .25rem;
  left: .25rem;
  padding: 0rem .2rem;
  width: calc(100% - .8rem);
  color: #fff;
  font-size: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.tuijianTishiNextSlide {
  width: 100%;
  color: #fff;
  font-size: .8rem;
  z-index: 10;
  text-align: center;    
}


.divLinePa {
  margin: .5rem 0;
  text-align: center;
  color: #ccc;
  font-size: 14px;
  position: relative
}

.divLinePa span {
  background: #f7f7f7
}

.divLine {
  border-bottom: 1px solid #e3e3e3!important;
  background: none!important;
  width: 100%;
  color: #d9d9d9;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  z-index: -1
}

.positionRealetive {
  position: relative;
  z-index: 1;
}

.loading_gif_el_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_gif_el_po {
  position: absolute;    
}

._1VnnEsApWQ57fw-RqT03No {
  text-align: center;
  margin-bottom: 8px;
}
._1VnnEsApWQ57fw-RqT03No {
  position: relative;
  transition: transform .8s;
  transform-style: preserve-3d;
}
._2x4U8eT-KmUVQVq5uFJaS4 {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wL6ttDere5rHZQnEb-LOc {
  display: block;
  width: 100%;
}
._20DAnGreJghhSB0dn2DxuX {
  cursor: pointer;
}
._20DAnGreJghhSB0dn2DxuX {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
._20DAnGreJghhSB0dn2DxuX {
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  padding: 4px 8px;
  background-color: rgba(0,0,0,.5);
  border-radius: 4px;
}
._20DAnGreJghhSB0dn2DxuX {
  position: absolute;
  display: flex;
  align-items: center;
  max-width: 100%;    
  top: 50%;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
._20DAnGreJghhSB0dn2DxuX img {
  width: 20px;
}
._706pjU3irjq7JeQ1l60WY {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
._13ae3OjNVBoiCbrApUuBKI {
  left: 0;
}
._13ae3OjNVBoiCbrApUuBKI {
  transform: rotateY(180deg);
}
._13ae3OjNVBoiCbrApUuBKI {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
._13ae3OjNVBoiCbrApUuBKI .wL6ttDere5rHZQnEb-LOc {
  height: 100%;
}
._1WAh8ydKoP86BsrPXrhe4g {
  transform: rotateY(-180deg);
}
h6,section {
  display: none;
}

.filterblur {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.filterblur > img {
  width: 100%;
  filter: blur(30px);
}
.filterblur > div {
  background: rgba(34,34,34,0.25);
  position: absolute;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  padding: 4px 8px;
  align-items: center;
}

.filterblur > div > img {
  width: 20px;
}

.filterblurshowimg > img {
  filter: blur(0px);
}


.filterblurshowimg > div {
  display: none;
}

.newArticleAnswerBtn {
  color: #fff;
  display: flex;
}

.newArticleAnswerBtn > div {
  flex: 1;
  margin: 0.5rem;
  display: flex;    
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  cursor: pointer;
  border-radius: 5px;
  height: 40px;
}

.newArticleAnswerContent > div {
  display: none;
}


#forDragBox {
  display: flex;
  justify-content: center;
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.paste_select_delete {
  display: flex;
  position: relative;
  justify-content: center;
  padding-top: 0.5rem;
  background: #e6e6e6;
  color: #707070;
}

.select_paste {
  display: flex;
  width: 60%;
  align-items: center;
}
.select_paste img {
  width: 1rem;
  vertical-align: top;
}

.select_allicon {
  flex: 1;
  text-align: center;
}
.left_change,
.right_change {
  width: 1rem;
  display: inline-block;
  height: 1rem;
}

.select_allicon span, .choose_paste_icon, .delete_paste {
  display: none;
}

.select_allicon span.active_now, .active_now {
  display: block;
}

.choose_paste_icon, .had_add_img {
  width: 100%;
  overflow: hidden;
  margin: 0 0 0.5rem 0;
}
.had_add_img {
  display: none;
}
.had_add_img > div,
.choose_paste_icon > div {
  display: flex;
  overflow: auto;    
}
.had_add_img > div img,
.choose_paste_icon > div img {
  width: 3rem;
  margin: 0.5rem;
}

.paste_submit, .paste_rechoose {
  display: flex;
  padding: 0.5rem 0;    
  border: 1px solid #bf5dc5;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
  color: #bf5dc5;
  align-items: center;
}

.paste_submit span, .paste_rechoose span {
  flex: 1;
  text-align: center;
}

.paste_add, .paste_delete{
  width: 1rem;
} 
.paste_rechoose img, .paste_submit img {
  width: 1.5rem;
  margin-left: 0.9rem;
  vertical-align: top;
}

.paste_add {
  display: none;
}

.change_select_delete {
  position: absolute;
  right: 0.5rem;
  bottom: 0.2rem;
  height: 19px;
  width: 19px;
}
.change_select_delete img {
  vertical-align: top;
}
.selected_img_could_delete {
  position: relative;
}
.img_list_div div img {
  background: rgba(0,0,0,0.1);
}
.selected_img_could_delete .choess_img_item {
  vertical-align: top;
}

.had_add_img > div img.click_to_remove_img {
  position: absolute;
  z-index: 2;    
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  width: 1rem;
}

.delectAllTobegain {
  position: absolute;
  right: 0rem;
  top: 0rem;
}

.delectAllTobegain img {
  width: 1.5rem;
}

.question_img_paste {
  width: 300px;
  margin: 0 auto;      
}
.choose_paste_icon_pa, .had_add_img {
  background: #e6e6e6;
  margin-bottom: 0.5rem;
}

label.question_img_paste {
  background: #fd9600;
  margin: 0.5rem auto;
}
.paste_submit {
  margin: 0.5rem auto;
  background: #bf5dc5;
  color: #fff;
}
.newPastebox {
  margin-top: 0.5rem;
}
.zhezhao {
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  margin: 0.5rem;
}

.invite_friends ,.login_for-facebookbtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.5rem;
  background-color: #4267b2;
  border-radius: .35rem;
  margin-bottom: .35rem;
  cursor: pointer;
}

.facebook_logo_google, .facebook_logo {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: .9rem;
}
.invite_friends >span,.login_for-facebookbtn>span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .9rem;
  color: #fff;
  font-weight: 700;
}


.diaochawenjuan {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  height: 2.5rem;
  background-color: #4267b2;
  border-radius: .35rem;    
  margin: auto;
  margin-bottom: 1rem;
  color: #fff;
  justify-content: center;
  font-size: .9rem
}
.diaochawenjuan:hover {
  background: #4F7DDA !important;
}
.questionnaire_pc {
  display: inline-block;
  background: rgba(0,0,0,0.3);
  padding: 13px;
  border-radius: 50%;
}
.questionnaire_pc:hover {
  background: rgba(0,0,0,0.5);
}
.newSelectTest_duoxuan_new_answer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newSelectTest_duoxuan_new_answer_moreselect {
  width: 20% !important;
  text-align: center;
  margin: 2px !important;
  margin-bottom: 20px !important;
}

.animate__pulse{
  -webkit-animation-name:pulse;
  animation-name:pulse;
  animation-duration: 0.5s;
  -webkit-animation-timing-function:ease-in-out;
  animation-timing-function:ease-in-out
}
@keyframes pulse{
  0%{
      -webkit-transform:scaleX(1);
      transform:scaleX(1)
  }
  50%{
      -webkit-transform:scale3d(1.2,1.2,1.2);
      transform:scale3d(1.2,1.2,1.2)
  }
  to{
      -webkit-transform:scaleX(1);
      transform:scaleX(1)
  }    
}

.icon_huo {
  position: absolute !important;
  top: 10px;
  left: 10px;
  width: 35px !important;
  z-index: 2 !important;
  color: #fff;
}





.question_million {
  position: absolute;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  background: rgba(0,0,0,0.3);
  padding: 10px 24px;
}

.question_million div {
  font-weight: 800;
  color: #F7F000;
  font-size: 18px;
}
.newSelectTest-item-img {
  position: relative;
}

.sub_img_monney {
  position: absolute;
  background: rgba(0,0,0,0.3);
  padding: 10px 20px;
  font-weight: 800;
  color: #FFF000;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 20px;
}

.huisedezhezhao {
  position: absolute;
  z-index: 8;
  width: 102%;
  height: 100%;
  left: -10px;
  background-color: #606060;
  opacity: .4;
  top: -10px;
  padding: 8px;
}


.email_box {
  position: relative;
  margin: 20px 0;
  box-shadow: 0rem 0rem 0.2rem 0rem rgb(103 102 102 / 40%);
}
.email_box > img {
  width: 100%;
  vertical-align: top;
}

.email_box > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.email_box > div h3 {
  text-align: center;
  padding: 0.5rem 0;
  color: #FE7B59;
  margin-top: 0.5rem;
}
.email_box > div h3 img{
  width: 1.3rem;
  margin-right: 0.5rem;
}
.email_box > div p {
  color: #333333;
  font-size: 0.73rem;
  text-align: center;
  padding: 0 2.5rem;
  margin: 10px 0;
}

.email_box > div div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.email_box > div div input {
  height: calc(1.8rem - 2px);
  flex: 0.8;
  margin: 0 0.5rem 0 1rem;
  border: 1px solid #FE7B59;
  color: #999;
  padding-left: 0.5rem;
}

.email_box > div > div >span:hover {
  background: #e88c02!important;
  color: #fff!important;
}

.email_box > div > div>span>span {
  color: #fff!important;
  font-size: 14px;
  text-transform:none;
  transform: none;
  cursor: pointer;
}
.email_box > div > div>span {
  display: flex;
  background: #FE7B59!important;
  padding: 0 0.5rem;
  font-size: 0.7rem;
  height: 1.8rem;
  transform:none;
  color: #fff !important;
  justify-content: center;
  align-items: center;
}
.email_box > div div span img {
  width: 1.1rem;
  display: none;
}


.collect_success_alert_info {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.collect_success_alert_info > div {
  padding: 1rem;
  text-align: center;
  background: rgba(0,0,0,0.6);
  border-radius: 0.3rem;
}

.collect_success_alert_info > div div {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 0.7rem;
}

.common_hide {
  display: none;
}

.children_box {
  width: 200px;
  position: absolute;
  left: 0;
  display: none;
  background: #fff;
  z-index: 88;
  box-shadow: 0px 0px 10px 0px rgba(138, 137, 137, 0.35);
  border-radius: 6px;
  overflow: hidden;
}
.children_box div:hover {
  background: #FC9405;
}
.header-main-menu-item_children {
  padding: 0.5rem 1rem;
  color: #333;
  cursor: pointer;
}

.header-main-menu-item img{
  width: 20px;
}

.classify_item li a.header-main-menu-item {
  color: #FF716D;
}

.choose_month_box {
  position: relative;
  font-size: 16px;
  color: #333;
  width: 120px;
  margin-bottom: 20px;
}

.choose_month {
  border: 1px solid #CCCCCC;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.choose_month img {
  vertical-align: middle;
  width: 17px;
  margin-left: 0.5rem;
}
.month_item_box {
  position: absolute;
  z-index: 10;
  top: 40px;
  padding: 0.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0rem 0rem 1rem 0rem rgba(103, 102, 102, 0.2);
}
.month_item_box_hide {
  display: none;
}

.month_item_box a {
  flex: 1;
  padding: 0.5rem;
  font-size: 16px;
  color: #333;
}
.month_item_box a:hover {
  background: #FC9405;
}
.photoDesc_tags_img_trans {
  transform: rotateZ(180deg);
}

.detail_share-moreapp {
  display: flex;
  height: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.wenzi_jindutiao,
.detail_share-moreapp_none {
  display: none;
  margin: 10px 0;
}
.agree_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
}


.collect_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}

.collect_btn img {
  width: 30px;
}

.collect_btn_click,
.buzzfunPicRongImg .collect_btn_click {
  display: none;
}

.pay_btn,
.choose_btn_to_pay {
  width: 100%;
  background: #FD9700;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
  font-weight: bold;
}
.pay_btn {
  margin: 20px 0 10px 0;
}
.pay_btn:hover,
.choose_btn_to_pay:hover {
  background: #E88C03;
}




.show_two_img_box {
  display: flex;
  width: 615px;
  justify-content: space-between;
  margin: 10px 0;
}
.show_two_img_box > label {
  width: 48%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.show_two_img_box label img.common_twoimg {
  width: 100%;
}
.border {
  border: 2px solid #ccc;
}
.show_two_img_box label label {
  position: absolute;
  font-size: 0.7rem;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.show_two_img_box label label img {
  opacity: 0.7;
}
.show_two_img_box label label img:hover {
  opacity: 1;
}
.show_two_img_box label img.img_two_close {
  position: absolute;
  width: 24px;
  top: 10px;
  right: 10px;
  display: none;
}
.show_two_img_box label img.img_two_close:hover {
  background: #000;
  border-radius: 50%;
}
.submit_all_img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}
.submit_all_img div {
  width: 30%;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #CCCCCC;
  font-weight: bold;
  font-size: 24px;
  cursor: pointer;
}

.submit_all_img div:hover {
  background: #E88C03 !important;
}

#buzzfun_search img{
  width: 40px;
}

.user_login {
  width: 40px;
}

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

.scroeItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1.5rem 0.5rem;
  padding-top: 0.5rem;
}

.scroeItem img {
  width: 2.5rem;
  cursor: pointer;
}
.scroeItem img:hover {
  transform: scale(1.1);
}
.scroeItem span {
  font-size: 0.7rem;
  color: #666;
  position: absolute;
  bottom: 0;
}
.heart_eyes {
  display: none;
}
.shopping_top_left ul {
  padding: 10px;
}
.shopping_banner,
.shopping_top_recommend {
  display: flex;
  margin: 10px auto;
}

.shopping_top_left {
  flex: 0.53;
}

.shopping_top_right {
  flex: 0.48;
}
.swiper_box {
  width: 100%;
  display: none;
}
.swiper-container_two {
  width: 100%;
  overflow: hidden;
}
.shopping_banner {
  padding: 10px 0;
  width: 1180px;
}
.shopping_banner_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.shopping_banner_title div {
  flex: 1;
}
.shopping_banner_title div img {
  width: 100%;
}
.shopping_banner_title span {
  margin: 0 20px;
}

.questiondesc_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 10px 10px 20px;
  overflow: hidden;
  height: 55px;
}

.common_list-questiondesc p{
  text-align: left;
  padding: 3px 10px;
}

.swiper-wrapper,
.banner_shopping,
.swiper-container_three {
  width: 100%;
}

.swiper-container_three .swiper-pagination-bullet {
  background: rgba(0,0,0,0.2);
}

.swiper-container_three .swiper-pagination-bullet-active {
  background: #FD9603;
}

.shopping_latest_ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopping_latest_ul_category {
  justify-content: flex-start;
}
.shopping_latest_ul li {
  width: 32%;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(103,102,102,0.1600);
}
.shopping_latest_ul_category li {
  width: calc(33% - 20px);
  margin-right: 20px;
}
.shopping_latest_ul li div {
  background: #000;
  height: 194px;
  overflow: hidden;
  position: relative;
}

.shopping_latest_ul li P {
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  padding: 20px 10px 0;
  overflow: hidden;
}

.shopping_latest_ul li span {
  color: #999;
  font-size: 14px;
  padding: 20px 10px 10px;
  display: inline-block;
}
.shopping_latest_ul li:hover div img,
.shopping_latest_ul li:hover span,
.shopping_latest_ul li:hover p {
  opacity: 0.7;
  transition: all .25s;
}
.shopping_top_recommend h2 {
  font-size: 16px;
  -webkit-line-clamp: 2;
  line-height: 22px;
}

.shopping_load_more {
  margin: 0 auto;
  width: 250px;
  height: 40px;
  background: #FD9700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.shopping_load_more:hover {
  background: #e9961c;
}

.swiper-container_three .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-container_two .swiper-button-next, .swiper-container_two .swiper-button-prev {
  background: rgba(0, 0, 0, 0.7);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container_two .swiper-button-prev img,
.swiper-container_two .swiper-button-next img {
  width: 10px;
}
.swiper-container_two .swiper-button-prev:hover,
.swiper-container_two .swiper-button-next:hover {
  opacity: 0.7;
}

ins {
  margin-bottom: 10px;
}

.shopping_wrap {
  position: relative;
  display: flex;
}
.amazon_commodity {
  position: absolute;
  width: 80px;
  padding: 8px;
  top: 20px;
  right: 20px;
  background: #fff;
  display: flex;
  border-radius: 2px;
}
img {
  vertical-align: middle;
}
.amazon_commodity img {
  width: 100%;
}
.articlesDuyouClass {
  margin-top: 20px;
}
.articlesDuyouClass p.via_amazon {
  text-align: center;
  font-size: 14px !important;
  color: #9AA19E !important;
  line-height: 26px !important;
  margin: 10px 0;
}
.category_shopping {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  margin-bottom: 10px;
}
.at_amazon,
.checkThisOut {
  background: #F89307;
  border: 1px solid #F89307;
  width: 250px;
  margin-top: 30px;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 20px;
  text-align: center;
}
.at_amazon:hover,
.checkThisOut:hover {
  background: #e78b01;
  color: #fff;
}
.checkThisOut:hover .icon_hover {
  display: block;
}
.checkThisOut:hover .icon_nohover {
  display: none;
}
.checkThisOut img {
  width: 20px;
  margin-left: 10px;
}
.icon_hover {
  display: none;
}

.shopping_wrap_amazon::after {
  content: "";
  width: 80px;
  height: 26px;
  background: url(https://www.buzzfun.me/Public/static/Amazon_commodity.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  padding: 5px;
  top: 10px;
  right: 10px;
  border-radius: 2px;
}
.template_shopping {
  font-family: 'Source Serif Pro', serif !important;
}
.template_index {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 30px;
}

.template_index div:first-child,
.template_index div:last-child {
  flex: 1;
  display: flex;
  align-items: center;
}

.template_index div:first-child div,
.template_index div:last-child div {
  flex: 1;
  height: 1px;
  background: #FFC1A3;
}

.template_index div:first-child span,
.template_index div:last-child span {
  display: inline-block;
  width: 6px;
  height: 15px;
  background: linear-gradient(0deg, #FFC2A1 0%, #FFB1BD 100%);
  text-transform: uppercase;
  transform: skewX(-15deg);
}

.template_index_num {
  margin: 0 10px;
  font-size: 34px;
  font-weight: bold;
}

.margin-left {
  margin-left: 8px;
}

.margin-right {
  margin-right: 8px;
}



.at_amazon span {
  margin-right: 10px;
}

.freelancer_ul li {
  list-style: inside;
  color: #FD9700;
  margin: 10px 0;
  font-size: 16px;
}

.freelancer_ul li span {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.template_desc {
  font-size: 18px;
}
.template_pc_style {
  display: flex;
  padding: 10px;
  background: #f8f8f8;
}
.template_pc_style a {
  position: relative;
  margin-right: 20px;
}
.template_pc_style a .via_amazon {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2px 10px;
  background: rgba(0,0,0,0.2);
  color: #fff !important;
  margin: 0;
}
.template_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

.buzzfun_community {
  position: relative;
  margin: 10px 0;
  box-shadow: 0px 0px 7px 0px rgba(210,210,210,0.5);
}
.buzzfun_community img {
  width: 100%;
}

.buzzfun_community_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.buzzfun_community_content .p  {
  width: 65%;
  text-align: center;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
}
.buzzfun_community_content .p div {
  display: inline;
}
.buzzfun_community_content .p .another {
  color: #FF7C59;
}

.buzzfun_community_content .join_us {
  background: #4A66AD;
  border-radius: 0.3rem;
  width: 66%;
  padding: 0.5rem 0;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold; 
  margin-top: 1rem;
}
.buzzfun_community_content .join_us:hover {
  background: #5e7ed0;
}

.articlesDuyouClass p * ,
.articlesDuyouClass p {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  color: #292929 !important;
  font-family: 'Source Serif Pro', serif !important;
} 

.pros_cons {
  display: flex;
  box-shadow: 0rem 0rem 1rem 0rem rgba(184,184,184,0.2);
  margin: 20px 0;
  padding: 0 10px;
}

.pros_cons ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 400;
}

.pros_cons ul {
  margin-right: 40px;
  flex: 1;
}
.pros_cons_line {
  height: 100px;
  width: 1px;
  background: #F4F4F4;
  margin: auto 20px;
}
.pros_cons ul li img {
  width: 20px;
  margin-right: 10px;
}

.pros_cons ul li.pros_cons_li_title {
  font-weight: bold;
  font-size: 20px;
}

.user_comments_img {
  width: 20px;
  margin-right: 10px;
}
.shopping_cons {
  color: #999;
}
.user_name {
  color: #598CF2;
  font-size: 20px;
}
.user_name:hover {
  text-decoration: underline;
}
.user_comments_main {
  background: rgba(231, 139, 0, 0.1);
  padding: 10px;
  font-style:oblique;
  margin: 10px 0;
  font-size: 20px;
}
.user_comments > div {
  margin: 20px 0;
}
.user_comments span {
  font-size: 20px;
  font-weight: bold;
}

.download_img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 48px;
  z-index: 2;
}
.download_img img {
  width: 48px;
  vertical-align: top;
  cursor: pointer;
}
.download_img img:hover {
  transform: scale(1.1);
}

.shopping_category_title {
  position: relative;
  z-index: 1;
}

.shopping_title_left {
  position: absolute;
  width: 20px;
  top: -10px;
  left: -20px;
}

.shopping_title_right {
  position: absolute;
  width: 41px;
  top: -15px;
  right: -20px;
  z-index: 0;
}

.shopping_banner a {
  color: #999; 
  font-size: 16px;
  font-weight: 400;
}
.shopping_banner a:hover {
  color: #fd9700;
}

.newSelectTest-img a {
  color: #999 !important;
}

.testagain {
  width: 385px;
  height: 48px;
  line-height: 48px;
  background: #FF7B00;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 20px;
}


.aitxtresult_box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: -1px;
  padding: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  z-index: 1;
}
.aitxtresult_box_img {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  height: 100%;
  left: 0;
  backdrop-filter: blur(30px);
  border-radius: 1rem;
}
.aitxtresult_box_img_bg {
  width: 100%;
  border-radius: 1rem;
}
.aitxtresult_box_hide {
  display: none;
}
.aitxtresult_box_img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.aitxtresult_box_img img {
  width: 100%;
}
.resultfilter {
  filter: blur(27px);
}
.aitxtresult_box_img_loading {
  width: 3rem !important;
  height: 3rem !important;
  position: absolute;
}

.result_trivia_info {
  display: flex;
  margin: 20px 0;
  width: 100%;
}

.result_trivia_info > div{
  flex: 1;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  border-radius: 10px;
}
.result_trivia_info > div:nth-child(2) {
  margin: 0 20px;
}
.trivia_info_item_title {
  color: #999;
  font-size: 14px;
  margin-bottom: 8px;
}
.trivia_info_item_num {
  color: #ff7b00;
  font-size: 32px;
  font-weight: bold;
}

.result_trivia_info > div:nth-child(3) .trivia_info_item_num {
  color: #999;
}

.warm_prompt {
  display: flex;
  background: linear-gradient(98deg, #FDFAFF 0%, #FFFFFF 45%, #F4FFFE 100%);
  border-radius: 20px;
  border: 1px solid rgba(255,49,21,0.25);
  align-items: center;
  margin-bottom: 20px;
  height: 88px;
  width: calc(100% - 10px);
  padding: 5px 0 5px 10px;
}
.warm_prompt_content {
  font-size: 18px;
  color: #FF9900;
  flex: 1;
}
.warm_prompt div img {
  width: 100px;
}
.warm_prompt div img.ar_translate {
  transform: rotateY(180deg);
}


.aitestagainnew {
  position: relative;
  margin: 25px 0 0;
  display: flex;
  justify-content: center;
  width: 385px;
  cursor: pointer;
}
.aitestagainnewimg {
  width: 100%;
}
.aitestagainnewcontent {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.letaiagainit {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.aitestagainnewcontentimg {
  position: absolute;
  width: 38px;
  right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.mobile_ai_icon {
  width: 100%;
}
.mobile_go_pic {
  width: 20px;
  position: absolute;
  animation: scal_go 1s infinite;
}
.aitestagainnewcontent:hover .mobile_go_pic {
  animation: none;
}
@keyframes scal_go {
  0% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.2);
  }

  100% {
      transform: scale(1);
  }
}

.aiturntipsalert {
  position: absolute;
  bottom: 88px;
  font-size: 16px;
  width: 66%;
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.aiturntipsalerthide {
  display: none;
}
.aiturntipsalert > img {
  width: 100%;
  margin-bottom: 6px;
}

.aiturntipsalert::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid rgba(0,0,0,0.8);
  transform: rotate(45deg);
  border-top-color: rgba(0,0,0,0);
  border-left-color: rgba(0,0,0,0);
}
.aitestagaincontainer_two_result {
  position: absolute !important;
  width: 100%;
  margin-top: 100px;
  color: #fff;
}
.aitestagaincontainer_two_result .swiper-slide {
  font-size: 16px;
}
.aitestagaincontainerwrapper {
  width: 100%;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.aitxtresult_box .swiper-container-fade .swiper-slide-active, 
.aitxtresult_box .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  opacity: 1 !important;
}


.aiquiz_textinput {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.aiquiz_textinput input {
  flex: 1;
  margin-right: 10px;
  border: 1px solid #FF7B00;
  height: 38px;
  padding: 5px 15px;
  font-size: 18px;
}
.warning_circle_fill_box {
  position: relative;
}
.warning_circle_fill_box img {
  width: 24px;
  height: 24px;
}
.warning_hover_fill {
  display: none;
}
.warning_circle_fill_box:hover .warning_hover_fill {
  display: block;
}
.warning_circle_fill_box:hover .warning_circle_fill {
  display: none;
}
.warning_circle_fill_tips {
  position: absolute;
  top: 35px;
  width: 470px;
  left: 50%;
  margin-left: -235px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  display: none;
  z-index: 88;
}
.warning_circle_fill_box:hover .warning_circle_fill_tips {
  display: block;
}
.warning_circle_fill_tips::after {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -15px;
  border: 5px solid rgba(0,0,0,0.4);
  transform: rotate(45deg);
  border-bottom-color: rgba(0,0,0,0);
  border-right-color: rgba(0,0,0,0);
}
.countnumbox {
  position: absolute;
  right: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  background: #fff;
  z-index: 5;
}
.countnum {
  margin-right: 10px;
  margin-top: 2px;
}
.countnumclear {
  display: flex;
  align-items: center;
}
.countnumclearhide {
  display: none;
}
.countnumclear div {
  width: 1px;
  height: 16px;
  margin-right: 10px;
  background: #eee;
}
.countnumclear img {
  width: 24px;
  cursor: pointer;
}

.option_type_moreselect2,
.option_type_moreselect1 {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  right: 10px;
  top: 10px;
  z-index: 5;
}
.option_type_moreselect2 {
  right: auto;
  top: 50%;
  margin-top: -12px;
}
.option_type_moreselect2 img,
.option_type_moreselect1 img {
  width: 100%;
}
.newSelectTest-choiceType img.moreselectchoosed {
  display: none;
}


.airesult {
  padding: 60px 30px 20px;
  background: url(https://www.buzzfun.me/buzzfun/mobile/img/background_pic_square.png);
  background-size: 10px;
  border-radius: 10px;
  background-position: center;
  margin-bottom: 20px;
}
.airesultcontent {
  background: #FBE200;
  border: 1px solid #000000;
  padding: 10px;
}
.airesultcontentmain {
  background: #fff;
  border: 1px solid #000000;
  padding: 10px;
  position: relative;
}
.airesultcontentmain h3 {
  margin: 50px 0px 20px;
  font-size: 22px;
  color: #333;
  line-height: 32px;
}
.airesultcontentmain p {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}
.ai_icon {
  position: absolute;
  width: 80px;
  left: -40px;
  top: -50px;
}
.mobile_ai_tips {
  position: absolute;
  width: 70%;
  right: -1px;
  top: -60px;
}

.mobile_ai_tips img {
  width: 100%;
}
.mobile_ai_tipscontent {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  color: #fff;
  padding: 32px 20px 10px 20px;
  font-size: 16px;
}
.airesultbtn {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  font-size: 18px;
}
.airesultbtn >div {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #FF7B00;
}
.airesultbtn >div:hover {
  color: #E56E00;
}
.airesultbtn img {
  width: 20px;
  margin-right: 5px;
}
.airesultbtn_hoverimg {
  display: none;
}
.airesultbtn >div:hover .airesultbtn_img {
  display: none;
}
.airesultbtn >div:hover .airesultbtn_hoverimg {
  display: block;
}
.aihowtoseehide {
  display: none;
}
.aiquiz_input::-webkit-input-placeholder {
  color: #999
}
.select_allicon span.active_now, .active_now {
  display: block;
}