
hr{width: 100%; height: 1px; background-color: #d2d2d2;border:none;}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: center;
  color: #666666;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
/* border-top: 1px solid #ddd; */
}
.table > thead > tr > th {
  vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 1px 4px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table-bordered th{font-weight: 700px;}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    color: #009900;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    color: #009900;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    color: #d4281c;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    color: #d4281c;
}

.color {
    color: #d42c1e;
}


/*面包*/
.crumbs{height: 20px;line-height: 20px;}
.icon-home{width: 19px;height: 16px;background-position:-43px 0;vertical-align: -1px;}
.icon-arrow{width: 8px;height: 11px;background-position: -43px -19px;}
/*内容*/

/*产品分类*/
.path {width: 99%;height: auto;text-align: left;font-size: 18px;margin-bottom:30px;}
.path ul li{display: inline-block;margin-right: 10px;}
.path ul li:nth-child(1) i{display: inline-block;vertical-align: middle;background: url("../../images/newimg/quotation/mk_icon.png");width: 20px;height: 18px;background-position: -77px 0px;margin-right: 3px;}
.path ul li:nth-child(2) i:before,.path ul li:nth-child(3) i:before{content: '';display: inline-block;vertical-align: baseline;width: 0;height: 0;border-top: 6px solid transparent;border-left: 10px solid #f39801;border-bottom: 6px solid transparent;margin-right: 10px;}
.p22{font-size: 22px;}
.p16{font-size: 16px;}
.pl10-h{margin-bottom: 20px;}
.cp_tab{border-collapse:collapse;width: 100%;text-align: center;background: #f7eee2;border: none;}
.cp_tab tr td,.cp_tab tr th{border: 1px solid #fff;line-height: 40px;font-size: 16px;}
.cp_tab tr td:nth-child(2),.cp_tab th:nth-child(2){background: #f39801;color: #000;}
.mt50{margin-top: 50px;}
.cpjs{width:43%;height: auto;overflow: hidden;float:left; border:1px solid #000;border-radius: 5px; padding:2%;}
.cpjs-mr{margin-right:5%;height: 258px;}
.cpr_t{margin-top: 30px;}

/*产品类别*/
i{font-style: normal;}
.cplb_ul{width: 95%;height: auto;overflow: hidden;margin: 0 auto;border-bottom:1px solid #d2d2d2;padding-bottom: 40px}
.cplb_ul li{width: 24.5%;line-height: 180px;float: left;text-align: center;border: 1px solid #f8f8f8;}
.f8{background: #f8f8f8}
.cplb_ul li i{background: url("../../images/newimg/quotation/mk_icon.png");display: block;margin: 0 auto;width: 85px;height: 63px;}
.cplb_ul li:nth-child(1) i{background-position: 0px -35px;}
.cplb_ul li:nth-child(4) i{background-position: 0px -35px;width: 45px;height: 69px;background-position: -91px -28px;}
.cplb_ul li:nth-child(5) i{background-position: -91px -99px;width: 76px;height: 65px;}
.cplb_ul li:nth-child(6) i{background-position: 0px -100px;}
.cplb_ul li:nth-child(9) i{background-position: 0px -169px;}
.cplb_ul li:nth-child(12) i{background-position: -85px -162px;}
.cplb_ul li p{width: 80%;margin: 0 auto;color: #666;}
.cplb_ul .f8 p:nth-child(2){text-align: left;}
.cplb_ul li div{vertical-align: middle;display: inline-block;line-height: 1.5;width: 100%;}
.cplb_ul .hx{color: #f39801;}
.cplb_ul .hd{color: #f39801;font-size: 20px;}

.dh_mt{margin:25px auto;}
.dhjy{width: 83%;height: auto;margin: 0 auto;overflow: hidden;}
.dhl{width: 43%;}
.dhjy div .dh_i{background: url("../../images/newimg/quotation/mk_icon.png");display: inline-block;margin: 0 auto;width: 125px;height: 89px;float: left;}
.dhjy .dhl .dh_i{background-position: 7px -234px;}
.dhr{width: 55%;font-size: 14px;}
.dhr i{color: #f39801}
.dhjy .dhr .dh_i{background-position: 7px -323px;padding-right: 20px;}
.dhr div{margin-top: 15px;}
.dh_li{width:95%;margin:40px auto 0 auto;color: #666;}
.dh_li i{color: #f39801;padding-right: 8px;}

/*账户简介*/
.zhjj_tab{width: 100%;border-collapse:collapse;border:1px solid #e1e1e1;margin: 20px auto}
.zhjj_tab tr td{padding-left:10px;line-height: 40px;color: #333}
.tab-cen{text-align: center;}
.zhjj_tab2{}
.zhjj_h3{font-weight: 400;}
.zhjj_h3mt{margin: 30px 0 20px 0}


/*交易规则*/
.jygz{width: 95%;height: auto;overflow: hidden;margin: 0 auto;}
.jygz_ul li{float: left;font-size: 22px;margin-right: 40px;cursor: pointer}

.week{ display: none;}
.head-on{color: #f5a842;border-bottom: 1px solid #f5a842}
.week-on{display: block;}
/*流程*/

.flow_box {margin: 10px 0 0 32px;color: #414141;border-left: 2px dotted #e4e4e4;
    /*border背景*/
border-image: url("../../images/newimg/quotation/border_icon.png") 9/9px round;
-webkit-border-image: url("../../images/newimg/quotation/border_icon.png") 9/9px round;
-moz-border-image: url("../../images/newimg/quotation/border_icon.png") 9/9px round;
-ms-border-image: url("../../images/newimg/quotation/border_icon.png") 9/9px round;
border-top-width: 0px;border-left-width: 9px;
}
.flow_box li {padding-left: 50px;margin-bottom: 30px;font-size: 14px;position: relative;}
.flow_box img {width: 100%}
.flow_text {padding: 5px 0 15px 0;}
.flow_icon {background: #f39801;color: #FFF;width: 37px;height: 37px;position: absolute;top: 0px;left: -23px;font-weight: bold;z-index: 1;line-height: 37px;text-align: center;border-radius: 37px;}
.flow_icon_after {background: #ccc;}
.flow_icon a {color: #fff;display: block;width: 100%;height: 100%;}
.flow_msg {padding: 15px;height: auto;background: #f7f7f7;font-size: 14px;border: 0px solid #e8e8e8;border-radius: 0;overflow: hidden;}
.flow-accounts {width: 100%;float: left;margin-left: 2%;border: 1px dashed #999;border-radius: 5px;padding: 10px;box-box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

/*--*/



/*媒体查询*/
.gd-news-li{
  padding:20px 10px;
  border-bottom:1px solid #a9a9a9;
}
.gd-news-li:hover .gd-news-jt{color:#f39801;}
.gd-news-time{width: 120px;font-size: 20px;color: #555;}
.gd-news-img{
  width: 166px;
  height: 108px;
}
.gd-news-main{margin-left:120px;margin-right:200px;}

.gd-news-time time:after{
    content: '';
    display: inline-block;
    width: 29px;
    height: 1px;
    margin: 6px 10px;
    border-top: 1px solid #a9a9a9;
}
.gd-news-jt{
 color: #a9a9a9;
    margin-top: 10px;
    font-size: 18px;
    margin-left: 10px;
}

.gd-news-title{height: 26px;
    line-height: 26px;
    font-size:1em;}

/*企业文化*/
.qyhd-img{width: 247px;height: 160px;margin-right: 15px;overflow: hidden;}
.qyhd-main{overflow: hidden;}
.qyhd-more,.qyhd-more:hover{background:#f39801;color: #fff;border-radius: 5px;padding:5px;font-size: 12px;margin-top: 20px;}
.gd-qyhd-nav{
  font-size: 24px;
}
.gd-qyhd-nav li{border-bottom: 1px solid #fff;cursor: pointer;margin-right:20px;margin-bottom:20px;padding:10px;}
.gd-qyhd-nav .active{color:#f39801;border-bottom: 1px solid #f39801;}

.gd-qyhd-box section{
    display: none;
}
.gd-qyhd-box .active{
    display:block;
}
.gd-qyhd-ul a{display: inline-block;width: 75%;}
.gd-qyhd-ul li,.gd-qyhd-ul a{height: 36px;line-height: 36px;}

.gd-qyhd-ul li:before{content: '';display: inline-block;width:10px;height: 11px; background: url("../../images/newimg/home/abouticon.png") no-repeat;
    background-position: -43px -19px;vertical-align: 10px;}

/*用户中心*/
.user-menu a.active{color: #f39801;}
.gd-users-costr .navSlide{width: 19%}
.user-menu{font-size: 16px;}
.have-sub-active{display:block;}
.have-sub-active.active{height:40px;border-bottom: 1px dashed #f39801}
.have-sub-icon{width:0;height:0;border:5px solid transparent;border-right-color:#666; position: absolute;margin:9px 0 0 5px;-webkit-transition: all .35s;
transition: all .35s;}
.have-sub-icon.active{
  border-right-color:#f39801;
  transform:rotate(-90deg);
-ms-transform:rotate(-90deg);
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
}
.user-submenu{font-size: 14px;height: 0;overflow: hidden;}
.user-submenu.active{height:100%;padding-bottom:30px;}

/*金祥国际学院*/
.gd-jsxy-top .qyhd-img{width: 138px;}
.jsxy-name{font-size: 18px;font-weight: 400;}
.jsxy-name small{color:#666; margin-left: 10px;font-size: 0.85em;}
/*实时汇率*/
.flag-icon{width: 35px;height: 25px;background: url("../../images/newimg/home/flag-icon.png") no-repeat;display: inline-block;vertical-align: middle;margin-right: 5px;}
.flag-icon-hk{background-position: 0 -55px;}
.flag-icon-ch{background-position: 0 -27px;}
.flag-bg{background-color: #3f3f3f;color: #fff;padding:2px 5px;}
.sshl-x{padding:0 14px;}
.ssgl-us{height:64px;line-height: 64px;}
.flag-p{margin-top:4px;}
.flag-p i{vertical-align: -6px;}
.ssgl-hk{height: 30px;line-height: 30px;}
.sshl-main{width:390px;padding:10px 0;background: linear-gradient(#eae2c9 , #ead99c );margin:20px auto;box-shadow: 3px 3px 6px -3px black;border-radius: 5px;}
.sshl-db{width: 85%;margin:10px auto;box-shadow: 3px 3px 6px -3px black;border-radius: 5px; background-color: #fff;font-size: 16px;padding:5px 20px;}

/*常见问题*/
.question-ul{padding:0 16px}
.question-ul li{margin-bottom:15px}
.question-num{display: inline-block;width: 22px;height: 16px;line-height: 16px;text-align: center;color:#fff;background-color: #f39801;font-style: normal;border-radius: 5px;margin-right: 5px;}
.answer-itme{margin-top: 10px;border-radius: 5px;border:1px dashed #f39801;padding:10px;display: none;}
.answer-itme.active{display: block;}

/*最新公告*/
.box-x{padding:0 16px;}
.gd-zxgg-ul hr{
  height:1px;border:none;border-top:1px dashed #0066CC;
}
.gd-zxgg-li {
    line-height:30px;
}
.gd-zxgg-li a{
     width: 80%;
    display: inline-block;
}
.article-title{font-size: 18px;font-weight:400; line-height: 40px; border-bottom:2px solid #f39801;}
.return-icon{display: inline-block;width: 15px;height: 15px;text-align: center;line-height: 15px;background-color: #b2b2b1;font-style: normal;color: #fff;border-radius: 5px;}
.return-dir{color:#b2b2b1}
.article-dir:hover .return-dir{color:#f39801}
.jiathis_style_32x32{margin-right: -5px}


/*最新优惠*/
.youhui-x li{margin-bottom: 30px}
.youhui-title{background-color:#7f7f7f;color: #fff;width: 115px;text-align: center;font-weight: 400;font-size: 1em;padding:2px 0;}
.youhui-title.active{background-color:#f39801;}
.youhui-img{width: 216px; height: 198px}
.youhui-con{    width: 70%;
    height: 171px;
    padding-top: 23px}
.youhui-con i{display: inline-block;background-color: #e8414e;color:#fff;font-weight: 400; font-style: normal;border-radius: 5px;padding-left:5px;padding-right:5px;}
.youhui-img time{display: block;border:1px solid #d9d9d9; text-align: center;padding:3px 0;margin:10px 0}
.youhui-btn{left:0; bottom:0;padding:3px 10px ;color:#fff;background-color:#f39801}

/*用户之声*/
.yhzs-l{width: 45%}
.yhzs-r{width: 45%;font-size: 16px;color: #757575;font-weight: 400;}
.textareanum{font-style: normal;right: 30px;bottom: 10px;color:#666;}
.codeimg{position: absolute;right: 1px; top: 2px;}
.govedio-btn{width: 50%;background-color: #e8414e; color: #fff;}
.govedio-btn:hover{background-color: #ca3541; color: #fff;}
.yhzs-submit{width:300px;margin:55px auto;}

/*账户简介*/
.thbg1{background-color: #f0f0f0;line-height: 3!important}
.thbg2{background-color: #f7bd55;color: #fff;line-height: 3!important}
.thbg3{background-color: #f1ae38;color: #fff;line-height: 3!important}
.thbg4{background-color: #f39c01;color: #fff;line-height: 3!important}

.trading-h1 {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin: 20px 0;
}

.dl-list dt {
    color: #666;
    font-size: 14px;
}

.dl-list dd {
    color: #666;
    font-size: 12px;
}

.bg-color {
    padding: 10px;
    border-radius: 5px;
    margin: 5px 0;
}

.odd {
    background-color: #efefef;
}

.dl-list dd{display: none;}
.bg-color{cursor: pointer;}
.dl-list dt::before{ content: url("../../images/newimg/left-icon.png");margin-right: 5px;}
.dl-list dt:hover{color:#e33a47;}
.dl-list dt.active{color:#e33a47;}
.dl-list dt.active::before{ content: url("../../images/newimg/dowm-icon.png");margin-right: 5px;}
.xieyi{height:800px;overflow-y:auto; }
.xieyi h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.xieyi h3 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
}
.xieyi p {
    margin: 10px 0;
}
.fxpl {
    font-size: 14px;
    padding: 10px;
    background: #f0f0f0;
}

/*资金存取*/
/*.zjcq-x{width: 960px;height: 560px;}
.zjcq-x a{display:inline-block;width: 220px;height: 400px;margin-right:22px;}
.zjcq-x a:last-child{margin-right: 0px;}
.zjcq-1{background: url(../../images/newimg/user/zjcq-1.png)no-repeat;}
.zjcq-2{background: url(../../images/newimg/user/zjcq-2.png)no-repeat;}
.zjcq-3{background: url(../../images/newimg/user/zjcq-3.png)no-repeat;}
.zjcq-4{background: url(../../images/newimg/user/zjcq-4.png)no-repeat;}
*/


.flow_box {
    margin: 10px 0 0 32px;
    color: #414141;
    border-left: 2px dotted #e4e4e4;
    /*borderèƒŒæ™¯*/
    border-image: url("../../images/theme/border_icon.png") 9/9px round;
    -webkit-border-image: url("../../images/theme/border_icon.png") 9/9px round;
    -moz-border-image: url("../../images/theme/border_icon.png") 9/9px round;
    -ms-border-image: url("../../images/theme/border_icon.png") 9/9px round;
    border-top-width: 0px;
    border-left-width: 9px;
}

.flow_box li {
    padding-left: 35px;
    margin-bottom: 30px;
    font-size: 14px;
    position: relative;
}


.flow_text {
    padding: 5px 0 15px 0;
}

.lc-h4 a{color: #fcaa2c;}
.at-font{position: relative;}
.at-font i{position: absolute;left: 0;top: 0;}
.at-font p{padding-left: 40px;line-height: 25px;}
.depo-b{width: 80%;height: auto;overflow: hidden;border:1px dashed #666;padding: 15px 0;margin: 20px auto}
.depo-b img{width: 149px;height: 38px;vertical-align: middle;margin: 0 20px;}
.depo-b-r{vertical-align: middle;display: inline-block;width: 70%;}



/*****************平台下载******************/
.flexBox{
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.flexBox .boxLeft,.flexBox .boxRight{
  width:50%;
}
.week p,.week ul li{
  color:#898989;
}
.week h2{
  font-size: 22px;
  font-weight: 500;
  line-height:45px;
}
.btns{
  display: inline-block;
  padding:7px 20px;
  font-size: 16px;
  color:#666;
  border:1px solid #666;
  border-radius: 5px;
  cursor:pointer;
}
.btn_common:hover{
  border:1px solid #f39801;
  background:#f39801;
  color:#fff;
}
.btn_common a:hover{color:#fff;}
.btns.active{
  border:1px solid #f39801;
  background:#f39801;
  color:#fff;
}
.btns img{
  vertical-align: -6px;
  margin-right: 5px;
}
.platform{
  padding:35px 0;
  border-top:1px solid #d2d2d2;
}
.platform ul li{
  line-height: 27px;
  padding-left: 10px;
}
.platform ul li:before{
     content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #f39801;
    border-radius: 50%;
    position: absolute;
    margin-top: 10px;
    margin-left: -10px;}
.platform .downBox{
  display: inline-block;
  width:390px;
  height: 350px;
  box-sizing: border-box;
  padding:30px;
  border:1px solid #666;
  border-radius: 5px;
  position: relative;
  margin-top: 30px;
}
.platform .downBox.ml85{
  margin-left: 85px;
}
.platform .downBox .downIcon{
  position: absolute;
  left:35px;
  bottom: 35px;
  cursor: default;
}
.platform .downBox .code{
  position: absolute;
  right:35px;
  bottom: 35px;
}
.platform .downBox.ml75{
  margin-left: 75px;
}
/*********************即时客服*****************************/
.mt{margin-top:50px;}
.boxLeft p{
  line-height: 35px;
  color:#626262;
  font-size: 15px;
  margin-bottom: 30px;
}
.boxRight{
  vertical-align: top;
  margin-left: 60px;
}
.circle{
    display: inline-block;
    *display: inline;
    *zoom:1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #f39801;
    margin-right: 50px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 13px;
    cursor: pointer;
}
.circle img{
  display: inline-block;
}
.circle span{
  display: block;
  font-size: 16px;
  line-height: 20px;
  color:#fff;
}
.questBox{
  width: 100%;
  padding-top: 46px;
  margin-top:50px;
  border-top: 1px solid #d2d2d2;
}


/*app下载*/
.app_container{
    position: relative;
}
.app_container .title{
    width:560px;
    margin:20px 0;
}
.app_container .rightimg{
    position: absolute;
    top:-37px;
    right:55px;
}
.app_container .appBox{
    border-top: solid 1px #d2d2d2;
    padding-top:25px;
    margin-top:50px;
}
.app_container .appBox .line{
    margin-top: 25px;
}
.app_container .appBox .line img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.app_container  .appBox .line .rightText{
    display: inline-block;
    vertical-align: middle;
}
.app_container .appBox .rightTex b{
    font-size: 18px; 
    color: #030303;
}
.app_container  .appBox .rightTex p{
    font-size: 16px; 
    color: #666666;
}
.app_container  .mt36{margin-top:36px;}


