* {
    padding: 0;
    margin: 0;
}

html,
body {
    font-family: 'Arial';
    background: #f6f6f6;
    height: 100%;
}
#think_page_trace_open {
    z-index: 2;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
input {
    outline: none;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
img {
    vertical-align: middle;
}
.center-common {
    width: 1200px;
    margin: 0 auto;
}

.quiz-ad {
    text-align: center;
}

.share-app-img {
    margin: 0 10px;
    cursor: pointer;
    width: 32px;
}

.quiz_home-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.header-main {
    height: 60px;
    display: flex;
    align-items: center;
}

.header-main-logo {
    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;
    padding-left: 10px;
}

.header-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    flex: 1;
    /* overflow: hidden; */
}

.header-main-menu-item {
    position: relative;
    /* flex: 1; */
    padding: 0 20px;
    height: 60px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.header-main-menu-item:hover{
    background: #FFEBE8;
}
/* .header-main-menu-item div.bottom_line {
    position: absolute;
    display: none;
    height: 10px;
    width: 100%;
    background: #FFA82D;
    left: 0;
    bottom: 0;
    border-radius: 3px;
} */
.children_box {
    width: 200px;
    position: absolute;
    left: 0;
    display: none;
    background: #fff;
    z-index: 88;
    font-size: #FF5691;
    box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
}
.children_box>div {
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    position: relative;
}
.children_sub_box {
    position: absolute;
    right: -200px;
    top: 0;
    background: #fff;
    width: 200px;
    display: none;
}
.children_sub_box>div {
    padding-left: 10px;
}
.children_box > div:hover {
    background: #ffebe8;
}
.children_sub_box > div:hover {
    background: #ffebe8;
}
.children_sub_box_img {
    width: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
}
/* .menuHadSelect {
    background: #ce023f;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
} */

/* home pege */

.quiz_home-root {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.quiz_home-container {
    /* flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; */
}

.container-list {
    flex: 1;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}
.tempTitle {
    margin: 20px 10px 30px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    position: relative;
    z-index: 2;
    color: #333;
}
.tempTitle h2{
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

/* .tempTitle{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:100%;
} */

.badge {
    position: relative;
    display:inline-block;
    background: #FFA82D;
    color: white;
    padding: 10px 20px;
    transform: skew(-20deg);
    font-size: 18px;
    font-weight: bold;
    z-index:1;
}

.badge span {
    display: inline-block;
}

.right-tempTitle{
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:100%;
}

.right-tempTitle .tempTitle_line {
   position: absolute;
   width:100%;
   border:1px solid #555;
}

.new-quizzes .tempTitle {
    margin: 20px 0px;
}
.tempTitle > img {
    position: absolute;
    width: 45px;
    z-index: -1;
    left: -4px;
    bottom: 0;
    display: none;
}
.recommend-quizzes-title {
    margin: 20px 0;
}
.new-quizzes-title {
    margin: 20px 0;
}
.tempTitle_line {
    display: flex;
    align-items: center;
    margin-left: 10px;
    flex: 1;
}
.tempTitle_line > div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #7E6CFF;
    margin-right: 10px;
    display: none;
}
.tempTitle_line span {
    display: inline-block;
    flex: 1;
    height: 4px;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}
.homepage_item {
    margin-bottom: 20px;
    border-radius: 10px;
}
.homepage_item_swiper .container_list_topics{
    margin-bottom: 0;
}
.title_ornament_right{
    width: 46px;
    margin: 0 20px;
}
.container-list-item {
    width: calc(100% / 3 - 24px);
    margin: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.recommend-quizzes .common_list_a,
.new-quizzes .common_list_a,
.container-list-item-warp {
    display: flex;
    padding: 20px;
    background: #fff;
    flex-direction: column;
    border-radius: 20px;
}
.recommend-quizzes .common_list_a:hover,
.new-quizzes .common_list_a:hover,
.container-list-item-warp:hover {
    box-shadow: 0px 0px 20px 0px rgba(153,153,153,0.5);
}
.container-list-item-img {
    overflow: hidden;
    border-radius: 20px;
}

.container-list-item-img img {
    width: 100%;
    height:176px;
}

.new-quizzes-item-desc,
.recommend-quizzes-item-desc,
.container-list-item-p {
    min-height: 50px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.container-list-item-p p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
    font-weight: bold;
}
.container-list-item-p h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
    font-weight: bold;
}
.container-next-btn-search,
.container-next-btn-test,
.container-next-btn-result,
.container-next-btn {
    width: 400px;
    height: 52px;
    background-color: #FFA82D;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 30px auto 50px;
    border-radius: 10px;
    
}
.container-next-btn-search:hover,
.container-next-btn-test:hover,
.container-next-btn-result:hover,
.container-next-btn:hover {
    background: #D91A00;
    color: #fff;
}
.container-next-btn-test a,
.container-next-btn-result a,
.container-next-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 52px;
    color: #fff;
}

.container-next-btn-test,
.container-next-btn-result {
    margin: 50px 0 20px 0;
}

.quiz_home-footer {
    padding: 20px 0;
    background: #000;
}

/* .quiz_home-footer {
    padding: 20px 0;
    background:url("/quiziconic/pc/img/sd/christmas-footer.png") no-repeat;
    background-size: cover;
} */

.footer_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-pic {
    margin: 20px 0;
}
.quiz_home-footer p a {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    margin: 0 20px;
}
.quiz_home-footer p a:hover {
    color: rgba(255,255,255,1);
}
.quiz_home-footer span {
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(255,255,255,0.6);
    display: inline-block;
    text-align: center;
    width: 100%;
}
.quiz_home-footer .line {
    height: 1px;
    width: 100%;
    background: #FFFFFF;
    opacity: 0.1;
    margin: 12px 0;
}
/* test page */

.quiz_test-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center
}

.quiz_test-container-main {
    width:1250px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center */
}

.quiz_test-container-warp {
    width:1250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px 0 10px;
}

.quiz_test-question {
    -webkit-box-flex: 0.66;
    -webkit-flex: 0.66;
    -ms-flex: 0.66;
    flex: 0.66;
    margin-right: 20px;
    width: 792px;
}

.quiz_test-newquiz {
    -webkit-box-flex: 0.34;
    -webkit-flex: 0.34;
    -ms-flex: 0.34;
    flex: 0.34;
    position: relative;
}
.RightBottom_adbox {
    /* width: 100%;
    position: absolute;
    left: 0; */
    position: sticky;
    top: 70px;
}
.result-main,
.question-main {
    background: #fff;
    padding: 20px 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
}
.topic_pic_bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    display: none;
}

.question-main-test-show {
    display: none;
}

.question-main-pic {
    width: 100%;
}

.question-main-pic img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.download_img {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 48px;
    z-index: 2;
    display: none;
    cursor: pointer;
}
.download_img img {
    width: 48px;
    vertical-align: middle;
}
.question-main-title {
    font-size: 26px;
    font-weight: bold;
    padding: 0 15px;
    width: 100%;
    color: #333333;
}

.question-main-p {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    width: 100%;
}
.personal_information {
    color: #999;
    font-size: 14px;
    margin: 10px 0 20px;
    width: 100%;
}

.invite-facebook-btn,
.share-facebook-btn,
.question-main-fb-btn {
    width: 400px;
    height: 52px;
    background-color: #0059D8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 20px 0 0 0;
    /* animation: breathe 1.5s infinite; */
    position: relative;
    box-shadow: 0px 6px 9px 0px #B5D1F9;
}
.invite-facebook-btn:hover,
.share-facebook-btn:hover,
.question-main-fb-btn:hover {
    background: #7E6CFF;
    color: #fff;
}

.invite-facebook-btn span,
.share-facebook-btn span,
.question-main-fb-btn span {
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.question-main-another-login {
    margin: 20px 0;
    text-align: center;
}
.result_desc {
    width:100%;
    margin: 10px 0;
    color: #333;
    text-align: left;
    line-height: 26px;
}

.result_desc * {
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px !important;
}
.result_desc h2 *,
.result_desc h2 {
    font-size: 28px !important;
    font-weight: bold !important;
}
.question-main-another-login span {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.show-another-btn {
    text-decoration-line: underline;
    cursor: pointer;
}
.canvas_result_page {
    position: absolute;
    top: 0;
    z-index: 8;
}
.question-main-another-btn {
    display: flex;
    width: 400px;
    height: 52px;
    margin-top: 10px;
}

.hide-another-btn {
    display: none;
}

.question-main-another-btn input {
    flex: 0.65;
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
    border: 1px solid #FFB4AA;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.question-main-another-btn span {
    flex: 0.35;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFA82D;
    border-radius: 0 10px 10px 0;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    
}
.question-main-another-btn span:hover {
    background: #D91A00;
    color: #fff;
}
.question-main-desc iframe {
    width: 100% !important;
}
.question-main-desc > div {
    width: 100% !important;
}
.question-main-desc {
    width: 100% !important;
    margin: 10px 0;
    color: #333333;
    padding: 0 10px;
    font-size: 20px;
    line-height: 26px;
}
.common_btn {
    width: 400px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}
.common_btn a .gif_click {
    width: 2rem;
    margin-left: 1rem;
}
.common_btn a {
    width: 100%;
    height: 100%;
    background: #FFA82D;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.common_btn a:hover {
    background: #D91A00;
    color: #fff;
}
.common_btn a p {
    font-size: 18px;
    color: #fff
}
.new-quizzes,
.recommend-quizzes {
    padding: 20px 0px;
}

.new-quizzes-title,
.recommend-quizzes-title {
    color: #333;
    font-size: 22px;
}

.recommend-quizzes-title {
    padding-left: 10px;
}

.recommend-quizzes-item-warp {
    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;
}

.recommend-quizzes-item {
    width: calc(50% - 60px);
    margin: 10px;
}

.new-quizzes-item-img,
.recommend-quizzes-item-img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.new-quizzes-item-img img,
.recommend-quizzes-item-img img {
    width: 100%;
    border-radius: 10px;
}

.new-quizzes-item-desc,
.recommend-quizzes-item-desc {
    height: 60px;
}

.new-quizzes-item-desc p,
.new-quizzes-item-desc h3,
.recommend-quizzes-item-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    padding-top: 10px;
}

.new-quizzes--item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.new-quizzes--item-wrap .container-list-item-warp{
    width:384px;
}

.new-quizzes-item {
    margin-bottom: 20px;
}

.new-quizzes-title {
    margin-bottom: 10px;
}

.question-main-testing p {
    font-weight: bold;
    color: #333333;
}

.question-main-testing h3 {
    width: 100%;
    font-size: 26px;
    font-weight: normal;
    color: #333333;
    margin: 20px 0 10px 0;
}

.question-main-testing .testing-img {
    width: 100%;
    border-radius: 5px;
}

.testing-loading {
    margin: 10px;
    width: 350px;
}

/* result page */

.result-pic {
    margin: 20px;
    width: 100%;
}

.result-pic img {
    width: 100%;
    border-radius: 5px;
}

.result-title {
    font-size: 28px;
    color: #333333;
}

.result-desc {
    font-size: 22px;
    color: #777777;
}

.result-again-next {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.result-next-btn,
.result-again-btn {
    width: 400px;
    height: 52px;
    background: #FFA82D;
    border-radius: 10px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
}


.result-again-btn {
    background: none;
    border: 1px solid #FFB4AA;
    color: #FFA82D;
    margin-top: 20px;
    height: 52px;
}
.result-next-btn:hover, 
.result-again-btn:hover{
    background: #FF5100;
    color: #fff;
}

.isselectquestion {
    width: 100%;
    position: relative;
    border-radius: 5px;
}

.isselectquestion-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 43, 52, 0.7);
    border-radius: 5px;
    z-index: 1;
}

.question-select {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    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;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.question-select p {
    font-size: 16px;
    color: #ffffff;
}

.select-img {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 2;
    border-radius: 50%;
    padding: 4px;
    background: #FFF;
    left: 50%;
    top: -40px;
    margin-left: -40px;
}

.select-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#option-question {
    width: 100%;
}

#option-question h3 {
    color: #FFA82D;
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

#option-box {
    width: 100%;
}

#option-box>img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 5px;
}

#option-box table {
    width: 100%;
}

#option-box tbody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#option-box tbody tr {
    width: calc(50% - 10px);
    margin-top: 20px;
    border-radius: 6px;

}
#option-box td {
    /* height: 48px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
audio {        
    display: inline-block;
    width: 88%;
    height: 30px;    
}

#option-box tr td input {
    margin-right: 16px;
    display: none;
}

#option-box tr td label {
    color: #333;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 6px;
    background: #f8f8f8;
    flex-direction: column;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}
#option-box tr td label img {
    width: 100%;
    border-radius: 10px;
}
#option-box tr td label div {
    margin: 5px 0;
}
#option-box tr td label:hover {
    background: #D6DEFF;
    color: #fff;
}
@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 #3b5998;
    }
    50% {
        box-shadow: 0 0 0 1vw transparent;
    }
    
    100% {
        box-shadow: 0 0 0 1vw transparent;
    }
}


.abcRioButton {
    height: 100% !important;
    width: 100% !important;
    border-radius: 28px !important;  
    /* background-color: #DB4400 !important;   */
    border: 1px solid #e7e6e7 !important;
}
.abcRioButtonContentWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.abcRioButtonContentWrapper span {
    color: #000 !important;
}
.abcRioButtonContents {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    color: #000 !important;
}
.abcRioButtonIconImage {
    width: 25px !important;
    height: 25px !important;
    margin-left: 15px !important;
}
.abcRioButtonIconImage svg {
    width: 25px !important;
    height: 25px !important;
}
.tempGoogleClass {
    position: absolute !important;
    z-index: 10 !important;
}
.g-signin2 {
    background-color: #ffffff !important;
}


.uploadLogInDivHide {
    display: none !important;
}

.uploadLogInH3 {
    text-align: center;
    font-size: 32px;
}
.uploadLogInDiv {
    display: flex;

}
.uploadLogInDiv > div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}
label.upfileLoginImg {
    display: none;
}
label.showupfileLoginImgfacebook {
    background-color: #4267b2;
}
label.showupfileLoginImggoogle {
    background-color: #ea4335;
}
label.showupfileLoginImgtwitter {
    background-color: #1DA0F2;
}
label.showupfileLoginImgpinterest {
    background-color: #D50C22;
}
label.upfileLabel p {
    font-size: 22px;
    color: #fff;
}


#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;
}

.quiz_detial_title {
    padding: 10px 0;
    font-size: 24px;
    width: 100%;
}

.quiz_detial_title>div, .quiz_detial_title>p{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 8px 0 0 0;
}


.buzzfunLoginBtn {
    display: flex;
    padding: .5rem;
    justify-content: center;
}

.buzzfunLoginBtn>label {
    margin: 0 1rem;
    background: #FFA82D;
    height: 52px;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    
}
.buzzfunLoginBtn>label:hover{
    background: #D91A00;
    color: #fff;
}
.editors_box {
    display: flex;
    align-items: center;
    width: 100%;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 12px 0;
}
.tempspanduyiwuer {
    color: #7E6CFF;
    font-weight: bold;
    margin-left: 10px;
}
.tempspanduyiwuer:hover {
    text-decoration: revert;
    color: #7791FF;
}
.editors_box div {
    margin-right: 30px;
    align-items: center;
    display: flex;
}
.editors_box div img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.buzzfunLoginBtn>label img {
    width: 32px;
    position: absolute;
    left: 20px;
}
.img-fb-logo {
    position: absolute;
    left: 20px;
    width: 32px;
}
.buzzfunLoginBtn>label span {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
}

.upfileLabel input {
    position: absolute;
    display: none;
}
.question_img, .result_img {
    position: relative;
    margin: 10px 0 20px;
    width: 100%;
    text-align: center;
}

.question_img img, .result_img img {
    width: 100%;
    /* border-radius: 20px; */
    vertical-align: middle;
}
.result_img img.isShowUpload_img_result {
    width: auto;
    height: 400px;
}
.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;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.another_app {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin-right: 1rem;
    padding: .5rem 0;
    border-radius: .3rem;
    cursor: pointer;
}

.another_app:last-child {
    margin-right: 0
}

.another_app img {
    width: 2.5rem;
}
.download_img img:hover,
.another_app img:hover {
    transform: scale(1.1);
}


.quiz_detial_tags_link {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0 8px;
}

.quiz_detial_tags_link a {
    margin-right: 10px;
    color: #6D8FFF;
}

.tempSelect_facebook_login {
    display: none;
}

.test-container_login {
    width: 100%;
}

.quiz_detial_content {
    /* display: flex;
    justify-content: center; */
    width: 100%;
}

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

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


.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: #FD9700;
    padding: .4rem .5rem;
    text-align: center;
    cursor: pointer;
}
.quizeLongChoose_zichuang>div:hover, .quizeLongChoose>div:hover {
    background: #EC8517;
    color: #fff;
}

.count_number {
    width: 100%;
    font-weight: bold;
    color: #999;
    font-size: 16px;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
.count_number span:nth-child(2) {
    color: #FFA82D;
}
.count_number > div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 10px;
    background: #7E6CFF;
}
.count_number > p {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    height: 2px;
    flex: 1;
}
.newSelectTest-choiceType-pa, .newSelectTest-choiceType-pa-wenda {
    color: #ff5c35;
    position: relative;
    margin-bottom: 30px;
}

.quizeselectItem {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.newSelectTest-item-img {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    color: #666;
}
.newSelectTest-item-img img {
    width: 100%;
    vertical-align: middle;
    border-radius: 10px;
}

.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;
}
.newSelectTest-item-title {
    color: #FFA82D;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    padding: 0 0 20px 0;
    text-align: left;
}
.buzzfunSelectItemScore, .quizeselectItem>div {
    width: calc(50% - 40px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #f8f8f8;
    font-size: 20px;
    color: #333;
    position: relative;
    z-index: 1;
    line-height: 32px;
    font-weight: 300;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
}
.quizeselectItem>div.longSelectSubmit_duoxuan_text_item_text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.quizeselectItem>div.longSelectSubmit_duoxuan_text_item:hover,
.buzzfunSelectItemScore:hover, .quizeselectItem>div:hover {
    background: #D6DEFF;
    color: #fff;
}
.nochooseItem .quizeselectItem>div,
.nochooseItem .newSelectTest-item-title,
.nochooseItem .count_number span:nth-child(2),
.nochooseItem .count_number {
    color: #999;
}

.chooseingItem .quizeselectItem .longSelectDivTempClasszhengchang {
    background: #7E6CFF !important;
    color: #fff;
    border: none;
}
.chooseingItem .quizeselectItem .longSelectDivTempClasszhengchang_error {
    background: #FFA82D !important;
    color: #fff;
    border: none;
}
.chooseingItem .quizeselectItem .longSelectDivTempClasszhengchang .copyright {
    color: #fff;
}
.longSelectSubmit_duoxuan_textquiz,
.longSelectSubmit, .longSelectSubmit_duoxuan, .longSelectSubmit_zichuang, .longSelectSubmitWenda {
    margin: 1rem 0;
    background: #ccc;
    font-size: 18px;
    color: #fff;
    width: 400px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
}
.longSelectSubmit_canclick {
    background: #FFA82D;
}
.longSelectSubmit_duoxuan_textquiz:hover,
.longSelectSubmit:hover, .longSelectSubmit_duoxuan:hover, .longSelectSubmit_zichuang:hover, .longSelectSubmitWenda:hover {
    background: #D91A00;
    color: #fff;
}
.selectRightErrImg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.selectRightErrImg img {
    position: absolute;
    width: 75px;
    right: -5px;
    top: 0;
    display: none;
    z-index: -1;
}
.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)
    }    
}



#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: #fff;
    color: #707070;
}

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

.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;
}
.question_img_paste {
    margin: 0 auto;
    width: 300px;
}
.paste_submit, .paste_rechoose {
    display: flex;   
    border: 1px solid #999999;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    color: #333333;
    align-items: center;
    width: 465px;
    height: 62px;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.paste_rechoose:hover{
    background: #F6F6F6;
}
.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: middle;
}

.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: middle;
}
.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: middle;
}

.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: 0.5rem;
    top: 0.5rem;
}

.delectAllTobegain img {
    width: 1.5rem;
}

.invite_friends_facebook,
.invite_friends {
    position: relative;
    width: 465px;
    height: 64px;
    background: #46629D;
    margin: 20px auto;
    display: flex;
    color: #fff;
    justify-content: center;
    border-radius: 10px;
    align-items: center;     
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}
.invite_friends_facebook:hover {
    background: #334975;
}
.invite_friends:hover {
    background: #D91A00;
    color: #fff;
}

.test-container_login_newpaste .question_img_paste > div {
    position: absolute;
    left: 2rem;
}

.test-container_login_newpaste .question_img_paste > div img {
    vertical-align: middle;
}
.choose_paste_icon_pa, .had_add_img {
    background: #fff;
    margin-bottom: 0.5rem;
}

label.question_img_paste {
    background: #FFA82D;
    margin: 0.5rem auto;
}
.paste_submit {
    margin: 20px auto;
    background: #FFA82D;
    color: #fff;
}
.paste_submit:hover{
    background: #D91A00;
    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;
}

.temp_div {
    border-radius: 10px;
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(103, 102, 102, 0.3);
}

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

.icon_huo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 35px;
    z-index: 1;
    color: #fff;
}
/* .new-quizzes-item .icon_huo{
    top: 15px;
} */
.common_list_a {
    position: relative;
}




.header_menu-btn {
    width: 22px;
}

.header_menu-btn img {
    width: 100%;
    vertical-align: middle;
    cursor: pointer;
}


.searchclose {
    display: none;
}
.search_box_pa {
    background: linear-gradient(180deg, #F5FDFF 0%, #FFFFFF 100%);
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 20px 0;
}

.search_box ul li a {
    background-color: #FFFFFF;
    padding: 5px 15px;
    color: #333;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #FFE4EC;
}
.search_box ul li a:hover {
    background: #FFA82D;
    color: #fff;
}
.search_box ul li {
    list-style: none;
    margin: 0 20px 15px 0;
}
.search_box {
    width: 600px;
    margin: 10px auto;
}

.search_box_flex {
    display: flex;
}

.search_popular {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    margin: 20px 0 15px;
}
.search_popular img {
    width: 22px;
    margin-right: 10px;
}
.search_input {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.search_input input {
    outline: none;
    background: #fff;
    flex: 1;
    height: 52px;
    font-size: 14px;
    padding: 0 2rem 0 1rem;
    color: #333;
    border: 1px solid #FFE9E6;
    border-radius: 10px;
}

.search_input img {
    position: absolute;
    width: 24px;
    right: 1rem;
    cursor: pointer;
}


.search_info {
    flex: 1;
    margin: 1rem 0;
}
.swiperUpTitle {
    padding: 0 .5rem 1rem
}

.swiperUpTitle>span {
    position: relative;
    padding-bottom: .3rem
}

.swiperUpTitle>span>span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #5b8dff 0, #40bbff 100%), linear-gradient(#2db364, #2db364);
    background-blend-mode: normal, normal;
    bottom: 0;
    left: 0
}
.search_info .swiperUpTitle>span {
    font-weight: 400;
    color: #333333;
    font-size: 1.1rem;
}

.search_info .swiperUpTitle span span {
    background: #FF5691;
}
.common_list_li_search {
    padding: 0 0.5rem;
}
.search_line {
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    margin: 0.5rem 0;
} 
.search_all_box {
    display: flex;
}
.search_all_box_left {
    flex: 0.4;
    margin-right: 0.5rem;
}
.search_all_box_left img {
    width: 100%;
}
.search_all_box_right {
    flex: 0.6;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.search_all_box_right p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
    color: #333333;
    font-size: 0.85rem;
}
.time_search_box {
    display: flex;
    font-weight: 400;
    color: #999999;
    font-size: 0.5rem;
}
.search_info .time_search_bottom {
    width: 0.73rem;
    height: 0.73rem;
    margin-right: 0.5rem;
}

.noresult {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 20px 0;
    background: #fff;
    position: relative;
    top: -20px;
    border-radius: 0 0 10px 10px;
}
.noresult p {
    color: #999999;
    font-size: 14px;
}
.noresult img {
    width: 300px;
    margin-bottom: 20px;
}

.search_box_hide {
    display: none;
}
.common_list_li_search img {
    vertical-align: middle;
}
.search_page_common_list-ul {
    padding: 0 0.5rem;
}

.search_load_more {
    height: 2.2rem;
    background: #FF5691;
    border-radius: 0.8rem;
    color: #fff;
    font-weight: bold;
    margin: 0 0.5rem;
    text-align: center;
    line-height: 2.2rem;
}

.shade_mainup-ul-testname {
    display: flex;
    flex-wrap: wrap;
}

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



.email_box {
    position: relative;
    margin: 0.5rem 0;
    border-radius: 0.5rem;
    box-shadow: 0rem 0rem 1rem 0rem rgb(103 102 102 / 40%);
}
.email_box > img {
    width: 100%;
    vertical-align: middle;
}

.email_box > div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.email_box > div h3 {
    text-align: center;
    padding: 0.5rem 0 0;
    color: #FFA82D;
}
.email_box_title{
    color: #FE7B59;
    font-size: 20px;
}
.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.2rem 2.5rem;
    margin: 20px 0;
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.email_box > div div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    height: 34px;
}
.email_box > div div input {
    height: calc(100% - 2px);
    flex: 0.8;
    border: 1px solid #FFA82D;
    color: #999;
    padding-left: 0.5rem;
    border-radius: 0.3rem 0 0 0.3rem;
}
.email_box > div div span {
    display: inline-block;
    background: #FFA82D;
    padding: 0 15px;
    height: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 34px;
    color: #fff;
    border-radius: 0 0.3rem 0.3rem 0;
}
.email_box > div div span:hover {
    background: #ce4e32;
}
.email_box > div div span img {
    width: 1.1rem;
}



.collect_success_alert_info {
    position: absolute;
    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 !important;
}


.email_box_quiztest {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    background: #fff;
    padding-top: 20px;
}
.email_box_quiztest > div {
    width: 400px;
}
.email_box_quiztest > div > div {
    display: flex;
    align-items: center;
}
.email_box_quiztest > div p {
    display: none;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}
.email_box_quiztest .email_box_quiztest_title {
    font-size: 18px;
    margin-bottom: 20px;
}
.email_box_quiztest_left {
    width: 150px;
    margin-right: 20px;
}
.email_box_quiztest_left_hide {
    display: none;
}
.email_box_quiztest_right {
    width: 37px;
    height: 30px;
}
.email_box_quiztest_input {
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    height: 35px;
    border: 1px solid #FFB4AA;
    padding: 0 10px;
    color: #333;
    flex: 1;
}

.email_submit_quiztest {
    background: #FFA82D;
    border-radius: 5px;
    color: #fff;
    height: 37px;
    padding: 0 15px;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    position: relative;
    right: 25px;
    margin-bottom: 20px;
    
}

.email_submit_quiztest:hover{
    background: #D91A00;
}




.swiper-container {
    padding-bottom: 40px;
}
.swiper_slide_myself {
    display: flex;
    height: auto;
}


.tempTitle_topics {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.seemore {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 5px;
    
    background: #FFA82D;
    margin-left: 10px;
}
.seemore:hover {
    background: #D91A00;
}

.seemore img {
    width: 16px;
    margin-left: 5px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    background: #FFA82D;
    width: 8px;
    height: 8px;
}




.tags_box {
    flex: 1;
    display: flex;
}

.tags_box_left {
    position: relative;
    flex: 0.2;
    background: #EAEAEA;
    color: #333;
    min-height: 2000px;
}

.tags_box_left h2 {
    padding: 20px;
}
.new_tags_tab div {
    /* padding: 20px; */
    font-size: 14px;
    cursor: pointer;
}

.tags_box_right {
    flex: 0.8;
    position: absolute;
    top: 0;
    left: 123px;
    background: #fff;
    margin: 0px 40px;
}
.list_item {
    width: 400px;
}

.list_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.the_popular, .the_latest:hover{
    background: #f2f2f2;
}

.list_item:hover {
    background: #f2f2f2;
}
.tags_box_left .tags_box_left_all_tag {
    margin: 20px;
}

.new_tags_tab h2 {
    /* padding: 20px; */
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
}
.new_tags_tab h2.active {
    background: #fff;
}
.list_item_name {
    font-size: 0.8rem;
    color: #333;
    display: flex;
}
.item_name_box{
    color: #6D8FFF;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.item_name {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 10rem;
    color: #6D8FFF;
}
.item_count {
    font-size: 0.5rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;   
    height: 0.8rem;
}
.no_number {
    color: #EFAE00;
    margin-right: 0.5rem;
    display: inline-block;
    width: 1.5rem;
}
.no_number_1 {
    color: #FF0404;
    font-weight: bold;
}
.no_number_2 {
    color: #FF5704;
    font-weight: bold;
}
.no_number_3 {
    color: #FF6804;
    font-weight: bold;
}
.the_latest_list {
    display: none;
}

.quiz_detial_tags_link a {
    font-size: 14px;
    margin-right: 12px;
    display: inline-block;
    color: #333;
    border: 1px solid #FFE4EC;
    background: #fff;
    padding: 5px 15px;
    border-radius: 15px;
}
.quiz_detial_tags_link a:hover {
    background: #FFA82D;
    color: #fff;
}
.quiz_detial_tags_link a:nth-child(1),
.quiz_detial_tags_link a:nth-child(2),
.quiz_detial_tags_link a:nth-child(3) {
    color: #fff;
    background: linear-gradient(270deg, #FFD014 0%, #F52E13 100%);      
}
.quiz_detial_tags_link a:nth-child(1):hover,
.quiz_detial_tags_link a:nth-child(2):hover,
.quiz_detial_tags_link a:nth-child(3):hover {
    background: #FFA82D;      
}


tbody {
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#option-box .select_img_quiz_tr td {
    height: auto;
}
tbody tr {
    width: 100%;
}
.option-box table tr.select_img_quiz_tr{
    width: 48%;
}
.option-box table tr.select_img_quiz_tr td{
    border: none;
}
.option-box table tr.select_img_quiz_tr td label {
    margin: 0;
    padding: 0.1rem 0.2rem;
}




.show_two_img_box {
    display: flex;
    width: 520px;
    justify-content: space-between;
    margin: 10px 0;
}
.show_two_img_box > label {
    /* width: 48%; */
    width:250px;
    height:250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.show_two_img_box label img.common_twoimg {
    width: 100%;
    border-radius: 0.5rem;
}
.border {
    border: 2px solid #ccc;
}
.show_two_img_box label label {
    position: absolute;
    font-size: 0.7rem;
    color: #999;
    text-align: center;
}
.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;
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}

.submit_all_img div:hover {
    background: #D91A00 !important;
}
.scroeAmount_share {
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: relative;
    z-index: 2;
    background: linear-gradient(180deg, #EDFCFF 0%, #FFFFFF 100%);
    border-radius: 20px;
}

.scroeAmount {
    display: flex;
    justify-content: center;
}
.what_do_you_think {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.scroeItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 1.5rem 1rem 1.5rem 0rem;
    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;
}

.divLinePa {
    margin: 10px 0;
    text-align: center;
}
.divLinePa span {
    font-size: 14px;
}

.nopadding .divLinePa {
    margin-top: 0;
}
ins {
    margin-bottom: 10px;
}
.newSelectTest-img a {
    color: #999 !important;
}


.interest_box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 888;
    display: flex;
    align-items: center;
    justify-content: center;
}
.interest_box_hide {
    display: none;
}

.interest_content {
    width: 724px;
    position: relative;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #FFF4F3 0%, #FFFFFF 100%);
    padding: 30px 20px 10px;
    border-radius: 20px;
}

.mobile_close_circle {
    position: absolute;
    width: 36px;
    height: 36px;
    top: 0;
    right: -45px;
    cursor: pointer;
}

.interest_content > h3 {
    font-size: 26px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.interest_content_main {
    max-height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: auto;
}
.interest_item {
    display: flex;
    align-items: center;
    width: calc(50% - 52px);
    padding: 14px 20px;
    position: relative;
    border: 1px solid #ECECEC;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}
.interest_item:hover {
    background: #ffedeb;
}
.interest_item:hover .item_right h3 {
    color: #ff3115;
}
.interest_item_chooseed {
    background: #FFEDEB;
    border: 1px solid #FF3115;
}
.interest_item_chooseimg {
    position: absolute;
    width: 60px;
    right: -10px;
    top: -10px;
    display: none;
}
.interest_item_chooseed .interest_item_chooseimg {
    display: block;
}
.item_left img {
    width: 98px;
    border-radius: 10px;
    margin-right: 12px;
}
/* .item_left img.adwords_style {
    width: 60px;
    height: 60px;
    border-radius: 50%;
} */
.item_right {
    flex: 1;
}
.item_right h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
}
.interest_item_chooseed .item_right h3 {
    color: #FF3115;
}
.item_right p {
    font-size: 14px;
    color: #999;
}

.interest_content_btn {
    display: flex;
    padding: 20px 0;
}
.interest_content_btn > div {
    flex: 1;
    height: 58px;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.interest_btn_no {
    margin-right: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
}
.interest_btn_no:hover {
    background: #ff3115;
    color: #fff;
}
.interest_btn_yes {
    background: #FF3115;
    box-shadow: 0px 6px 9px 0px #FFA69A;
    border-radius: 10px;
    color: #fff;
}
.interest_btn_yes:hover {
    background: #d91a00;
}

.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: #ff3115;
    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: #FF3115;
    flex: 1;
}
.warm_prompt div img {
    width: 100px;
}
.warm_prompt div img.ar_translate {
    transform: rotateY(180deg);
}


.result_agian-next_btn_new {
    display: flex;
    position: relative;
    z-index: 6;
    padding-top: 30px;
}

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

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

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

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

.result_agian-next_btn_new>a>div h3 {
    display: flex;
    justify-content: end;
    margin-bottom: 5px;
}
.result_agian-next_btn_new>a>div h3 span {
    display: inline-block;
    background: #FFA82D;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 0 0 0 16px;
    font-weight: normal;
}
.result_agian-next_btn_new>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_new>a>div:hover p {
    color: #777;
}

.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: #F18506;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
}
.login_input_name span:hover {
    background: #DC7803;
}

.poll_result_popular {
    font-size: 22px;
    color: #3682FF;
    font-weight: bold;
}

.poll_result_nopopular {
    font-size: 22px;
    color: #FB4955;
    font-weight: bold;
}

/* 结果页-再测测提示 */
.result-tips_box{
    width:764px;
    position: relative;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:10px;
}
.result-tips_header{
    width:764px;
    height:43px;
    margin:0 auto;
    background:url("/static/img/pc/result-tips-header.png")no-repeat;
    background-size:100%;
}

.result-tips_content{
    position: relative;
    display:flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:760px;
    padding:10px 0;
    margin:0 auto;
    border: 2px solid #000;
    background:url("/static/img/pc/result-tips-bg.png")no-repeat;
    background-size:100%;
    font-family: "Alata";
    font-weight: 400;
    font-size:16px;
}
.result-tips_content p{
    width:80%;
    text-align: center;
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
}

.result-tips_icon{
    position: absolute;
    right:5px;
    bottom:0;
    z-index:1;
    width:39px;
    height:39px;
}
.result-tips_icon img{
    max-width:100%;
}

.article-badge {
    position: relative;
    display:inline-block;
    background: #FFA82D;
    color: white;
    padding: 10px 20px;
    transform: skew(-15deg);
    font-size: 18px;
    font-weight: bold;
    z-index:1;
    margin: 0 0 10px 15px;
}

.article-editors_box {
    display: flex;
    align-items: center;
}
.article-editors_box div {
    margin-right: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.article-editors_box .date {
    color: #999;
}
.article-editors_box div img {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    margin-right: 10px;
    border-radius: 50%;
}

.page_title {
    display: none;
}
