@charset "utf-8";  

#discount_benefit{margin:40px 0 0;}
#discount_benefit h4{font-size:20px; margin-bottom: 30px; color:#000;}
#discount_benefit .db_username{color:#000; font-size: 20px; font-weight: bold;}
#discount_benefit .db_section{display: flex; justify-content: space-between; border-bottom:1px solid #f8f8f8; padding-bottom: 20px; }
#discount_benefit .db_section > div{text-align: center; font-size: 18px; display: flex; align-items: center; flex-direction: column; }
#discount_benefit .db_section > div h5{font-size: 15px; margin-bottom: 6px; color:#000;}
#discount_benefit .db_section > div p{color:#999; font-weight: normal; font-size: 15px;}

#discount_benefit .db_section2{display: flex; flex-direction: column; margin:20px auto 0; }
#discount_benefit .db_section2 li{margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; border-bottom: none; }
#discount_benefit .db_section2 li:last-child{margin-bottom: 0px;}
#discount_benefit .db_section2 li img{margin-right: 5px; width: 22px; height: 22px;}
#discount_benefit .db_section2 li > div{font-size: 15px; color:#000; display: flex; align-items: center;}
#discount_benefit .db_section2 li div #ttcoin_install{background: #277de7; color: #fff; width: 50px; border-radius: 4px; height: 30px; line-height: 30px; font-size: 14px;}

.db_section3 h5{color:#999; font-size: 15px; font-weight: normal; margin-bottom: 20px;}
.db_section3 ul.dbs3_ul li{display: flex; justify-content: space-between; flex-direction: row; align-items: center; width: 100%; margin-bottom: 10px; border-bottom:1px solid #f8f8f8; padding-bottom:10px;} 
.db_section3 ul.dbs3_ul li:last-child{margin-bottom: 0px; border-bottom: none; padding-bottom: 0px;}

.db_section3 ul.dbs3_ul li button{background: #2e82e0; width: 95px; height: 30px; color:#fff; border-radius: 4px; font-size: 14px; border:none;}

.db_section3 ul.dbs3_ul li .dbs3_div .dd_r{font-weight: normal; color:#969696; font-size: 14px;}
.db_section3 ul.dbs3_ul li .dbs3_div .dd_l{margin-bottom: 3px;}
.db_section3 ul.dbs3_ul li .dbs3_div .dd_l span{font-size: 15px; font-weight: bold; color:#000;} 
.db_section3 ul.dbs3_ul li .dbs3_div .dd_l img{margin-right: 10px; width: 24px; height: 24px;}

.sponsor_cont{
    background: #fff;
    border-radius: 4px;
    padding: 20px;
  }



/*240102 noad*/
.noad_list {display: flex !important; justify-content: space-between; align-items: center; width: 100%; background: #fff;}
.noad_list > a img{width: 7px; height: 13px; }

.noad_toggle_cont{padding-right: 30px;}
.noad_toggle_cont > .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.noad_toggle_cont > .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.noad_toggle_cont > .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height: 34px;
  width: 60px;
}
.noad_toggle_cont > .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.noad_toggle_cont > .switch input:checked + .slider {
  background-color: #2196F3;
}
.noad_toggle_cont > .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.noad_toggle_cont > .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.noad_toggle_cont > .switch .slider.round {
  border-radius: 34px;
}
.noad_toggle_cont > .switch .slider.round:before {
  border-radius: 50%;
}

#noad_no_cont {width: 100%; padding:40px 0 0; position: relative;}
#noad_no_cont .nnc_header{display: flex; align-items: center; width: 100%; justify-content: center; padding:0 20px;  }
#noad_no_cont .nnc_header h4{font-weight: bold;  }
#noad_no_cont .nnc_header_img{width: 100%; display: block;}
#noad_no_cont .nnc_link{width: 100%; max-width: 483px; min-width: 300px; margin: 0 auto; display: block; background: #2f82e0; color:#fff; border-radius: 5px; position: absolute; bottom:16.8%; left:50%; transform: translateX(-50%); text-align:center; height: 77px; line-height: 77px; font-size: 1.5em;}

#noad_no_cont .nnc_section1{background: #2196F3; color:#fff;  padding:20px; }
#noad_no_cont .nnc_section1 p{margin-bottom: 0px; text-align: center; font-size: 1.3em; font-weight: normal;}

#noad_no_cont .nnc_section2{padding:20px; border-bottom: 1px solid #ddd;} 
#noad_no_cont .nnc_section2 p.blue{text-align: center; display: block; margin-bottom: 10px;}
#noad_no_cont .nnc_section2 p{text-align: center; font-size: 1.2em; margin-bottom: 0px;}

#noad_no_cont .nnc_section3{border-bottom: 1px solid #ddd; padding:20px;}
#noad_no_cont .nnc_section3 h4{font-weight: bold; text-align: center; margin:0px;}
#noad_no_cont .nnc_section3 ol{margin-bottom: 0px;}
#noad_no_cont .nnc_section3 ol li {border-bottom: none;}

#noad_no_cont .nnc_section4{padding: 20px; border-bottom: 1px solid #ddd;}
#noad_no_cont .nnc_section4 p{font-size: 1.2em;}
#noad_no_cont .nnc_section4 h4{font-weight: bold; text-align: center; margin:0px 0px 10px 0;}
#noad_no_cont .nnc_section4 ul li{border-bottom: none; font-size: 1em}

#noad_no_cont .nnc_btn{background: #2196F3; color:#fff; text-align: center; border-radius: 4px; width: 100%; min-width: 300px; max-width: 300px; height: 45px; display: block; line-height: 45px; font-size: 1.2em; margin:20px auto;}

#noad_no_cont .nnc_footer{background: #f4f4f4; padding:20px;}
#noad_no_cont .nnc_footer p{font-size: 1.2em;}
#noad_no_cont .nnc_footer ul{margin-bottom: 0px;}
#noad_no_cont .nnc_footer ul li{border-bottom: none; font-size: 1em;}

#noad_no_cont2 {width: 100%; padding:40px 25px 20px; background: #fff;  }
#noad_no_cont2 .nnc_header{display: flex; align-items: center; width: 100%; justify-content: center; padding: 45px 0;  }
#noad_no_cont2 .nnc_header h4{font-weight: normal; font-size:1.85em; text-align: center; line-height: 1.3em; }
#noad_no_cont2 .nnc_header img{width: 60px; margin-right: 35px; box-sizing: border-box;}

#noad_no_cont2 .nnc2_section1{ width: 100%; padding:20px 0; display: flex; flex-direction: column; background: #f8f8f8; align-items: center; }
#noad_no_cont2 .nnc2_section1 p{ width: 100%; font-weight: normal; color:#000; font-size: 1.2em; border-radius: 10px; text-align: center; line-height: 1.6em; margin-bottom: 0px;}
#noad_no_cont2 .nnc2_section1 .nnc2_price{background: #2196F3; color:#fff; font-weight: normal; font-size: 1.1em; border-radius: 16px; height: 26px; width: 85px; line-height: 26px; text-align: center; }

#noad_no_cont2 .nnc_btn2{background: #2196F3; color:#fff; text-align: center; border-radius: 4px; width: 100%; height: 45px; display: block; line-height: 45px; font-size: 1.2em; margin:10px auto;}

#noad_no_cont2 .nnc2_section2{padding:20px 0;}
#noad_no_cont2 .nnc2_section2 h4{color:#000; margin-bottom: 10px; font-weight: bold; font-size: 1.3em;}
#noad_no_cont2 .nnc2_section2 p{font-weight: normal; font-size: 1.3em;}

#noad_no_cont2 .nnc2_section3{padding: 20px 0;}
#noad_no_cont2 .nnc2_section3 h4{font-weight: bold; color:#000; font-size: 1.3em; margin-bottom: 10px;}
#noad_no_cont2 .nnc2_section3 p{font-weight: normal; font-size: 1.3em;}



#noad_no_cont2 .nnc2_section4{padding:20px 0; border-top:1px solid #ddd;}
#noad_no_cont2 .nnc2_section4 ul{border-top: none;}
#noad_no_cont2 .nnc2_section4 li{padding:0px; border-bottom:none; display: flex; align-items: center;}
#noad_no_cont2 .nnc2_section4 li label a{text-decoration: underline !important;}

#noad_no_cont2 .nnc2_section4 .styled-checkbox + label {
  cursor: pointer;
  padding: 0;
  color:#000;
  padding-left: 30px;
}
#noad_no_cont2 .nnc2_section4 .styled-checkbox + label:before {
  content: "";
  display: inline-block;
  width:20px;
  height:20px;
  left: 0px;
  position: absolute;
  top: 5px;
  background: #ddd;
  border:none;
  border-radius: 0px;
  background-size:20px;
}
#noad_no_cont2 .nnc2_section4 input[type="checkbox"]{
  width: 0;
}

#noad_no_cont2 .nnc2_section4 .styled-checkbox:checked + label:before {
  background: url(../content/images/icon/btn_b_check.png)no-repeat !important;
  position: absolute; top: 5px;
  left:0px;
  border:none;   background-size:20px;
}

#noad_no_cont2 .nnc2_section4 .unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#noad_no_cont2 .nnc2_section4 .title {
  text-align: center;
  color: #4571ec;
}

#noadModal1 .modal-dialog{width: 100%; padding-top:0 !important; }
#noadModal1 .modal-content{width: 100% !important; max-width: 500px !important; padding:20px 0; }
#noadModal1 .modal-content .modal-header{width: 100%; border-bottom:1px solid #ddd !important; position: inherit; }
#noadModal1 .modal-content .modal-header h1{color:#000; font-size: 1em; padding:0 20px; font-weight: bold; }

#noadModal1 .modal-content .modal-body {height: 300px; overflow-y:scroll; }
#noadModal1 .modal-content .modal-body div{padding: 20px;}

#noadModal1 .modal-content .modal-footer{width: 100% !important; margin:20px 0 0;}
#noadModal1 .modal-content .modal-footer button{width: 100%; margin:0 auto !important; text-align: center; background: #2196F3; color:#fff; max-width: 300px;display: block; float:none; border-radius: 4px;}

#noadModal2 .modal-dialog{width: 100%; padding-top:0 !important; }
#noadModal2 .modal-content{width: 100% !important; max-width: 500px !important; padding:20px 0; }
#noadModal2 .modal-content .modal-header{width: 100%; border-bottom:1px solid #ddd !important; position: inherit; }
#noadModal2 .modal-content .modal-header h1{color:#000; font-size: 1em; padding:0 20px; font-weight: bold; }

#noadModal2 .modal-content .modal-body {height: 300px; overflow-y:scroll; }
#noadModal2 .modal-content .modal-body div{padding: 20px;}

#noadModal2 .modal-content .modal-footer{width: 100% !important; margin:20px 0 0;}
#noadModal2 .modal-content .modal-footer button{width: 100%; margin:0 auto !important; text-align: center; background: #2196F3; color:#fff; max-width: 300px;display: block; float:none; border-radius: 4px;}

#noad_ok_cont {width: 100%; padding:40px 25px 0; position: relative; text-align: left;}
#noad_ok_cont h4{margin: 25px 0 30px; font-size: 1.4em; color:#000; font-weight: bold; }
#noad_ok_cont p{font-size: 1.2em; color: #000; font-weight: normal; margin-bottom: 30px; }
#noad_ok_cont p > b{color:#2f82e0;}


#noad_ok_cont .nnc_btn2{background: #2196F3; color:#fff; text-align: center; border-radius: 4px; width: 100%; height: 45px; display: block; line-height: 45px; font-size: 1.2em; margin:100px auto 0;}