@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
body {
  background: #fff;
}
body,
th,
td,
input,
select,
textarea,
button {
  font-size: 14px;
  line-height: 1;
  font-family: "微软雅黑", "黑体", "宋体";
  color: #333333;
}
a {
  color: #333333;
  text-decoration: none;
}
ins {
  text-decoration: none;
}
a:active,
a:hover {
  text-decoration: none;
}
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
mark {
  background: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
img {
  vertical-align: top;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.img_box {
  display: block;
  overflow: hidden;
}
.img_box img {
  display: block;
  width: 100%;
}
.avatar {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  background: #ddd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.avatar img {
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  margin: auto;
}
/*颜色样式*/
.color_gray {
  color: #999999;
}
.color_red {
  color: #dd2222;
}
.color_orange {
  color: #ff8913;
}
.color_blue {
  color: #007ac2;
}
.renew_btn {
  display: inline-block;
  background: #FBD74F;
  font-size: 16px;
  border-radius: 35px;
  line-height: 35px;
  padding: 0 25px;
}
.renew_btn:hover {
  background: #FACA0C;
}
.font_smalll {
  font-size: 12px;
}
.font_big {
  font-size: 16px;
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
}
.btn:hover {
  filter: alpha(opacity=90);
  opacity: .9;
}
.select_box {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  line-height: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding-right: 15px;
  width: 150px;
  vertical-align: middle;
}
.select_box ins {
  text-decoration: none;
}
.select_box:after {
  content: "";
  border: 5px solid #fff;
  border-top: 5px solid #ddd;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 5px;
  top: 15px;
}
.select_box select {
  display: block;
  height: 35px;
  line-height: 35px;
  width: 175px;
  position: absolute;
  left: 0;
  top: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 1;
  width: 100%;
}
#page_top {
  background-color: #222;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
}
.top-nav {
  float: left;
  margin-left: 10px;
  overflow: hidden;
  height: 30px;
}
.top-nav li {
  float: left;
}
.top-nav li a {
  display: inline-block;
  color: #ccc;
  padding: 0 8px;
}
.login-info {
  float: right;
  margin-right: 40px;
}
.login-info a {
  display: inline-block;
  color: #fff;
  padding: 0 8px;
}
.top a:hover {
  color: #CCC;
  text-decoration: none;
  background-color: #6F6F6F;
}
#page_footer {
  color: #999999;
  text-align: center;
  padding: 20px 0;
  line-height: 25px;
  font-size: 12px;
  margin-top: 30px;
}
#page_footer li {
  display: inline;
}
#page_footer li:after {
  content: "|";
  padding: 0 5px;
}
#page_footer li:last-child:after {
  content: "";
}
#page_footer a {
  color: #999999;
}
#page_footer a:hover {
  text-decoration: underline;
  color: #333333;
}
#page_banner {
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
}
/*活动描述*/
#description {
  padding: 0px 0 50px 0;
  font-size: 16px;
  position: relative;
}
#description blockquote {
  text-indent: 3em;
  line-height: 30px;
  margin-bottom: 50px;
}
#description h3 {
  font-size: 16px;
}
#description small {
  font-weight: 100;
}
#description .time_bar_box {
  padding: 90px 0 40px 20px;
  line-height: 20px;
}
#description .time_bar_box .float_right {
  margin-top: -20px;
}
#description .radius {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#description .time_bar {
  display: block;
  height: 20px;
  background: #999999;
  margin: 0 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#description .time_bar_item {
  height: 20px;
  display: block;
  width: 0%;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00E5F7, endcolorstr=#00BACC, gradientType=1);
  background: -webkit-linear-gradient(90deg, #00E5F7, #00BACC);
  background: -o-linear-gradient(90deg, #00E5F7, #00BACC);
  background: -moz-linear-gradient(90deg, #00E5F7, #00BACC);
  background: linear-gradient(90deg, #00E5F7, #00BACC);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#description .time_bar_item:after {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 4px solid #00BACC;
  right: -10px;
  top: -4px;
  z-index: 10;
  position: absolute;
  background: #fff;
}
#description .time_bar_item mark {
  position: absolute;
  display: block;
  font-size: 14px;
  width: 110px;
  height: 40px;
  line-height: 40px;
  right: -55px;
  top: -60px;
  border: 1px solid #ddd;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#description .time_bar_item mark:after {
  content: "";
  display: block;
  display/*\**/: blue\9;
  border: 1px solid #ddd;
  border-left: none;
  border-top: none;
  width: 10px;
  height: 10px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 52px;
  top: 35px;
  background: #fff;
}
#description .btn-lotter {
  display: block;
  border: none;
  background: #00BACC;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 120px;
  height: 50px;
  margin: 0 auto;
}
/*首页公用模块*/
.main_module {
  display: block;
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.main_module h2 {
  display: block;
  margin-bottom: 35px;
}
/*白皮书下载*/
#down ul {
  margin-right: -32px;
}
#down li {
  float: left;
  width: 195px;
  margin: 0 5px 5px 0;
  position: relative;
  overflow: hidden;
}
#down li img {
  width: 100%;
}
#down li:before {
  content: "";
  position: absolute;
  background: url(../images/not_down.png) no-repeat right top;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
#down li.downed:before {
  content: "此任务卡您已完成";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 250px;
}
#down span {
  display: none;
  position: absolute;
  padding: 20px 15px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
#down p {
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  height: 80px;
  line-height: 30px;
}
#down p strong {
  display: block;
  margin-bottom: 1em;
}
#down .btn-down {
  background: #007ac2;
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
  border-color: #007ac2;
}
#down li:hover span {
  display: block;
}
#down #layer_img {
  position: absolute;
  margin-top: -530px;
  height: 525px;
  width: 1000px;
}
/*奖品展示*/
#prize_list ul {
  display: block;
  margin-right: -50px;
}
#prize_list li {
  width: 222px;
  float: left;
  margin-right: 38px;
  text-align: center;
  height: 180px;
  position: relative;
}
#prize_list li p {
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  bottom: 23px;
  font-size: 14px;
  color: #333;
}
#prize_list li img {
  display: block;
  width: 100%;
}
/*中奖名单*/
#winner_list {
  display: block;
  background: #e6f2f9;
  margin-bottom: 50px;
  padding: 30px 0;
}
#winner_list .list_box {
  display: block;
  padding: 0  30px;
  text-align: center;
}
#winner_list .list_box b {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px ;
}
#winner_list .list_box p {
  line-height: 20px;
}
#winner_list .tips {
  line-height: 20px;
  color: #999999;
  font-size: 12px;
  display: block;
  margin: 0 30px ;
}
#winner_list a {
  font-weight: bold;
  color: #007ac2;
  text-decoration: underline;
}
#jq_marquee_box {
  margin: 10px 0;
  line-height: 20px;
  height: 120px;
  overflow: hidden;
}
#winner_ul {
  display: block;
  width: 550px;
  margin: 0 auto;
}
#winner_ul .null {
  width: 100%;
  font-size: 18px;
  color: #999999;
  line-height: 30px;
  text-align: center;
  padding-top: 30px;
}
#winner_ul li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #007ac2;
  line-height: 20px;
  float: left;
  width: 50%;
}
#winner_ul li span {
  color: #333333;
}
/*公司介绍*/
#about {
  height: 440px;
  position: relative;
  width: 1000px;
  margin: 0 auto;
  /*下拉动画效果*/
}
#about dl {
  padding: 45px 20px;
  background: #F2F2F2;
  width: 440px;
  line-height: 25px;
  color: #666;
  position: absolute;
}
#about .left {
  left: 0;
}
#about .right {
  right: 0;
}
#about dt {
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 50px;
}
#about dd {
  display: block;
}
#about dd.cut {
  height: 200px;
  overflow: hidden;
  position: relative;
}
#about img {
  width: 115px;
  height: 50px;
  vertical-align: middle;
  margin-right: 30px;
}
#about .see_more {
  padding: 0;
  display: block;
  margin-bottom: -25px;
  text-align: center;
  color: #007ac2;
  cursor: pointer;
}
#about .right dd.cut:before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
  background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f2f2);
  display: block;
  right: 30px;
  width: 50px;
  height: 2em;
  bottom: 0;
}
#about .right dd.cut:after {
  content: "......";
  width: 30px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f2f2f2;
}
#about .right:hover dd.cut {
  height: 380px;
  transition: all 0.3s ease-in-out;
}
#about .right:hover dd.cut:before,
#about .right:hover dd.cut:after {
  display: none;
}
#about .right:hover .see_more {
  display: none;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
/*分销商logo*/
#logos {
  display: block;
}
/*对联广告*/
.aside_ads {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  z-index: 1000;
}
.aside_ads.left {
  left: 10px;
}
.aside_ads.right {
  right: 10px;
}
.aside_ads .close {
  display: block;
  position: fixed;
  padding: 3px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: middle;
  -moz-border-radius: 50%;
  text-align: center;
  border-radius: 50%;
  margin: 5px 0 0 75px;
}
.aside_ads .close:hover {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #fff;
}
.foreword{
  background-color: #edf7f8;
  color: #333;
  padding: 10px 7px;
}
.play-snap{
  cursor: pointer;
}
.play-snap div{
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  color: #00BACC;
  font-weight: 700;
  line-height: 20px;
}
/*
 * 填写资料弹窗口
 */
#alert_info_form {
  display: block;
  padding: 20px;
}
#alert_info_form p {
  color: #f00;
  display: block;
  margin-bottom: 10px;
}
#alert_info_form dl {
  display: block;
  margin-bottom: 10px;
}
#alert_info_form dt {
  float: left;
  width: 50px;
  line-height: 30px;
  text-align: right;
  font-weight: normal;
  margin: 0;
}
#alert_info_form i {
  color: #f00;
  font-style: normal;
}
#alert_info_form dd {
  display: block;
  float: left;
}
#alert_info_form input {
  height: 35px;
  line-height: 35px;
  border: 1px solid #ddd;
  width: 230px;
  padding: 0 10px;
}
#alert_info_form .select_box {
  width: 225px;
}
#alert_info_form .address_select {
  width: 97px;
}
#alert_info_form textarea {
  padding: 5px 10px;
  display: block;
  margin-top: 10px;
  margin-left: 50px;
  width: 230px;
  border: 1px solid #ddd;
  resize: none;
}
#alert_info_form .question_dl dt {
  width: auto;
  float: none;
  text-align: left;
}
#alert_info_form .question_dl input {
  width: auto;
  height: auto;
  margin: 0 5px;
  border: none;
}
#alert_info_form dd {
  float: none;
  display: block;
}
#alert_info_form small {
  color: #999;
}
/*抽奖弹窗样式*/
.lotter_alert {
  /*抽奖机会用完*/
  /*中奖了*/
}
.lotter_alert.not_winning {
  width: 305px;
}
.lotter_alert.not_winning .layui-layer-content {
  overflow: hidden;
}
.lotter_alert.layui-layer {
  padding: 30px;
  background: #fff;
}
.lotter_alert .layui-layer-title {
  display: none;
}
.lotter_alert .layui-layer-content {
  text-align: center;
}
.lotter_alert .layui-layer-content i {
  display: block;
  color: #C77701;
  font-size: 40px;
  font-style: normal;
  padding: 20px 0;
}
.lotter_alert .layui-layer-content big {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.lotter_alert .layui-layer-content span {
  color: #999;
}
.lotter_alert.no_chance {
  width: 305px;
}
.lotter_alert.no_chance big {
  display: block;
  padding-top: 20px;
}
.lotter_alert.no_chance .btns {
  display: block;
  padding: 20px 0;
}
.lotter_alert.no_chance .btn {
  color: #000;
  border: none;
  width: 85px;
  margin: 0 3px;
  background: #FFC20E;
}
.lotter_alert.no_chance .layui-layer-content {
  overflow: hidden;
}
.lotter_alert.winner {
  width: 305px;
}
.lotter_alert.winner big b {
  color: #ff0000;
}
.lotter_alert.winner img {
  display: block;
  margin: 10px auto;
  width: 100px;
}
.lotter_alert.winner span {
  line-height: 20px;
}
.lotter_alert.winner .layui-layer-content {
  overflow: hidden;
}
.section-tit,.section-tit2{
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: -20px auto 0 auto;
    background-image: url(../images/u37.png);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #CC0000;
}
.section-tit2{
  width: 90px;
  background-image: url(../images/u127.png);
}
.section-box{
  width: 1000px;
  margin: 30px auto ;
  box-shadow: 0 2px 20px rgba(0,0,0,.2);
  border-radius: 7px;
}
.ruler-content{
    color: #333;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 28px;

}
.mt18{
  margin-bottom: 18px;
}
.mt26{
  margin-bottom: 26px;
}
.mr80{
  margin-right: 80px;
}
.ruler-box>div{
    width: 390px;
    padding-left: 30px;
    height: 200px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
}
.ruler-box>div:hover{
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.ruler-box>div h4{
  padding-top: 26px;
  font-size: 16px;
  padding-bottom: 18px;
}
.ruler-box>div p{
  font-size: 14px;
  color: #666666;
  padding-right: 40px;
  line-height: 26px;
}
.red-arrow{
    width: 12px;
  margin-left: 6px;
  margin-top: 6px;
}
.go-bbs{
  font-size: 14px;
  color: #308A9E;
  padding-top: 3px;
  line-height: 26px;
}
.go-bbs a{
  color: #d00000;
}
.mb3{
  margin-bottom: 3px;
}
.pd40{
  padding: 0 40px;
}
.pt32{
  padding-top: 32px;
}
.Ti-iot{
  font-size: 16px;
  color: #00BACC;
  text-align: center;
  padding-top: 40px;

}
.Ti-iot2{
  font-size: 20px;
  color: #147087;
  text-align: center;
}
.pt18{
  padding-top: 18px;
}
.wheel{
  position: relative;
  width: 476px;
  height: 476px;
  margin: 169px auto 110px auto;
  background-image: url(../images/u75.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.rhombus{
  width: 200px;
  height: 200px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid transparent;

}
.rhombus:hover{
  border: 4px solid #00BACC;
  background-color: #fff;
}
.rhombus-msg{
  width: 120px;
  margin: 0 auto ;
}
.pt44{
  padding-top: 44px;
}
.pt24{
  padding-top: 24px;
}

.rhombus-msg p{
  font-size: 13px;
  color: #333;
  margin-top: 22px;
  line-height: 20px;
  font-weight: 700;
}
.rleft1{
    left: 50%;
    margin-left: -100px;
}
.rleft2{
    right: -56px;
}
.rleft3{
  left: -98px;
}
.rtop1{
  top: -115px;
}
.rtop2{
  top: -20px;
}
.rtop3{
  top: 216px;
}
.rtop4{
  top: 365px;
}
.rleft4{
  right: -104px;
}
.rleft5{
  right: 25px;
}
.rleft6{
  right: 240px;
}
.rleft7{
  left: -46px;
}
.wheel-font{
  width: 160px;
  margin: 0 auto ;
  text-align: center;
  padding-top: 180px;
  font-size: 20px;
  color: #147087;
  font-weight: 700;
  line-height: 27px;
}
.window{
    width: 970px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    padding-top: 38px;
    border-radius: 8px;
}
.down-tit{

}
.down-conten{
  width: 780px;
  margin: 0 auto ;
}
.down-tit a{
  color: #fff;
}

.down-conten .down-tit{
    padding: 14px 20px 0 22px;
    height: 52px;
    background-color: #147087;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
}
.down-conten .down-box{
    border: 1px solid #ccc;
    background-color: #edf7f8;
    height: 132px;
    padding-top: 22px;

}
.down-img,.down-kind{
  vertical-align: middle;
  display: inline-block;
}
.down-img{
  width: 132px;
  text-align: center;
}
.down-kind img{
  width: 25px;
  height: 25px;
}
.down-kind{
  line-height: 25px;
  color: #147087;
  font-size: 13px;
}
.down-kind a{
  display: block;
}
.down-kind .mt0{
  margin-bottom: 0px;
}
.window{
  position: absolute;
  left: 15px;
  bottom: 0;
  display: none;
  z-index:12;
}
.close-window{
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 14px;
}
.layer-first{
  width: 970px;
  height: 760px;
  background-image: url(../images/u198.png);
  position: absolute;
  z-index: 16;
  top: 0;
  left: 0;
  background-position-y: bottom;
}
.layer-first2 {
  background-image: url(../images/u197.png);
}
.layer-first{
  text-align: center;
  color: #fff;
}
.window .layer-first h3{
  padding-top: 192px;
  padding-bottom: 32px;
  font-size: 40px!important;

}
.window .layer-first div{
  font-size: 32px;
  line-height: 42px;
}
.window .layer-first p{
  font-size: 24px;
  margin-top: 18px;
}
.layer-first input{
    width: 230px;
    height: 60px;
    background-color: #cc0000;
  color: #fff;
  font-size: 22px;
  display: block;
  margin: 56px auto 0 auto;
  border: none;
  border-radius: 3px;
}
.ping{
  width: 900px;
  margin: 0 auto ;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  padding: 24px 0;
}
#upOrder{
    margin: 36px auto 50px auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #c00000;
  border: none;
  border-radius: 3px;
  z-index:14;
  position:relative;
  display: block;
}
#upOrder:hover{
  background-color: #a00000;
}
.font-bbs{
  color: #308A9E;font-weight: 700;
}
#reMark{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,0.6);
  top: 0px;
  left: 0px;
  z-index: 11;
  display:none;
}
.page-des{
  width: 1000px;
  margin: 30px auto;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
}
.step-one{
  width: 1000px;
  margin: 0 auto;
}
.step-one li{
    width: 450px;
    height: 220px;
    background-color: #edf7f8;
    margin-left: 38px;
    position: relative;
}
.step-text1{
    padding-left: 100px;
    padding-top: 28px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    padding-right: 23px;
}
.step-tit{
  width: 120px;
  height: 120px;
  background-color: #00bacc;
  color: #fff;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  left: -44px;
  top: 50px;
  cursor: pointer;
}
.step-tit:hover{
  background-color: #007d8c;
}
.step-text1 .blue:hover,.font-bbs:hover{
  color: #d00000;
  text-decoration: underline;
}

.step-tit>p{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 40px;
}
.mr24{
  margin-right: 24px;
}
.step-text1 .blue{
  color: #178FA9;
  cursor: pointer;
  font-weight: 700;
}
.step-text1 .color_red{
  font-weight: 700;
}
.Ti-learn{
  font-weight: 700;
  font-size: 22px;
  color: #1E1E1E;
  text-align: center;
  margin-top: 66px;
}
.Ti-learn2{
  font-weight: 700;
  font-size: 22px;
  color: #1E1E1E;
  text-align: center;
  padding-top: 36px;
}
.down-lan{
  width: 280px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 60px;
  background-color: #00bacc;
  margin: 0 auto 30px auto;
  border-radius: 6px;

}
.down-top{
  height: 40px;
  background-color: #00abcc;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
}
.down-top1{
  line-height: 50px;
  height: 50px;
  background-color: #fff;
  overflow: hidden;
}
.down-top2{
  line-height: 50px;
  height: 50px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.down-des img{
  margin-top: 10px;
}
.down-des img:hover{
  opacity: 0.8;
}
.down-des a{
  cursor: pointer;
}
.down-first a:hover{
  text-decoration: underline;
  color: #00abcc;
}
.down-des>div{
  float: left;
}

.down-first{
  padding-left: 26px;
  width: 480px;
}
.down-des2 .down-first{
  padding-left: 6px;
  width: 80px;
}
.down-des2 .down-second{
  width: 145px;
  text-align: left;
  margin-right: 0px;
}
.down-des2 .down-third{
  margin-right: 0px;
}

.down-top33 .down-first{
  padding-left: 6px;
  width: 110px;
}
.down-top33 .down-second{
  width: 175px;
  text-align: left;
  margin-right: 5px;
}
.down-top33 .down-third{
  margin-right: 5px;
  width: 42px;
}

.down-top33 .down-fouth{
  margin-right: 0px;
  width: 56px;
}

.down-top22{
  width: 352px;

}
.down-top33{
  width: 405px;
}
.down-first a{
  font-size: 14px;
  color: #333;
}
.down-second{
  width: 48px;
  text-align: center;
  margin-right: 20px;
}
.down-third{
  width: 60px;
  text-align: center;
  margin-right: 15px;
}
.down-fouth{
  width: 60px;
  text-align: center;
}
.down-lan2{
  text-align: center;

}
.down-lan2 p{
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}
.down-lan2 span{
  font-size: 12px;
  color: #999999;
}
.down-lan2 .c40{
   color: #C40016;
}
.down-lan2 .mt30{
  margin-top: 30px;
  margin-bottom: 16px;
}
.des-tit{
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
}
.des-tit p{
  width: 50%;
  float: left;
}
.down-top22{
  width: 352px;
}
.down-top22 a,.down-top33 a{
  font-size: 12px;
}
.down-kind3 p{
  margin-bottom: 24px;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.down-kind3 a{
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.c40{
  font-weight: 700;
  color: #CC0000;
}
.blue{
  color: #00BACC;
}
.des-tit2{
  width: 570px;
  margin: 0 auto;
}
.des-tit2 p{
  text-align: left;
  margin-bottom: 10px;
  font-weight: normal;
}
.des-tit2{
  width: 570px;
  margin: 0 auto;
}
.des-tit3 p{
  width: 100%!important;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}
.mt70{
  margin-top: 70px;
}
.learn-fix{
  position: fixed;
  height: 470px;
  width: 180px;
  text-align: center;
  right: 15px;
  top: 50%;
  margin-top: -235px;
  display: none;
}
.learn-top{
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #1f7b85;
}
.learn-column li{
    background-color: #00bacc;
    color: #fff;
    height: 50px;
  line-height: 50px;
    font-size: 14px;
}
.learn-column li:hover{
  background-color: #0097a9;
}
.gift-logo{
  position: absolute;
  top: -90px;
  right: 0px;
}
.hot-video{
  width: 680px;
  margin: 0 auto ;
}
.hot-video li{
  float: left;
  width: 320px;
  margin-right: 40px;
  margin-bottom: 28px;
}
.hot-video li img{
  width: 100%;
  height: 204px;
}
.hot-video li.mr0{
  margin-right: 0px;
}
.down-kind3 a:hover,.des-tit3 a:hover,.underline a:hover{
  text-decoration: underline;
  color: #00abcc;
}


.pop_window {
  z-index: 1011;
  position: fixed;
  padding: 0px;
  margin: 0px 0px 0px -250px;
  width: 500px;
  top: 5%;
  left: 50%;
  color: rgb(0, 0, 0);
  border: 8px solid rgb(216, 216, 216);
  border-radius: 5px;
  cursor: default;
  height: 600px;
  line-height: 1.6;
  background: rgb(255, 255, 255);
  font-size: 14px;
}
.form-item {
  height: 484px;
  overflow-y: scroll;
}
.layer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: url(../images/opacity.png);
}
.pop_window_box {
  display: none;
}
.pop_window_box .error {
  color: #f00;
  background: none;
  padding-left: 8px;
  font-weight: normal;
}
#video_box .dialog {
  background: #F6F6F6;
}
#video_box .pop_window {
  width: 800px;
  height: 500px;
  margin-left: -400px;
}
#video_player_box {
  padding: 0;
}
#video_player_box {
  height: 450px;
}
#video_box .dialog-hd {
  margin-right: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}
#video_player_box {
  height: 450px;
}
.close-dialog {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  color: #D0CECF;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}

/*hd*/

.dialog-hd {
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #F1F1F1;
  background: #F6F6F6;
  color: #555;
  font-size: 20px;
  line-height: 50px;
  text-indent: 15px;
}
.dialog-hd span {
  font-size: 12px;
  color: #eee;
  font-family: arial;
}
.dialog-hd a {
  color: #eee;
}

/*bd*/

.dialog-bd {
  padding: 10px;
}
.dialog-loading {
  width: 140px;
  margin: 0 auto;
  padding-top: 25px;
  color: #666;
}
.dialog-loading img {
  float: left;
  margin: 2px 5px 0 0;
}

/*close*/

.close-dialog {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  color: #D0CECF;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
}
.close-dialog:hover {
  color: #444;
}
.link-hover:hover {
  color: #00bcaa;
  text-decoration: underline;
}