body{
    position: relative;
}

.guess_flex{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.guess_container{
    width: 950px;
    background:rgba(255,255,255,1);
    border-radius: 14px;
    padding-top: 49px;
}

.guess_container_img{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 896px;
    height: 130px;
    background: url('/pcHtml/static/myCourse/images/exam_icon.png') no-repeat;
    background-position:-1314px -871px;
    font-size:17px;
    color:rgba(51,51,51,1);
    text-align: center;
    margin-bottom: 96px;
}

.guess_container_img p{
    margin-bottom: 9px;
}

.guess_container_img_ewm{
    position: absolute;
    width: 108px;
    height: 154px;
    justify-content: center;
    border:1px solid rgba(249,249,249,1);
    right: 47px;
    bottom: -5px;
}

.guess_container_img_ewm i{
    width: 90px;
    height: 90px;
    background: url('/pcHtml/static/myCourse/images/app_down.png') no-repeat;
    background-size: 100% 100%;
    z-index: 19;
    margin-bottom: 10px;
}

.guess_container_img_ewm span{
    width: 74px;
    font-size:12px;
    color:rgba(153,153,153,1);
}

.guess_container_box{
    width:388px;
    height:172px;
    border-radius:6px;
    border:1px solid rgba(221,221,221,1);
    justify-content: center;
    margin-bottom: 105px;
}

.guess_box_font{
    width: 267px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 35px;
}

.guess_box_btn{
    width: 130px;
    line-height: 36px;
    font-size:16px;
    color:rgba(255,255,255,1);
    border-radius:4px;
    border: none;
    background:rgba(241,72,1,1);
    cursor: pointer;
}

.guess_box_btn:hover{
    background: rgb(240, 119, 67);
}

.guess_alert{
    position: absolute;
    width:470px;
    height:209px;
    top: 50%;
    left: 50%;
    margin-top: -104.5px;
    margin-left: -235px;
    background:rgba(255,255,255,1);
    border-radius:10px;
    z-index: 22;
}

.guess_alert_flex{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.guess_flex_i{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-top: 21px;
    margin-bottom: 31px;
}

.guess_alert_i{
    width: 18px;
    height: 18px;
    background: url('/pcHtml/static/myCourse/images/exam_icon.png') no-repeat;
    background-position: -56px -98px;
    margin-right: 24px;
    cursor: pointer;
}

.guess_alert_font{
    font-size:16px;
    columns: #333333;
    margin-bottom: 40px;
}

.guess_flex_row{
    display: flex;
    justify-content: center;
    align-items: center;
}

.guess_btn_one{
    width: 124px;
    line-height: 35px;
    background:rgba(159,165,172,1);
    border-radius:19px;
    margin-right: 24px;
    border: none;
    font-size:16px;
    color:rgba(255,255,255,1);
    cursor: pointer;
}

.guess_btn_one:hover{
    background: rgb(186, 192, 199);
}

.guess_btn_two{
    width:124px;
    height:35px;
    background:linear-gradient(90deg,rgba(255,148,84,1) 0%,rgba(255,99,20,1) 100%);
    border-radius:19px;
    border: none;
    font-size:16px;
    color:rgba(255,255,255,1);
    cursor: pointer;
}

.guess_btn_two:hover{
    background:linear-gradient(90deg,rgba(255,148,84,1) 100%,rgba(255,99,20,1) 0%);;
}

.guess_zhezhao{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,1);
    opacity:0.5;
    z-index: 20;
}

.exam_tool_swiper .tool_swiper_icon_five{
	display: block;
	width: 42px;
	height: 42px;
	background-image: url('/pcHtml/static/myCourse/images/guess_wrong_five.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 6px;
}

.exam_tool_swiper .tool_swiper_icon_six{
	display: block;
	width: 42px;
	height: 42px;
	background-image: url('/pcHtml/static/myCourse/images/guess_wrong_six.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 6px;
}

.exam_tool_swiper .tool_swiper_icon_seven{
	display: block;
	width: 42px;
	height: 42px;
	background-image: url('/pcHtml/static/myCourse/images/guess_wrong_seven.png');
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 6px;
}
/*

.exam_tool_swiper .tool_icon5 {
	background-position: 0px 0px;
}

.exam_tool_swiper .tool_icon6 {
	background-position: 0px 0px;
}

.exam_tool_swiper .tool_icon7 {
	background-position: 0px 3px;
}
*/

.exam_tool_swiper .swiper-slide:hover .tool_swiper_icon {
	background-image: url('/pcHtml/static/myCourse/images/exam_icon_new_hover.png');
}

.exam_tool_swiper .swiper-slide:hover .tool_swiper_icon_five{
	background-image: url('/pcHtml/static/myCourse/images/guess_wrong_five_hover.png');
}

.exam_tool_swiper .swiper-slide:hover .tool_swiper_icon_six{
	background-image: url('/pcHtml/static/myCourse/images/guess_wrong_six_hover.png');
}

.exam_tool_swiper .swiper-slide:hover .tool_swiper_icon_seven{
	background-image: url('/pcHtml/static/myCourse/images/guess_wrong_seven_hover.png');
}

.tool_swiper_icon_action .tool_swiper_icon{
	background-image: url('/pcHtml/static/myCourse/images/exam_icon_new_hover.png');
	
}
