    /*-----------kv setting start--------------*/

.mindispay{
width: 1px;
height: 1px;
opacity: 0;
}




.bigquote{

  font-size:54px;
}
.brandcolor{
  color:#00a69a;
}

.highlightbigfont{

  /*font-style:italic;  font-size:22px;*/
  font-weight: bold;
}

.fontsize20{
  font-size:28px;
}
.highlight{
  font-style:italic;
}

.fixedmenu {
  position: fixed;
  z-index: 100;
  display: block;
  width: 74px;
  height:222px;
  top:150px;
  right:0;
}


.fixedmenu div{
  position: relative;
  display: block;
  width: 100%;
  height:33.3%;
  cursor: pointer;
}

.fixedmenu div img{
  width: 100%;
  height:100%;
}

#kv {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 0px;;
    background-color:#fff;
    overflow:hidden;
}

#kv .kvbg{
  position:absolute;
  width: 100%;
  height:100vh;
  top:0;
  background-repeat: no-repeat;
}

#kv .kvbg video{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}

#kv .kvbgbar{
  position:absolute;
  width: 100%;
  height:100%;
  background:url(../img/index/kvbgaf.png);
  background-size: 100% 100% ;
  opacity: 1;
  top:0;
  background-repeat: no-repeat;
}


#kv .kvlogo{
  position:absolute;
  width:200px;
  height:40px;
  top:3%;
  left:2%;
  background-image: url(../img/core/mclogo.png);
  background-size: 100% 100%;
}

#kv .kvtitle{
  position:absolute;
  width:548px;
  height:238px;
  top:50%;
  left:2%;
  transform: translateY(-50%);
  background-image: url(../img/index/kv_title.png);
  background-size: 100% 100%;
 }

 #kv .squrebglb , #kv .squrebgrt  {
   position:absolute;
   width:130px;
   height:130px;
   background-size: 100% 100%;
 }
#kv .squrebglb  {
  bottom:0px;
  left:0;
 background-image: url(../img/index/bg_icon_1.png);
}
#kv .squrebgrt  {
  top:0px;
  right:0;
 background-image: url(../img/index/bg_icon_0.png);
}
/*-----------kv setting end -------------*/


/*-----------content setting start--------------*/

#content {
    position: relative;
    width: 100%;
    height: auto;

}

#content .nodeArea {
    position: relative;
    width: 100%;
    height: auto;
}

#content .nodeArea  {
    background-color: #fff;
    min-height:300px;
    padding:80px 0;
}



#content .nodeArea .nodetitle {
    position: relative;
    display: block;
    text-align:center;
    color:#00a69a;
    font-size:34px;
    font-weight: bold;
    padding-bottom: 30px;z-index: 1;
}

#content .nodeArea .nodetitle .titlemoble{
    position: relative;
    display: inline-block;

}


#content .nodeArea .nodesubtitle {
    position: relative;
    display: block;
    text-align:center;
    color:#00a69a;
    font-size:28px;
    padding-bottom: 0px;
}

#content .ticonr , #content .ticonl  {
  position:relative;
  width:30px;
  height:40px;
  top:7px;
}

#content .ticonr {
  transform:rotateZ(180deg);
}

#content .squrebgrb , #content .squrebglt  {
  position:absolute;
  width:130px;
  height:130px;
  background-size: 100% 100%;
  opacity: 0.7;
}

#content .squrebglt  {
 top:0px;
 left:0;
 transform: rotateZ(90deg);
background-image: url(../img/index/bg_icon_1.png);
}

#content .squrebgrb  {
 bottom:0px;
 right:0;
 transform: rotateZ(90deg);
 background-image: url(../img/index/bg_icon_0.png);

}



#content .squrebgrb , #content .squrebglt  {
  position:absolute;
  width:130px;
  height:130px;
  background-size: 100% 100%;
}


#content .nodeArea .nodeps {
    position: relative;
    display: block;
    text-align:left;
    font-size:18px;
    padding:0px 0 15px 0;
    line-height: 22px;
    left:50%;
    transform: translateX(-50%);
    max-width: 600px;
    width:100%;
    letter-spacing: 2px;
}

#content .nodeArea .nodequote {
    position: relative;
    display: inline-block;
   left:50%;
   transform:translateX(-50%);
    font-size:20px;
    color:#00a69a;
    padding-bottom:20px;
    line-height: 24px;
    text-align: center;
}


#content .nodeArea .nodevideo {
    position: relative;
    display: block;
    text-align:center;
    width:600px;
    height:350px;
    left:50%;
    transform: translateX(-50%);
}

#content .nodeArea .nodevideo video {

    width:100%;
    height:100%;

}

#content .nodeArea .longsqurebg{
  position: absolute;
  background-image: url(../img/index/longsqurebg.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;;
  width: 100%;
  height:170px;
bottom:0px;
}







#content .nodeArea .nodequote .qiconl,#content .nodeArea .nodequote .qiconr{
  position:absolute;
  width:35px;
  height:35px;
  top:0px;
  background-size: 100% 100%;

}


#content .nodeArea .nodequote .qiconl {

  background-image: url(../img/index/QuoteIcon.png);
  transform: translateX(-105%);
  left:0;
}

#content .nodeArea .nodequote .qiconr {
  right:0px;
 transform:rotateZ(180deg) translateX(-110%);
 background-image: url(../img/index/QuoteIcon.png);
}


#content .nodeArea .fullsqurebg{
  position: absolute;
  background-image: url(../img/index/fullsqurebg.jpg);
  background-size: 100% 100%;
  background-repeat: repeat-x;;
  width: 100%;
  height:630px;
  top:0;
  left:0;
}


.btnBase{
  position: relative;
  display: inline-block;
  padding:10px 20px ;
  font-size:22px;
  letter-spacing: 1px;
  color:#fff;
  border-radius: 20px;
  background-color: #b53d3d;
  box-shadow: 1px 2px 1px 2px #fbef50;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}


#content .nodeArea .btnExam,#content .nodeArea .btnMoreBook{
  margin-top: 20px;
  left:50%;
  transform: translateX(-50%);
  z-index:3;
}


#content .nodeArea .nodegrid{
  position: relative;
  display: inline-block;
  padding:10px 20px ;
  left:50%;
  transform: translateX(-50%);
  margin-top: 20px;
  z-index: 1;
}


#content .nodeArea .nodebtnarea{
  position: relative;
  display: block;
  padding:10px 20px ;
  left:0;
  width:100%;
  margin-top: 20px;
  text-align: center;
}


#content .nodeArea .nodegrid .plan{
  position: relative;
  display: block;
  width: 180px;
  height:180px;
  margin: 20px 20px 160px 20px;
  background-size: 100% 100%;
  float: left;
}


#content .nodeArea .nodegrid .plan .planprice{
  left: 50%;
  transform: translateX(-50%);
  margin-top: 105%;
  position: relative;
    display: block;
    text-align: center;
}

#content .nodeArea .nodegrid .plan .planprice_o{
font-size: 20px;
  color:#666;
  display: block;
  position: relative;
  margin:10px 0;
    text-decoration: line-through;
}

#content .nodeArea .nodegrid .plan .planprice_s{
  font-size: 20px;
  font-weight: bold;
  color:#666;
  display: block;
  position: relative;
  color:#b53d3d;
}

#content .nodeArea .nodegrid .plan .btnStudy{
  left: 50%;
transform: translateX(-50%);
margin-top: 30px;
display: block;
}



#content .nodeArea .nodegrid .plan1{
  background-image: url(../img/index/plan1.png);
}

#content .nodeArea .nodegrid .plan2{
  background-image: url(../img/index/plan2.png);
}
#content .nodeArea .nodegrid .plan3{
  background-image: url(../img/index/plan3.png);
}
#content .nodeArea .nodegrid .plan4{
  background-image: url(../img/index/plan4.png);
}

#content .nodeArea .nodegrid .plan1:hover{
   background-image: url(../img/index/plan1-1.png);
}

#content .nodeArea .nodegrid .plan2:hover{
   background-image: url(../img/index/plan2-1.png);
}

#content .nodeArea .nodegrid .plan3:hover{
   background-image: url(../img/index/plan3-1.png);
}

#content .nodeArea .nodegrid .plan4:hover{
   background-image: url(../img/index/plan4-1.png);
}




#content .articlearea  .btnAddLine{
  margin:0 10px;
  background-color:#00a69a;
    left: 50%;
  transform: translateX(-50%);
}


#content .articlearea .nodegrid .post{
  position: relative;
  display: block;
  width: 180px;
  height:180px;
  margin: 20px 20px 160px 20px;
  background-size: 100% 100%;
  float: left;
}


#content .articlearea .nodeps{
   font-size:20px;
   font-weight:bold;
   text-align: center;
   line-height: 40px;
}




#content .articlearea .nodegrid .post img{
  position: relative;
  display: block;
  width:100%;
  height:auto;

}

#content .articlearea .nodegrid .post .posttitle{
  font-size: 18px;
  font-weight: bold;
  color:#666;
  display: block;
  position: relative;
  color:#333;
  padding:20px 0px 0px 0px;
  line-height: 24px;
}

#content .articlearea .nodegrid .post .btnStudy{
  left: 50%;
transform: translateX(-50%);
margin-top: 30px;
display: block;
font-size:18px;
}


 #content .nodeArea .squrebgbrt{
   position:absolute;
   width:250px;
   height:250px;
   background-size: 100% 100%;
  top:0px;
  right:0;
  opacity: 0.2;
 background-image: url(../img/index/bg_icon_0.png);
}


 #content .nodeArea .squrebgblb{
   position:absolute;
   width:250px;
   height:250px;
   background-size: 100% 100%;
  bottom:0px;
  left:0;
  opacity: 0.2;
  transform: rotateZ(180deg);
 background-image: url(../img/index/bg_icon_0.png);
}


#content .nodeArea .nodegrid .board{
  position: relative;
  display: block;
  width: 220px;
  height:290px;
  margin:0 10px;
  background-size: 100% 100%;
  float: left;
}
#content .nodeArea .nodegrid .board1{
  background-image: url(../img/index/board1.png);
}
#content .nodeArea .nodegrid .board2{
  background-image: url(../img/index/board2.png);
}
#content .nodeArea .nodegrid .board3{
  background-image: url(../img/index/board3.png);
}

#content .nodeArea .btnBoardJoin{
  margin:0 10px;
}

#content .nodeArea .btnBoardView{
  margin:0 10px;
  background-color:#00a69a;
}

#content .nodeArea .boardbg,#content .nodeArea .aboutbg{

    position: absolute;
    background-image: url(../img/index/boardbg.jpg);
    background-size: 100% 100%;
    width: 100%;
    height:100%;
    top:0;
    left:0;

}

#content .nodeArea .nodetitlespan{
  position: relative;
  display:inline-block;
  line-height: 40px;  transform: translateY(15%);
}

#content .nodeArea .redtitle{
  color:#b53d3d;
  font-size:44px;
  font-weight: normal;
  font-style: italic;

}


#content .nodeArea .discount{
  position: relative;
  display: block;
  width: 343px;
  height:235px;
  margin:0 20px;
  background-size: 100% 100%;
  float: left;
}

#content .nodeArea .discount1{
  background-image: url(../img/index/discount1.png);
}
#content .nodeArea .discount2{
  background-image: url(../img/index/discount2.png);
}

#content .nodeArea .btnMore{
  position: absolute ;
  bottom: -50px;
  transform: translateX(-50%);
  left:50%;
}


#content .nodeArea .discountbg,#content .nodeArea .discountbgmobile{
  position: absolute;
  background-image: url(../img/index/discountbg.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;;
  width: 100%;
  height:85px;
  top:65%;
  transform: translateY(-50%);
}

#content .nodeArea .discountbgmobile{display: none;}

.nodeclean{
  clear:both;
}


#content .packagearea{
  background-color: #f9f9f9;
}


#content .nodeArea .package{
  position: relative;
  display: block;
  width: 343px;
  height:235px;
  margin:0 20px;
  background-size: 100% 100%;
  float: left;
}

#content .nodeArea .package1{
  background-image: url(../img/index/discount_course_1.png);
}
#content .nodeArea .package2{
  background-image: url(../img/index/discount_audiobook_1.png);
}


#content .nodeArea .sp{
  position: relative;
  display: block;
  width: 343px;
  height:235px;
  margin:0 20px;
  background-size: 100% 100%;
  float: left;
}

#content .sparea .nodegrid {
  z-index:1;
}

#content .nodeArea .sp1{
  background-image: url(../img/index/sp1.jpg);
}
#content .nodeArea .sp2{
  background-image: url(../img/index/sp2.jpg);
}

#content .nodeArea .book{
  position: relative;
  display: block;
  width: 200px;
  height:261px;
  margin:0 10px 10px 10px;
  background-size: 100% 100%;
  float: left;
}

#content .bookarea .nodegrid{
  z-index: 1;
}

#content .bookarea .nodegrid .nodegridsub{
  position: relative;
  display: block;
  width: 100%;
  height:100%;
}


#content .bookarea .nodegrid_btn_L ,#content .bookarea .nodegrid_btn_R {
  z-index: 1;
  display: none;
}


  #content .bookarea .nodegrid{
    display: block;
    width:890px;
  }

#content .nodeArea .book1{
  background-image: url(../img/index/book1.png);
}
#content .nodeArea .book2{
  background-image: url(../img/index/book2.png);
}
#content .nodeArea .book3{
  background-image: url(../img/index/book3.png);
}
#content .nodeArea .book4{
  background-image: url(../img/index/book4.png);
}
#content .nodeArea .book5{
  background-image: url(../img/index/book5.png);
}
#content .nodeArea .book6{
  background-image: url(../img/index/book6.png);
}
#content .nodeArea .book7{
  background-image: url(../img/index/book7.png);
}
#content .nodeArea .book8{
  background-image: url(../img/index/book8.png);
}

#content .nodeArea .book .btnMore{
  position: absolute;
  left:0%;
  transform: translateX(-0%);
  width:80%;
  padding: 10px 0;
  left:10%;
  bottom: -50px;
}

#content .nodeArea .bookbg{
  position: absolute;
  background-image: url(../img/index/bookbg.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;;
  width: 100%;
  height:380px;
  top:-40%;
}

#content .nodeArea .aboutbg2{
  position: absolute;
  background-image: url(../img/index/aboutbg.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;;
  width: 100%;
  height:280px;
  top:-40%;
}
#content .aboutarea .aboutvideo{
  position: relative;
    display: block;
    float: left;
    width:500px;
    height:300px;
}

#content .aboutarea {
   min-height:400px;
}

#content .aboutarea .aboutvideo iframe{
  width: 100%;
  height:100%;
}


#content .aboutarea .abouttext{
  position: relative;
  display: block;
  background-image: url(../img/index/abouttext.png);
  background-size: 100% 100%;
  width: 375px;
  height:300px;
  float: left;
}



#content .footer  {
  color:#fff;
  min-height:50px;
  background-color: #333;
  padding: 50px 0 110px 0;
}

#content .footer .footercont {
    position: relative;
    width: 640px;
    height: auto;
    line-height: 24px;
    font-size:14px;
    letter-spacing: 2px;
    left:50%;
    transform: translateX(-50%);
    font-weight: normal;
}


#bottombar  {
  position: fixed;
  bottom:0;
  z-index:11;
  width:100%;
  height:40px;
  color:#fff;
  background-color: #333;
  padding: 5px 0;
  box-shadow:0px 1px 10px #cfcfcf;
  display: none;
}

#bottombar .bottomcont{
  position: absolute;
  width:500px;
  height:100%;
  left:50%;
  transform: translateX(-50%);
}

#bottombar .bottomcont .tips{
  position: relative;
  display: block;
  float:left;
  font-size: 22px;
  letter-spacing: 1px;
  height: auto;
  line-height: 50px;

}

#bottombar .bottomcont .time{
  position: relative;
  display: block;
  float:left;
  font-size: 24px;
  letter-spacing: 1px;
  height: auto;
  line-height: 50px;
  margin:0 10px;
}

#bottombar .bottomcont .c4a{
  position: relative;
  display: block;
  font-size: 22px;
  color:#fff;
  background-color: #FF4B5C;
  float:left;
  padding:5px 10px;
  letter-spacing: 1px;
  border-radius: 3px;
  margin-top:10px;
  cursor: pointer;
}


.popup_exam{
  position: absolute;
  display: block;
  width:100%;
  height:100%;
  background: #333333cc;
  z-index:101;
}


.popup_exam .popcont{
  position: absolute;
  display: block;
  width:730px;
  height:auto;
  background:url(../img/index/fullsqurebg.jpg);
  background-size: 100% auto;
  left:50%;
  top:50px;
  transform: translateX(-50%);
  border-radius: 10px;
  padding-bottom: 50px;
}

.popup_exam .popcont .exam_q{
  position: relative;
  display: block;
  width:90%;
  height:auto;
  background:url(../img/index/fullsqurebg.jpg);
  background-size: 100% auto;
  left:50%;
  top:20px;
  transform: translateX(-50%);
  border-radius: 10px;
  font-size:20px;
  letter-spacing: 1px;
}

.popup_exam .popcont .exam_q .exam_q_t {
    color:#00a69a;
    letter-spacing: 2px;
    text-align: center;
    margin:10px 0 40px 0 ;
    font-size:26px;
    line-height: 32px;
    position: relative;
    display: block;
}

.popup_exam .popcont .exam_q .exam_q_t .big{
  font-size:52px;
    font-style: italic;
}

.popup_exam .popcont .exam_q .exam_q_t .num{
  font-style: italic;
}

.popup_exam .popcont .exam_q .rb,.popup_exam .popcont .exam_q .lb{
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
}

.popup_exam .popcont .exam_q .rb{
 width:10%;
}
.popup_exam .popcont .exam_q .lb{
 width:90%;
}
input[type=radio] {
    border: 0px;
    width: 100%;
    height: 2em;
    transform: translateY(-33%);
}


.popup_exam .popcont .exam_q_a{
margin: 20px 0 ;
position: relative;
display: block;
}

.popup_exam .popcont .exam_r{
  position: relative;
  display: block;
  width:90%;
  left:5%;
  height:auto;
  text-align: center;
}


.popup_exam .popcont .exam_r .exam_r_1{
  position: relative;
  display: block;
  width:100%;
  left:0%;
  height:auto;
  margin:30px 0 10px 0;
}



.popup_exam .popcont .exam_r .exam_r_2{
  position: relative;
  display: inline-block;
  width:90%;
  height:auto;
  font-size:18px;
  color:#00a69a;
  text-align: left;
  margin: 10px 0 10px 0 ;
  line-height: 22px;
}


.popup_exam .popcont .exam_r .exam_r_3{
  position: relative;
  display: inline-block;
  width:90%;
  height:auto;
  margin:10px 0px;
}

.popup_exam .popcont .exam_r .exam_r_5{
  position: relative;
  display: inline-block;
  left:0%;
  height:auto;
  text-align: center;
  padding:10px 0;
}

.popup_exam .popcont .exam_r .exam_r_1 .exam_i{
  position: relative;
  display: inline-block;
  width:253px;
  height:202px;
  float: left;
}

.popup_exam .popcont .exam_r .exam_r_1 .exam_i img{
  position: relative;
  display:block;
  width:100%;
  height:100%;
}


.popup_exam .popcont .exam_r .exam_r_1 .exam_t{
  position: relative;
  display: inline-block;
  font-size:18px;
  width:calc( 100% - 253px);
  height:100%;
  left:0px;
  text-align: left;
  float: left;
  padding:1px 0;
  line-height: 20px;
  color:#00a69a;
  font-style: italic;
}


.popup_exam .popcont .exam_r .exam_r_1 .exam_t .exam_t_0{
  position: relative;
  display: block;
  margin: 30px 0 10px 0 ;
  height: 30px;
  left:10px;
}

.popup_exam .popcont .exam_r .exam_r_1 .exam_t .exam_t_1{
  position: relative;
  display: block;
  font-size:38px;
  height: 30px;
  margin: 10px 0 10px 0 ;
}

.popup_exam .popcont .exam_r .exam_r_1 .exam_t .exam_t_2{
  position: relative;
  display: block;
  width:93%;
  color:#000;
  font-style:normal;
  font-size:16px;
}



.popup_exam .popcont .exam_r .exam_r_3 .exam_i{
  position: relative;
  display: inline-block;
  width:65px;
  height:65px;
  float: left;
}

.popup_exam .popcont .exam_r .exam_r_3 .exam_i img{
  position: relative;
  display:block;
  width:100%;
  height:100%;
}


.popup_exam .popcont .exam_r .exam_r_3 .exam_t{
  position: relative;
  display: inline-block;
  font-size:18px;
  width:calc( 100% - 90px);
  height:100%;
  left:10px;
  text-align: left;
  float: left;
  padding:1px 0;
  line-height: 20px;
}




.popup_exam .popcont .exam_r .exam_r_6{
  position: relative;
  display: block;
  width:100%;
  left:0%;
  height:auto;
  text-align: center;
  padding: 20px 0 ;
}

.popup_exam .popcont .exam_h{
  position: relative;
  display: inline-block;
  left:0%;
  height:auto;
  float: left;
  font-size:20px;
  color:#00a69a;
  font-weight: bold;
  line-height: 30px;
  margin-right:20px;
}

.popup_exam .popcont .exam_h img{
  position: relative;
  display: block;
  width:auto;
  height:30px;
  float: left;

}



.popup_exam .popcont .exam_r .exam_r_4{
  position: relative;
  display: inline-block;
  left:0%;
  height:24px;
  text-align: center;
  padding:10px 0;
  font-size:24px;
  color:#00a69a;

  font-style:italic;
}

.popup_exam .popcont .exam_r .exam_r_4 .exam_ht_bg{
  position: absolute;
  display: block;
  left:0;
  bottom:10px;
  height:12px;
  width:100%;
  background: #fbef50;
  z-index:-1;
}

.btnSend{
  left:50%;
  transform:translateX(-50%);
      background:#00a69a;
}


.btnMoreClass{
    background:#00a69a;
    margin-right:20px;
}

.btnEndNext,.btnGet200{
    background:#fbef50;
    box-shadow: 1px 2px 1px 2px #00a69a;
    color:#000;
}

.btnClosePopoup{
  position: absolute;
  display: block;
  z-index:102;
  width:40px;
  height:40px;
  background-color:#fff;
  border-radius: 150px;
  right:-5px;
  top:-5px;
  box-shadow: 1px 1px 2px 1px #333;
  cursor: pointer;
}

.btnClosePopoup img{
 position: absolute;
 width: 70%;
 height:70%;
 margin:15%;
}


 .popup_exam .qiconlg, .popup_exam .qiconrg{
  position:absolute;
  width:25px;
  height:25px;
  background-size: 100% 100%;
  background-image: url(../img/exam/quote_g.png);
}


 .popup_exam .qiconlg {
   transform: translateX(0%);
   left:-25px;
   top:-30px;
  }

 .popup_exam .qiconrg{
   right:0px;
   top:10px;
   transform:rotateZ(180deg) translateX(0%);
  }
#content .rulearea {
  background: #efefef;
}

#content .rulearea .nodeps{
  text-align: left;
  color:#000;
  width: 700px;
  left:50%;
  transform: translateX(-50%);
  margin: 30px 0;
  font-size:16px;
}

a {text-decoration: none;}
a{color:#000;}

#content .nodeArea .divcenter{
  width:100%;
  text-align: center;
  display: block;
}
#content .nodeArea .btnlong{
position: relative;
  display: block;
  width:65%;
  left:50%;
  margin-top:50px;
  transform: translateX(-50%);
  border-radius: 15px;
  letter-spacing: 6px;
}


#content .nodeArea .nodeps .sharenote1{
  position: relative;
  display: inline-block;
  width:auto;
  text-align: center;
  color:#b53d3d;
  left:50%;
  transform: translateX(-50%);
  font-size:20px;
  padding: 0 50px;
  margin-top:10px;
  font-weight: bold;
}


#content .nodeArea .nodeps .sharenote2{
  position: relative;
  display: inline-block;
  width:auto;
  text-align: center;
  background:#b53d3d;
  color:#fff;
  left:50%;
  transform: translateX(-50%);
  font-size:18px;
  padding: 3px 6px;
  margin-top:1px;
  font-weight: bold;
}

.popup_exam .sharenote3{
font-size: 20px;
position: relative;
display: block;
margin-top: 20px;
color:#b53d3d;
font-weight: bold;
}

 .popup_exam .sharenote4{
font-size: 26px;
position: relative;
display: block;
margin-top: 20px;
color:#b53d3d;
padding:0px 0px 10px 0;
font-weight: bold;
}

.popup_exam .sharenote5{
position: relative;
display: block;
}




.exam_r_7 .btnBase{

 margin:20px 0;
}

.popup_exam .popcont .exam_r .exam_r_7{
  position: relative;
  display: none;
  width:100%;
  left:0%;
  height:auto;
  text-align: center;
  padding: 20px 0 ;
}

.popup_exam .popcont .exam_r .divShare{
  position: relative;
  display: block;
  width:100%;
  margin-top: 20px;
  text-align: center;
}

.popup_exam .popcont .exam_r .divShare .btnFB ,.popup_exam .popcont .exam_r .divShare .btnLine ,.popup_exam .popcont .exam_r .divShare .btnCopy{
  position: relative;
  display: inline-block;
   width:50px;
  height:50px;
  background-image: url(../img/index/fb.png);
  margin:0 5px;
  background-size: cover;
  overflow: hidden;;
  border-radius: 10px;
  cursor: pointer;
}

.popup_exam .popcont .exam_r .divShare .btnLine{

  background-image: url(../img/index/line.png);

}

.popup_exam .popcont .exam_r .divShare .btnCopy{

  background-image: url(../img/index/aboutbg.png);
  line-height: 25px;
  color:#fff;
  font-weight: bold;
  background-color: #b53d3d;
  box-shadow: 1px 2px 1px 2px #fbef50;
cursor: pointer;


}





/*-----------content setting end -------------*/
