body,
html {
    height: 100%;
    margin: 0 auto;
    min-width: 1200px;
    font-size: 100%;
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, arial, sans-serif;
    background: #f6f6f6;
}


.Cff6f0f {
    color: #ff6f0f;
}
/*头部*/
.width1920px {
    max-width: 1920px;
    margin: 0px auto;
  }
  .width1200px {
    width: 1200px;
    margin: 0px auto;
  }
  .width1920px {
    max-width: 1920px;
    margin: 0px auto;
  }
  .width1200px {
    width: 1200px;
    margin: 0px auto;
  }
  .width1920pxxma {
    height: 160px;
  }
  .width1200pxxma1 {
    height: 100px;
  }
  .xma1a {
    margin-left: 20px;
    height: 100%;
    line-height: 100px;
    float: left;
    margin-right: 43px;
  }
  .copyright{
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
    line-height: 25px;
  }
  .xma1a img {
    vertical-align: middle;
  }
  .xma1b {
    width: 980px;
    height: 100%;
    float: left;
  }
  .xma1bin1 {
    width: 400px;
    height: 41px;
    border: none;
    background-color: #ebebeb;
    float: left;
    margin-top: 30px;
    text-indent: 16px;
    font-size: 16px;
    color: #444
  }
  .xma1bin2 {
    width: 71px;
    height: 42px;
    border: none;
    float: left;
    margin-top: 29px;
    background: url(../images/sousuo.png) no-repeat center 0px;
  }
  .xma1c {
    width: 503px;
    height: 100%;
    height: 30px;
    margin-top: 40px;
    float: left;
    color: #898989;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
  }
  .xma1c .head_a5{
    display: inline-block;
    width: 77px;
    height: 32px;
    margin-right: 10px;
    margin-left: 30px;
    position: relative;
    top: -3px;
    }
  .xma1c a{
      display: inline-block
  }
  .xma1c a img{
      position: relative;
      top: -2px;
      width: 25px;
      height: 25px;
      margin-right: 5px;
  }
  .check_server{
    font-size: 12px;
    position: relative;
    /* left: -120px; */
    top: -2px;
    display: inline-block;
    height: 24px;
    cursor: pointer;
    background: #A49A80;
    text-align: left;
    line-height: 24px;
    color: white;
    padding-right: 3px;
    padding-left: 3px;
    border-radius: 3px;
    margin-right: 6px;
  }
  .check_server img{
    margin-bottom: 3px;
  }
  .check-wrapper{
      display: none;
      position: fixed;
      width: 533px;
      height: 404px;
      top: 35%;
      left: 35%;
      z-index: 1000;
      background: white;
      border-radius: 12px;
  }
  .check-wrapper .check-title{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  .check-wrapper .check-title .title-text{
      line-height: 50px;
      font-weight: bolder;
      color: #222222;
      margin-left: 12px;
  }

 .check-body{
    border: 1px soli red;
    width: 100%;
    height: 350px;
    padding: 0px 130px 0px 120px;
  }

  .check-body .check_tip{
      font-size: 14px;
      color: #888888;
      width: 273px;
      height: 37px;
      margin: 18px 0 15px 0;
      line-height: 23px;
  }
  .check-body .check_tip2{
    width:273px;
    height:15px;
    font-size:14px;
    font-family:SourceHanSansCN-Bold;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin:22px 0px 20px 0px;
  }
  .check_input input{
    width:275px;
    position: relative;
    height:35px;
    background:rgba(248,248,248,1);
    border:1px solid rgba(181,181,181,1);
    opacity:0.5;
    border-radius:4px;
    margin-bottom: 20px;
    padding: 5px;
    box-sizing: border-box;;
}
  .serverErrMag{
    position: absolute;
    bottom: 5px;
    font-size: 12px;
    color: red;
    left: 0px;
  }
  .check_input_radio{
    width: 100%;
    height:35px;
    display: flex;
    justify-content: space-between;
    opacity:0.5;
    border-radius:4px;
  }
  .check_input_radio input {
      height: 18px;
      width: 18px;
      cursor: pointer;
      vertical-align: middle;
      margin-right: 5px;
      visibility: hidden;
      z-index: 2;
  }

  .check_input_radio label {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    color: #000;
    }
  .check_input_radio label span{
        cursor: pointer;
        height: 18px;
        width: 18px;
        border: 2px solid #999;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        display: inline-block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    check_input_radio label span::before{
        transform: scale(0);
        transition: all 300ms linear;
    }

    .check_input_radio label .show{
        cursor: pointer;
        height: 18px;
        width: 18px;
        border: 2px solid blue;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        display: inline-block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 5px rgba(181,181,181,.5);
    }

    .check_input_radio label .show::before{
        content: "";
        border-radius: 50%;
        height: 10px;
        width: 10px;
        display: inline-block;
        background: blue;
        transform: scale(1);
        transition: all 300ms linear;
    }

    .check_input_radio input[type="radio"]:checked{
        display: inline-block;
    }

    .check_input_radio input[type="radio"]:checked + span {
        cursor: pointer;
        height: 18px;
        width: 18px;
        border: 2px solid blue;
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        display: inline-block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .check_input_radio input[type="radio"]:checked + span::before {
        content: "";
        border-radius: 50%;
        height: 10px;
        width: 10px;
        display: inline-block;
        background: blue;
    }
  .layui-layer-page{
      border-radius: 10px!important;
  }
  .layui-layer-page > .layui-layer-title {
      border-radius: 10px!important;
  }
  .check_result{
    width: 275px;
    color: #7E3CFA;
    margin-bottom: 20px;
    font-size: 12px;
  }
.check_button span{
    display: inline-block;
    width:275px;
    height:35px;
    line-height: 35px;
    text-align: center;
    background:#f9cd1f;
    border-radius:4px;
    color: #444444;
    cursor: pointer;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
}

  .xma1c img {
    display: inline-block;
    vertical-align: middle;
  }
  .xma1c span{
    display: inline-block;
    /* padding-left: 10px; */
  }
  .xma2 {
    width: 100%;
    height: 60px;
    background-color: #f9cd1f;
  }
  .xma2u1 li {
    display: block;
    width: 130px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #655a2e;
  }
  .xma2u1 li a:hover,.xma2u1 li a.cur {
    text-decoration: none;
    color: black;
    font-weight: 600;
  }
  .xma2u1 li a:active {
    text-decoration: none;
    color: black;
    font-weight: 600;
  }


  /*尾部*/
.width1920px {
    max-width: 1920px;
    margin: 0px auto;
  }
  .width1200px {
    width: 1200px;
    margin: 0px auto;
  }
  .width1920pxxmf {
    height: 430px;
    background: url(../images/weibu.png) center 0px no-repeat;
    border-top: solid 1px #333333;
    background-color: #333333 ;
  }
  .jbdiv{
    float: left;margin-right: 20px;margin-top: 50px;text-align: center;height: 62px;line-height: 62px;font-size: 14px;color: #666666;
  }
  .jbdivw1{
    width: 320px;
  }
  .jbdivw2{
    width: 200px;
  }
  .xmfd1 {
    width: 234px;
    height: 223px;
    margin-top: 38px;
    margin-left: 165px;
    border-right: 1px solid #666666;
    float: left;
  }
  .xmfd1a {
    width: 183px;
    height: 223px;
    line-height: 24px;
    font-size: 14px;
    color: #666666;
    text-align: justify;
  }
  .xmfd2 {
    width: 266px;
    height: 223px;
    margin-top: 38px;
    border-right: 1px solid #666666;
    float: left;
  }
  .xmfd2a {
    width: 220px;
    height: 198px;
    margin-left: 41px;
  }
  .xmfd2as1 {
    display: block;
    height: 32px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
  }
  .xmfd2as1 a {
    color: #ff780c;
  }
  .xmfd2as2 {
    color: #ff780c;
    display: block;
    height: 32px;
    font-size: 14px;
    }
.xmfd2as3 {
    color: #ff780c;
    display: block;
    height: 32px;
    font-size: 14px;
    margin-top: -15px ;
}
  .xmfd3 {
    width: 266px;
    height: 223px;
    margin-top: 38px;
    float: left;
  }

  /* 分页 */

  .layui-laypage {
    margin: 10px auto;

  }
  .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #7432f3
  }
  .layui-laypage a:hover {
      color: #7432f3;
  }





/*外层div配合footer实现sticky footer*/

.stickycontainer {
    min-height: 100%;
    position: relative;
    padding-bottom: 160px;
}

/*
 * 网站首页样式
 * 固定各模块高度
 */

.xmoheader {
    height: 102px;
    background: #fff;
}

.xmoheader__inner,
.xmonav__inner,
.xmomain__inner,
.xmofooter__inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;

}

.xmofooter-list {
    display: inline-block;
    width: 27%;
    height: 106px;
    overflow: hidden;
    border-right: 1px solid #888;

}

.xmofooter-list:last-child {
    border: none;
    width: 16%;
}

.xmomain__inner {
    position: relative;
}

.xmonav {
    height: 50px;
    background: #444;
}

.xmonav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.xmopanel1 {
    position: relative;
    height: 775px;
    background: url("../images/Group.jpg") top center;
}

.xmopanel1title {
    font-size: 40px;
    color: #fff;
}

.xmopanel1titles {
    position: relative;
    padding-top: 70px;

}

.xmopanel1subtitle {
    display: inline-block;
    margin-top: 7px;
    margin-left: 10px;
    height: 32px;
    width: 300px;
    padding-left: 9px;
    line-height: 32px;
    color: #ff9c00;
    background: -webkit-linear-gradient(left, #fff, transparent);
    background: -o-linear-gradient(right, #fff, transparent);
    background: -moz-linear-gradient(right, #fff, transparent);
    background: linear-gradient(to right, #fff, transparent);
    vertical-align: top;
}

.x1right {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 70px;
    width: 370px;
    text-align: center;
    height: 100%;
    background: url("../images/519.png")
}

.x1right h1 {
    font-size: 35px;
    color: #008cee;
}

.x1right h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
}

.x1right > ul {
    width: 270px;
    margin: 10px auto;
    margin-top: 15px;

}

.x1right > ul > li {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}

.x1right > ul > li span {
    display: inline-block;
}

.x1right > ul > li span.x1index {
    position: relative;
    top: -2px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #008cee;
    vertical-align: middle;
    margin-right: 10px;
}

.x1right .xmo__download_btn {
    margin-top: 10px;
}

.x1right .xmobtn__solid.DL1cs {
    width: 250px;
    height: 60px;
    line-height:58px;
    margin-left: -15px;
    /* background: url(../images/6331.png); */
    padding: 0 0 0 70px;

}
    .x1right .xmobtn__solid.DL1cs_mac {
        width: 250px;
        height: 60px;
        margin-left: -15px;
        /* background: url(../images/macbg.png); */
        padding: 0 0 0 65px;
        line-height:58px;
    }

.x1right .xmobtn__solid.DL1cs img {
    position: relative;
    left: -20px;
    top:7px;
}
    .x1right .xmobtn__solid.DL1cs_mac img {
        position: relative;
        left: -18px;
        top: 7px;
    }

    .x1right .xmobtn__solid.DL1cs:active {
        line-height: 58px;
        padding-left: 70px;
    }
    .x1right .xmobtn__solid.DL1cs_mac:active {
        /*line-height: 73px;*/
        padding-left: 65px;
    }


.x1right .xmo__software {
    margin-top: 7px;
    margin-left: 10px;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 20px;
}

.x1right .xmo__software li {
    height: 26px;
    line-height: 24px;
}

.xmopanel2 {
    height: 890px;
    background: #fff;
}

.xmopanel3 {
    height: 940px;
    background: url("../images/12.jpg") 0 center;

}

.xmopanel3 .xmosection__title {
    padding-top: 55px;
}

.xmopanel4 {
    height: 730px;
    background: #fff;
}

.x4main {
    margin-top: 25px;
    color: #666;
}

.mainleft, .mainright {
    width: 48%;
    padding: 0 10px;
}

.x4titles span i {
    margin-left: 5px;
    font-size: 12px;
    color: #888;
}

.x4title {
    font-size: 18px;
    color: #ff6f0f;
}

.x4more {
    position: relative;
    top: 3px;
    font-size: 12px;
    color: #888;
}

.x4main ul {
    margin-top: 30px;
}

.x4main ul li {
    margin-bottom: 5px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.x4main ul li span {
    display: inline-block;
    vertical-align: middle;
}

.x4more:hover, .x4more:hover i {
    color: #ff6f0f;
    cursor: pointer;
}

.x4main ul li:hover {
    background: #eee;
    color: #008cee;
}

.x4main ul li .x4index {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    background: #888;
    color: #fff;
}

.x4main .mainleft ul li span:nth-child(2) {
    width: 515px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.x4main .mainright ul li span:nth-child(2) {
    width: 425px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.x4main ul li .x4time {
    font-size: 13px;
}

.x4main ul a:nth-child(1) .x4index, .x4main ul a:nth-child(2) .x4index, .x4main ul a:nth-child(3) .x4index {
    background: #008cee;
    color: #fff;
}

.xmofooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: #444;
    padding: 28px 0 25px 0;
}

.xmoheader__right {
    padding-top: 28px;
}

.xmosearch_component {
    width: 442px;
    height: 40px;
    line-height: 40px;
}

.xmosearch_component a {
    color: #888;
    font-size: 14px;

}

.xmosearch_component i {
    font-size: 24px;
    margin-right: 5px;
}

.xmosearch_component i:first-child {
    font-size: 23px;
    position: relative;
    top: 2px;
}

.xmosearch_component label {
    position: relative;
    top: -1px;
}

.xmosearch_component span {
    color: #d4772a;
    font-size: 20px;
    margin-left: 5px;
}

.xmosearch__keyword {
    display: inline-block;
    height: 30px;
    width: 36px;
    line-height: 30px;
    font-size: 12px;
    color: #008cee;
    text-align: center;
}

.xmosearch__keyword:hover {
    color: #0077cc;
    font-weight: bold;
}

.xmoheader__left {
    padding-top: 22px;
}

.xmoheader__logo {
    width: 140px;
    height: 60px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 140px 60px;
}

.xmonav__inner {
    position: relative;
}

.xmoheader__title {
    height: 40px;
    margin: 10px 0;
    margin-left: 16px;
    padding-left: 18px;
    border-left: 1px solid #eee;
    line-height: 20px;
    font-size: 14px;
    color: #888;
}

.xmologin {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.xmologin__section {
    display: inline-block;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
    transition: all ease 0.25s;
}

.xmologin__section:hover {
    background: #008cee;
}

.xmofooter__center {
    padding-left: 30px;
    width: 40%;
}

.xmofooter__center p {
    font-size: 12px;
}

.xmofooter__center p span {
    color: #ccc;
    margin-left: 10px;
}

.xmofooter__right {
    padding-left: 30px;
    width: 28%;
}

.xmofooter__left {
    width: 28%;
}

.xmofooter__left_title {
    padding-bottom: 27px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
}

.xmofooter__left ul {
    width: 100%;
}

.xmofooter__left ul li {
    float: left;
    width: 50%;
}

.xmofooter__helper {
    float: left;
    margin-right: 30px;
}

.xmofooter__helper_title {
    line-height: 22px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.xmofooter__helper_img {
    margin-right: 14px;
    width: 102px;
    height: 102px;
    background: url(../images/logo_footer.png) no-repeat center;
    background-size: 102px 102px;
}

.xmofooter-list .qr {
    width: 80px;
    heihgt: 80px;
}

.xmofooter__right_title {
    padding-bottom: 15px;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-align: left;
}

.xmopanel5 {
    background: #f8f8f8;
}

.xmosection__title {
    padding-top: 60px;
    line-height: 40px;
    font-size: 40px;
    color: #008cee;
    text-align: center;
}

.xmopanel3 .xmosection__title {
    color: #fff;
}

.xmopanel3 .xmosection__title-line {
    top: 25px;
}

.xmosection__title-line {
    position: absolute;
    top: 30px;
    display: inline-block;
    width: 415px;
    height: 3px;
    background: #eee;
    margin-top: 50px;
}

.xmosection__title-line.fl {
    left: 0;
}

.xmosection__title-line.fr {
    right: 0;
}

.xmosection__title-line span {
    display: block;
    width: 50px;
    height: 3px;
    background: #ccc;
}

.xmfriendship-link {

    width: 70%;
    margin: 0 auto;
    padding-bottom: 55px;
}

.xmfriendship-link .opacity_a {
    display: inline-block;
    font-size: 12px;
    color: #888;
    padding: 10px;

}

.xmfriendship-link .opacity_a:hover {
    color: #008cee;
}

.xmopartner__subtitle {
    padding-bottom: 51px;
    line-height: 50px;
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(68, 68, 68, 0.5);
    text-align: center;
}

.Xpartner__title {
    font-size: 20px;
    color: #444;
    text-align: left;
}

.Xpartner__desc {
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    color: rgba(68, 68, 68, 0.5);
}

.Xpartner__title_big {
    padding-right: 12px;
    line-height: 40px;
    font-size: 40px;
}

.xmoinlinelist__item.Xpartner,
.xmoinlinelist__item.Xpartner__one {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.xmoinlinelist__item.Xpartner img {
    width: 100%;
    height: 100%;
}

.xmoinlinelist__item.Xpartner__two {
    width: 300px;
    height: 150px;
}

.Xpartner__one,
.Xpartner__two {
    padding-top: 34px;
    padding-left: 24px;
}

.Xpartner,
.Xpartner__one,
.Xpartner__two {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.Xpartner__bottomline {
    border-bottom: 1px solid #eee;
}

.Xpartner__rightline {
    border-right: 1px solid #eee;
}

.xmoserve__subtitle {
    line-height: 70px;
    font-size: 15px;
    text-align: center;
    color: #888;
}

.xmopanel3 .xmoserve__subtitle {
    color: #fff;
}

.xmoinlinelist__item.Mserve {
    width: 25%;
    height: 230px;

}

.xmoserve__chart {
    position: relative;
    margin: 42px 62px 64px;
    height: 395px;
    background: url(../images/serve.png) no-repeat center;
    background-size: 408px 395px;
}

.xmoserve__desc_2 {
    padding: 22px 48px 0;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    color: #fff;
}

.xmoserve__chart_title {
    position: absolute;
    line-height: 15px;
    font-size: 15px;
    color: #fff;
    cursor: default;
}

.xmoserve__chart_div {
    width: 130px;
    height: 130px;
    position: absolute;
    border-radius: 100%;
    z-index: 999;
}

.xmoserve__chart_div0 {
    top: 121px;
    left: 474px;
}

.xmoserve__chart_div1 {
    top: -13px;
    left: 470px;
}

.xmoserve__chart_div2 {
    top: 50px;
    left: 594px;
}

.xmoserve__chart_div3 {
    top: 55px;
    left: 353px;
}

.xmoserve__chart_div4 {
    top: 192px;
    left: 352px;
}

.xmoserve__chart_div5 {
    top: 193px;
    left: 594px;
}

.xmoserve__chart_div6 {
    top: 260px;
    left: 473px;
}

/*首页公众号主服务模块上的标题*/

.xmoserve__chart_pos1 {
    top: 88px;
    left: 497px;
}

.xmoserve__chart_pos2 {
    top: 150px;
    left: 623px;
}

.xmoserve__chart_pos3 {
    top: 150px;
    left: 388px;
}

.xmoserve__chart_pos4 {
    top: 282px;
    left: 383px;
}

.xmoserve__chart_pos5 {
    top: 290px;
    left: 631px;
}

.xmoserve__chart_pos6 {
    top: 364px;
    left: 504px;
}

.xmoaccount__txt {
    line-height: 22px;
    font-size: 14px;
    color: #444;
    text-align: center;
}

.xmoaccount__type {
    line-height: 32px;
    font-size: 16px;
    color: #444;
}

.xmoaccount__num {
    line-height: 18px;
    font-size: 14px;
    color: rgba(68, 68, 68, 0.5);
}

.xmoinlinelist.Jaccount {
    height: 140px;
    padding-top: 72px;
    padding-bottom: 16px;
    border-bottom: 2px solid #008cee;
    margin-bottom: 25px;
}

.xmoinlinelist__item.Jaccount {
    position: relative;
    height: 50px;
    width: 16%;
    cursor: default;
}

.xmoinlinelist__item.Jaccount.current_item:after {
    position: absolute;
    display: block;
    bottom: -18px;
    left: 80px;
    width: 31px;
    height: 14px;
    content: "";
    background: url(../images/homesprites.png) -150px -104px;
}

.xmoinlinelist__item.Jaccountorz {
    position: relative;
    width: 356px;
    height: 448px;
    border: 1px solid rgba(0, 140, 238, 0.2);
    border-radius: 4px;
    background-color: #fbfbfb;
    /* behavior: url(public/PIE-1.0.0/PIE.htc); */
}

.xmoinlinelist__item.Jaccountorz:nth-child(2n) {
    margin: 0 66px;
}

.xmoaccount__recenttop_title {
    padding: 0 13px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
    background: #eee;
}

.xmoaccount__recenttop_content {
    padding: 16px 13px 0;
}

.xmoaccount__recenttop_details {
    width: 275px;
}

.xmoaccount__recenttop_name {
    line-height: 28px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #222;
    text-align: left;
}

.xmoaccount__recenttop_item {
    /*display:flex;justify-content:flex-start;*/
    line-height: 20px;
    font-size: 12px;
    color: #888;
    text-align: left;
}

.xmoaccount__recenttop_item span {
    /*width:30%;*/
}

.xmoaccount__recenttop_uv {
    text-align: center;
    font-size: 16px;
    color: #fe780c;
}

.xmoaccount__recenttop_time,
.xmoaccount__recenttop_rnum {
    margin-right: 20px;
}

.xmoaccount__readsource {
    position: relative;
    width: 354px;
    height: 208px;
    padding: 8px 15px 12px 0;
}

.xmoaccount__readsource_desc {
    position: absolute;
    width: 180px;
    top: 60px;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #444;
    line-height: 25px;
}

.xmoaccount__readsource_desc1 {
    padding-top: 5px;
    font-size: 14px;
}

.xmoaccount__readsource_name {
    padding-top: 16px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.xmoaccount__malefemale_name {
    padding-left: 16px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.xmoaccount__female_chart {
    position: relative;
    width: 100%;
    height: 5px;
    background: #fe780c;
}

.xmoaccount__male_chart {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background: #008cee;
}

.xmoaccount__hostinfo {
    padding: 13px 13px 6px;
}

.xmopanel__round.Jaccountorz {
    width: 88px;
    height: 88px;
    border-color: #c9c9c9;
    background-color: #008cee;
    overflow: hidden;
}

.xmopanel__round.Jaccountorz img {
    position: relative;
    width: 390px;
    height: 390px;
    top: -155px;
    left: -155px;
    border-radius: 50%;
    /* behavior: url(/public/PIE-1.0.0/PIE.htc); */
}

.xmoaccount__desc {
    margin-left: 10px;
    text-align: left;
}

.xmoaccount__desc_name {
    line-height: 30px;
    font-size: 14px;
    color: #222;
}

.xmoaccount__fans {
    line-height: 24px;
    font-size: 12px;
    color: #666;
}

.xmoaccount__fans_num {
    margin-left: 6px;
}

.xmoaccount__hostinfo_type {
    line-height: 28px;
    font-size: 12px;
    color: #444;
}

.xmoaccount__certified {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    line-height: 18px;
    width: 48px;
    height: 18px;
    border-radius: 9px;
    color: #fff;
    text-align: center;
    background-color: #fea00c;
    /* behavior: url(public/PIE-1.0.0/PIE.htc); */
}

.xmoaccount__tip {
    line-height: 28px;
    font-size: 12px;
    color: #008cee;
}

.xmolist__item.Jaccountorz {
    line-height: 26px;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.xmoaccount__readsource_square {
    margin-right: 10px;
    display: inline-block;
    vertical-align: -2px;
    width: 13px;
    height: 13px;
}

.xmolist.Jaccountorz {
    padding-top: 2px;
    padding-left: 9px;
}

.xmoaccount__readsource_num {
    padding-left: 7px;
}

.xmolist.Qhero {
    padding-top: 90px;

}

.xmolist__item.Qhero {
    height: 104px;
    width: 300px;
    line-height: 104px;
    font-size: 20px;
    text-align: left;
    color: #008cee;
    transition: all ease 0.25s;
}

.xmoHero__h.hover {
    color: #fff;
    cursor: default;
}

.xmoHero__round {
    position: relative;
    margin-right: 28px;
    display: inline-block;
    vertical-align: -37px;
    width: 90px;
    height: 90px;
    background-color: rgba(17, 0, 124, 0.3);
    border-radius: 50%;
    /* behavior: url(public/PIE-1.0.0/PIE.htc); */
}

.xmoHero__icon {
    display: block;
    margin: 15px auto;
    width: 60px;
    height: 60px;
}

.xmoHero__icon.img1 {
    background: url(../images/homesprites.png) -6px -6px;
}

.xmoHero__icon.img2 {
    background: url(../images/homesprites.png) -6px -78px;
}

.xmoHero__icon.img3 {
    background: url(../images/homesprites.png) -142px -39px;
}

.xmoHero__icon.img4 {
    background: url(../images/homesprites.png) -70px -70px;
}

.xmoHero__icon.img5 {
    background: url(../images/homesprites.png) -78px -6px;
}

.xmohero__mask {
    width: 100%;
    height: 100%;
    /* background: url(../images/hero_bg.png) no-repeat; */
    background-position: 10px 98px;
    background-size: 1189px 593px;
}

.xmohero__leading {
    padding-right: 77px;
    padding-top: 210px;
    width: 20px;
    font-size: 20px;
    line-height: 57px;
    color: rgb(59, 174, 255);
    text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.83);
}

.xmohero__left {
    width: 686px;
    height: 100%;
    /* background: url(../images/hero_bg1.png) no-repeat right center; */
}

.xmohero__name {
    padding-left: 24px;
    font-size: 26px;
    color: #fff;
    line-height: 710px;
    text-align: center;
}

.xmolist__item.Qhero_2 {
    line-height: 16px;
    font-size: 16px;
    color: rgba(254, 160, 12, 0.8);
}

.xmolist__item.Qhero_3 {
    position: relative;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    border: 1px solid #1bd7ff;
    border-radius: 19px;
    text-align: center;
    background: #11007c;
    color: #b8e7ff;
    /* behavior: url(public/PIE-1.0.0/PIE.htc); */
}

.xmolist__item.Qhero_3:after {
    content: '';
    position: absolute;
    left: 99px;
    top: 19px;
    width: 38px;
    height: 2px;
    border-top: 1px solid #1bd7ff;
}

.xmolist__item.Qhero_3.len44:after {
    width: 44px;
}

.xmolist__item.Qhero_3.len90:after {
    width: 90px;
}

.xmolist__item.Qhero_3.len105:after {
    width: 105px;
}

.xmolist__item.Qhero_2,
.xmolist__item.Qhero_3 {
    position: absolute;
}

/*.xmohero__right {
    padding-right: 68px;
}*/

.Qhero_pos1 {
    top: 190px;
    right: 166px;
}

.Qhero_pos2 {
    top: 240px;
    right: 120px;
}

.Qhero_pos3 {
    top: 287px;
    right: 100px;
}

.Qhero_pos4 {
    top: 340px;
    right: 90px;
}

.Qhero_pos5 {
    top: 390px;
    right: 98px;
}

.Qhero_pos6 {
    top: 438px;
    right: 122px;
}

.Qhero_pos7 {
    top: 490px;
    right: 156px;
}

.Qhero_3pos1 {
    top: 184px;
    right: 460px;
}

.Qhero_3pos2 {
    top: 258px;
    right: 504px;
}

.Qhero_3pos3 {
    top: 330px;
    right: 522px;
}

.Qhero_3pos4 {
    top: 404px;
    right: 510px;
}

.Qhero_3pos5 {
    top: 479px;
    right: 478px;
}

/*
 * 发布广告页面
 * 2017-07-06
 */

.xmomain__adpublish {
    background-color: #f6f6f6;
}

.xmomain__adpublish_inner {
    margin: 0 auto;
    padding-bottom: 22px;
    width: 1200px;
}

.xmoadpulishflow {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.xmoadpulishflow2 {
    min-height: 700px;
    background-color: transparent;
}

.xmoadpulishflow__title {
    height: 42px;
    width: 100%;
    border-bottom: 2px solid #008cee;
}

.xmoinlinelist__item.AAflow {
    position: relative;
    width: 120px;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-radius: 4px 4px 0 0;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
    transition: all ease 0.25s;
}

.xmoinlinelist__item.AAflow:hover,
.xmoinlinelist__item.AAflow.clicked {
    background-color: #008cee;
    color: #fff;
    cursor: pointer;
}

.xmoadpulishflow__side {
    padding-bottom: 5000px;
    margin-bottom: -5000px;
    width: 383px;
    height: calc(100% - 42px);
    border-left: 1px solid #f6f6f6;
}

.xmoadpulishflow__demotitle {
    line-height: 80px;
    font-size: 18px;
    color: #222;
    text-align: center;
}

.xmoad__pictxt_articletab {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 30px;
    padding-right: 18px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    text-align: right;
}

.xmosearch_component2,
.xmosearch_component3 {
    display: inline-block;
    margin-right: 22px;
    width: 528px;
    height: 30px;
}

.xmosearch_component3 {
    width: 596px;
}

.xmosearch_component4 {
    display: inline-block;
    width: 173px;
    height: 30px;
    line-height: 30px;
}

.xmosearch_component5 {
    display: inline-block;
    width: 250px;
    height: 30px;
}

.xmoad__pictxt {
    width: 817px;
}

.xmoad__pictxt_article {
    padding: 28px 0;
    font-size: 0;
}

.xmoad__pictxt_title {
    padding: 28px 0;
    font-size: 0;
}

.xmocoverhold {
    width: 268px;
    height: 149px;
    line-height: 32px;
    text-align: center;
}

.xmocoverhold__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xmocoverhold__txt1 {
    padding-top: 53px;
    font-size: 16px;
    color: #888;
}

.xmocoverhold__txt2 {
    font-size: 14px;
    color: #666;
}

.xmocoverhold__ctrlbtn {
    /*padding-top: 66px;*/
    padding-left: 33px;
}

.xmocoverhold__ctrlbtn .hover {
    border-color: #008cee;
    color: #008cee;
}

.xmoad__pictxt_edit {
    padding: 28px 0;
    font-size: 0;
}

.xmoaddicon {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 15px;
    width: 17px;
    height: 17px;
    /* background: url(../images/xmosprites.png) -121px -147px; */
}

.xmoad__pictxt_editor {
    display: inline-block;
    width: 597px;
    height: 408px;
}

.xmotextarea__container {
    position: relative;
    display: inline-block;
    width: 596px;
    height: 88px;
}

.xmotextarea__reminder {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 22px;
    padding-right: 8px;
    font-size: 14px;
    color: #888;
}

.xmoad__pictxt_abstract,
.xmoad__pictxt_uploadimg {
    font-size: 0;
}

.xmoad__pictxt_alink {
    padding: 28px 0;
    font-size: 0;
}

.xmoad__pictxt_morealink {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e7e7eb;
    font-size: 14px;
    text-align: center;
    color: #888;
    transition: all ease 0.2s;
}

.xmoad__pictxt_morealink:hover {
    background: #008cee;
    border-color: #008cee;
    color: #fff;
    cursor: pointer;
}

.xmoad__pictxt_morealink:hover .xmoaddicon {
    /* background: url(../images/xmosprites.png) -84px -147px; */
}

.xmoad__pictxt_alinktxt {
    line-height: 40px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.xmoad__pictxt_enter {
    margin-bottom: 50px;
    text-align: center;
    font-size: 0;
}

.xmoad__poster_websiteItem .xmobtn__hollow {
    margin-right: 8px;
}

.xmoad__poster_websiteItem {
    margin-bottom: 28px;
}

.xmoad__poster_websitetxt {
    line-height: 30px;
    font-size: 14px;
    color: #444;
}

.xmoad__poster_website {
    display: inline-block;
}

.xmoqrcode {
    width: 150px;
    height: 150px;
    background: #eee;
    text-align: center;
}

.xmoqrcode .xmocoverhold__txt1 {
    padding-top: 68px;
}

.xmoaccounts__tip {
    padding-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
}

.xmopublishtype {
    padding: 66px 0 66px;
    line-height: 20px;
    font-size: 20px;
    color: #444;
    text-align: center;
}

.xmoinlinelist__item.PPtype {
    position: relative;
    margin-right: 150px;
    width: 300px;
    height: 400px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all ease 0.5s;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoinlinelist__item.PPtype.PPtype__lastone {
    margin-right: 0;
}

.xmopublishtype__iconhold {
    width: 102px;
    height: 86px;
    margin: 85px auto 38px;
}

.xmopublishtype__icon {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.xmopublishtype__icon.pingtaiitem {
    /* background: url(../images/typesprites.png) -10px -10px; */
}

.xmopublishtype__icon.xuanhaoitem {
    /* background: url(../images/typesprites.png) -10px -116px; */
}

.xmopublishtype__icon.zhitouitem {
    /* background: url(../images/typesprites.png) -132px -116px; */
}

.xmopublishtype__name {
    line-height: 20px;
    font-size: 20px;
    color: #444;
    text-align: center;
}

.xmopublishtype__desc {
    margin: 64px auto 0;
    width: 221px;
    line-height: 19px;
    font-size: 12px;
    color: #444;
    text-align: left;
}

.xmomain__adpublish {
    background-color: #f6f6f6;
}

.xmomain__adpublish_inner {
    margin: 0 auto;
    padding-bottom: 22px;
    width: 1200px;
}

.xmoadpulishflow {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.xmoadpulishflow2 {
    min-height: 700px;
    background-color: transparent;
}

.xmoadpulishflow__title {
    height: 42px;
    width: 100%;
    border-bottom: 2px solid #008cee;
}

.xmoinlinelist__item.AAflow {
    position: relative;
    width: 120px;
    height: 100%;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-radius: 4px 4px 0 0;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
    transition: all ease 0.25s;
}

.xmoinlinelist__item.AAflow:hover,
.xmoinlinelist__item.AAflow.clicked {
    background-color: #008cee;
    color: #fff;
    cursor: pointer;
}

.xmoadpulishflow__side {
    padding-bottom: 5000px;
    margin-bottom: -5000px;
    width: 383px;
    height: calc(100% - 42px);
    border-left: 1px solid #f6f6f6;
}

.xmoadpulishflow__demotitle {
    line-height: 80px;
    font-size: 18px;
    color: #222;
    text-align: center;
}

.xmoad__pictxt_articletab {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 30px;
    padding-right: 18px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    text-align: right;
}

.xmosearch_component2,
.xmosearch_component3 {
    display: inline-block;
    margin-right: 22px;
    width: 528px;
    height: 30px;
}

.xmosearch_component3 {
    width: 596px;
}

.xmosearch_component4 {
    display: inline-block;
    width: 173px;
    height: 30px;
    line-height: 30px;
}

.xmosearch_component5 {
    display: inline-block;
    width: 250px;
    height: 30px;
}

.xmoad__pictxt {
    width: 817px;
}

.xmoad__pictxt_article {
    padding: 28px 0;
    font-size: 0;
}

.xmoad__pictxt_title {
    padding: 28px 0;
    font-size: 0;
}

.xmocoverhold {
    width: 268px;
    height: 149px;
    line-height: 32px;
    text-align: center;
}

.xmocoverhold__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xmocoverhold__txt1 {
    padding-top: 53px;
    font-size: 16px;
    color: #888;
}

.xmocoverhold__txt2 {
    font-size: 14px;
    color: #666;
}

.xmocoverhold__ctrlbtn {
    /*padding-top: 66px;*/
    padding-left: 33px;
}

.xmoad__pictxt_edit {
    padding: 28px 0;
    font-size: 0;
}

.xmoaddicon {
    display: inline-block;
    vertical-align: -3px;
    margin-right: 15px;
    width: 17px;
    height: 17px;
    /* background: url(../images/xmosprites.png) -121px -147px; */
}

.xmoad__pictxt_editor {
    display: inline-block;
    width: 597px;
    height: 408px;
}

.xmotextarea__container {
    position: relative;
    display: inline-block;
    width: 596px;
    height: 88px;
}

.xmotextarea__reminder {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 22px;
    padding-right: 8px;
    font-size: 14px;
    color: #888;
}

.xmoad__pictxt_abstract,
.xmoad__pictxt_uploadimg {
    font-size: 0;
}

.xmoad__pictxt_alink {
    padding: 28px 0;
    font-size: 0;
}

.xmoad__pictxt_morealink {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e7e7eb;
    font-size: 14px;
    text-align: center;
    color: #888;
    transition: all ease 0.2s;
}

.xmoad__pictxt_morealink:hover {
    background: #008cee;
    border-color: #008cee;
    color: #fff;
    cursor: pointer;
}

.xmoad__pictxt_morealink:hover .xmoaddicon {
    /* background: url(../images/xmosprites.png) -84px -147px; */
}

.xmoad__pictxt_alinktxt {
    line-height: 40px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.xmoad__pictxt_enter {
    margin-bottom: 50px;
    text-align: center;
    font-size: 0;
}

.xmoad__poster_websiteItem .xmobtn__hollow {
    margin-right: 8px;
}

.xmoad__poster_websiteItem {
    margin-bottom: 28px;
}

.xmoad__poster_websitetxt {
    line-height: 30px;
    font-size: 14px;
    color: #444;
}

.xmoad__poster_website {
    display: inline-block;
}

.xmoqrcode {
    width: 150px;
    height: 150px;
    background: #eee;
    text-align: center;
}

.xmoqrcode .xmocoverhold__txt1 {
    padding-top: 68px;
}

.xmoaccounts__tip {
    padding-left: 10px;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
}

.xmopublishtype {
    padding: 66px 0 66px;
    line-height: 20px;
    font-size: 20px;
    color: #444;
    text-align: center;
}

.xmoinlinelist__item.PPtype {
    position: relative;
    margin-right: 150px;
    width: 300px;
    height: 400px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    transition: all ease 0.5s;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoinlinelist__item.PPtype.PPtype__lastone {
    margin-right: 0;
}

.xmopublishtype__iconhold {
    width: 102px;
    height: 86px;
    margin: 85px auto 38px;
}

.xmopublishtype__icon {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.xmopublishtype__icon.pingtaiitem {
    /* background: url(../images/typesprites.png) -10px -10px; */
}

.xmopublishtype__icon.xuanhaoitem {
    /* background: url(../images/typesprites.png) -10px -116px; */
}

.xmopublishtype__icon.zhitouitem {
    /* background: url(../images/typesprites.png) -132px -116px; */
}

.xmopublishtype__name {
    line-height: 20px;
    font-size: 20px;
    color: #444;
    text-align: center;
}

.xmopublishtype__desc {
    margin: 64px auto 0;
    width: 221px;
    line-height: 19px;
    font-size: 12px;
    color: #444;
    text-align: left;
}

/* 当用户鼠标移动到某个类别上时
 * 高亮呈现
 */

.xmoinlinelist__item.PPtype:hover {
    background-color: rgb(0, 140, 238);
    box-shadow: 0px 0px 12px 0px rgba(0, 140, 238, 0.6);
}

.xmoinlinelist__item.PPtype:hover .xmopublishtype__iconhold {
    margin-bottom: 103px;
}

.xmoinlinelist__item.PPtype:hover .xmopublishtype__icon.pingtaiitem {
    /* background: url(../images/typesprites.png) -132px -10px; */
}

.xmoinlinelist__item.PPtype:hover .xmopublishtype__icon.xuanhaoitem {
    /* background: url(../images/typesprites.png) -254px -10px; */
}

.xmoinlinelist__item.PPtype:hover .xmopublishtype__icon.zhitouitem {
    /* background: url(../images/typesprites.png) -254px -116px; */
}

.xmoinlinelist__item.PPtype:hover .xmopublishtype__name {
    color: #fff;
}

.xmoinlinelist__item.PPtype:hover .xmopublishtype__desc {
    display: none;
}

.xmorequire {
    padding-left: 24px;
    line-height: 42px;
    font-size: 12px;
    color: #666;
}

.xmoad__pictxt_articletab.Tflow3 {
    width: 150px;
    line-height: 60px;
}

.xmoad__pictxt_articletab.W150r {
    width: 260px;
}

.xmoad__require_title {
    font-size: 0;
}

.Tflow3__title {
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.Tflow3__title_edit {
    line-height: 30px;
    padding: 0 17px;
    font-size: 14px;
    color: #008cee;
    transition: all ease 0.25s;
}

.Tflow3__title_edit:hover,
.Tflow3__title_edit:active,
.Tflow3__title_edit:focus {
    color: #0077cc;
}

.xmoinlinelist__item.Tflow3 {
    margin-right: 7px;
    width: 220px;
    height: 130px;
    border: 1px solid #eee;
}

.xmoinlinelist__item.Tflow3.Tflow3__lastone {
    margin-right: 0;
}

.xmoinlinelist__item.Tflow3_02 {
    margin-right: 15px;
    padding: 0 15px;
    width: 290px;
    height: 90px;
    border: 1px solid #eee;
    text-align: left;
}

.xmoinlinelist__item.Tflow3_02.Tflow3__lastone {
    margin-right: 0;
}

.xmoareaset__title.Tflow3_02 {
    margin-left: 3px;
    margin-top: 15px;
    line-height: 24px;
    text-align: left;
}

.xmoareaset__select {
    position: relative;
}

.xmoareaset__render.Tflow3_02 {
    position: absolute;
    right: 0;
    top: 12px;
}

.xmoareaset__citys.Tflow3_02 {
    position: absolute;
    right: 30px;
    bottom: 12px;
    text-align: left;
}

.xmoareaset__citys.Tflow3_02 > li {
    display: block;
}

.arrowdownfill.px90.Tflow3_02 {
    margin-left: 8px;
}

.xmoad__require_accounts {
    display: inline-block;
    padding: 23px 18px 0;
    width: 900px;
    height: 98px;
    border: 1px solid #eee;
}

.xmoad__require_publish {
    display: inline-block;
    width: 900px;
    height: 60px;
    border: 1px solid #eee;
}

.xmoad__exbudget {
    width: 100%;
    height: 230px;
    border: 1px dashed #008cee;
}

.xmoad__require {
    width: 100%;
}

.xmoad__otherrequire {
    display: inline-block;
    width: 898px;
    height: 67px;
}

.xmotextarea.Tflow3 {
    position: relative;
    border-radius: 4px;
    border-color: #eee;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmotextarea.Tflow3:focus {
    border: 1px solid #008cee;
}

.xmobtn__solid.Tflow3 {
    width: 200px;
    height: 40px;
    font-size: 16px;
    background-color: #0280d8;
}

.xmobtn__solid.Tflow3:active {
    background-color: #008cee;
}

.xmoad__exbudget_title {
    line-height: 48px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.xmoinput__simple.Tflow3__82 {
    position: relative;
    width: 82px;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoinput__simple.Tflow3__120 {
    /*padding: 5px;*/
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoinput__simple.Tflow3__65 {
    position: relative;
    width: 65px;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoinput__simple.Tflow3__150 {
    position: relative;
    width: 150px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
    text-align: left;
}

.xmofans__from {
    margin-left: 63px;
    font-size: 14px;
    color: #444;
}

.xmocheckbox.Tflow3 {
    margin: 5px 0;
}

.xmopadding__right {
    padding-right: 27px;
}

.xmoad__budget_pp,
.xmoad__budget_sum,
.xmoad__budget_ena,
.xmoad__publish_time {
    position: relative;
    line-height: 60px;
    font-size: 14px;
    color: #444;
}

.xmoad__budget_txt {
    padding: 0 10px 0 24px;
}

.xmoad__budget_txt1 {
    padding: 0 164px 0 10px;
}

.xmoad__budget_txt2 {
    padding-right: 10px;
}

.xmoinput__simple.Tflow3__120h {
    position: relative;
    width: 120px;
    padding-right: 30px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoinput__simple_reminder.xmoinput__simple_reminder {
    /*top: -4px;*/
    color: #444;
}

.xmoad__budget_ena {
    padding: 0 12px 0 13px;
    color: #666;
}

.xmoad__budget_charge {
    font-size: 14px;
    color: #008cee;
    transition: all ease 0.25s;
}

.xmoad__budget_charge:hover,
.xmoad__budget_charge:active,
.xmoad__budget_charge:focus {
    color: #0077cc;
}

.xmoad__publish_time {
    margin-left: 87px;
}

.xmoad__publish_time_select {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 200px;
    margin-top: 15px;
    margin-left: 10px;
}

.xmorequiretime__radio {
    margin-left: 23px;
}

.xmoinlinelist__item.Tflow3qopq {
    width: 183px;
    margin-right: 40px;
    line-height: 24px;
    text-align: left;
}

.xmoinlinelist__item.Tflow3qopq.Tflow3qopq__lastone {
    margin-right: 0;
}

.xmoad__require_accountstxt {
    display: block;
    float: right;
    width: 85%;
}

.xmoad__require_days {
    display: inline-block;
    width: 52px;
    text-align: center;
}

.xmoareaset__title {
    line-height: 45px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.xmoareaset__citys {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    color: #008cee;
    text-align: center;
}

.xmoareaset__citys > li {
    display: inline-block;
    margin-right: 8px;
}

.arrowdownfill.Tflow3aaa {
    width: 50px;
}

.xmoareaset__render {
    position: relative;
    top: -4px;
    margin-right: 18px;
    height: 30px;
    font-size: 0;
    text-align: right;
}

.xmoareaset__render.Tflow3cde11.SIM32dd {
    position: absolute;
    top: 1px;
    left: 255px;
}

.xmoinput__simple.Tflow3aaa {
    padding-right: 24px;
    width: 80px;
    vertical-align: top;
    text-align: center;
}

.xmoinput__simple_reminder.Tflow3aaa {
    top: 0;
    right: 7px;
}

.xmoad__pictxt_articletab.Tflow3.Tflow3cde11 {
    padding-right: 12px;
}

.xmoad__condition {
    display: inline-block;
    width: 900px;
    height: 250px;
    padding: 23px 32px 18px;
    border: 1px solid #ccc;
}

.xmoinlinelist.Tflow3cde11.SIM32dd {
    width: 674px;
    display: inline-block;
    vertical-align: top;
    padding: 11px 0 0 24px;
    border: 1px solid #eee;
}

.xmoinlinelist__item.Tflow3cde11 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 17px;
    text-align: left;
    font-size: 14px;
    color: #444;
}

.xmoinlinelist__item.Tflow3cde11.Tflow3cde11__lastone {
    margin-bottom: 0;
}

.xmosearch__btn.Tflow3dede9 {
    width: 30px;
    border-left: 1px solid #ddd;
    background: transparent;
    color: #888;
    transition: all ease 0.25s;
}

.xmosearch__btnicon {
    display: inline-block;
    width: 17px;
    height: 18px;
    /* background: url(../images/xmosprites.png) -47px -147px; */
}

.xmosearch__btn.Tflow3dede9:hover .xmosearch__btnicon {
    /* background: url(../images/xmosprites.png) -10px -147px; */
}

.xmoinlinelist.Tflow3dede9 {
    display: inline-block;
    width: 916px;
}

.xmoinlinelist__item.Tflow3dede9 {
    position: relative;
    width: 224px;
    height: 69px;
    margin-right: 1px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoaccount__avatar {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
    background-color: #f8f8f8;
}

.xmoaccount__avatar img {
    position: absolute;
    width: 310px;
    height: 310px;
    top: -124px;
    left: -125px;
}

.xmoaccount__name {
    padding-left: 11px;
    padding-top: 8px;
    width: 120px;
    line-height: 22px;
    text-align: left;
}

.xmoaccount__name1 {
    font-size: 14px;
    color: #444;
}

.xmoaccount__name2 {
    font-size: 12px;
    color: #666;
}

.xmoaccount__name1,
.xmoaccount__name2 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xmoicon__close {
    position: absolute;
    top: 23px;
    right: 4px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 19px;
    color: #999;
    font-weight: bold;
    border-radius: 50%;
    transition: all ease 0.35s;
}

.xmoicon__close.chosen {
    color: #fe780c;
}

.xmoicon__close:hover {
    cursor: pointer;
    color: #fff;
    background: #fe780c;
}

.xmoatable .act {
    width: 400px;
}

.xmoatable .fans {
    width: 115px;
}

.xmoatable .type {
    width: 120px;
}

.xmoatable .render {
    width: 86px;
}

.xmoatable .func {
    width: 130px;
}

.xmoatable .state {
    width: 122px;
}

.xmoatable .back {
    width: 98px;
}

.xmoatable .do {
    width: 128px;
}

.xmoinlinelist.Tflow34hu109 {
    display: inline-block;
    padding: 13px;
    width: 900px;
    border: 1px solid #ccc;
}

.xmoinlinelist__item.Tflow34hu109 {
    position: relative;
    text-align: left;
}

.xmoinlinelist__item.Tflow34hu109.uv {
    width: 129px;
    padding-left: 15px;
}

.xmoinlinelist__item.Tflow34hu109.render {
    width: 132px;
}

.xmoinlinelist__item.Tflow34hu109.area {
    width: 164px;
}

.xmoinlinelist__item.Tflow34hu109.field {
    width: 147px;
}

.xmoinlinelist__item.Tflow34hu109.fans {
    width: 180px;
}

.xmosure__title {
    line-height: 22px;
    font-size: 14px;
    color: #444;
}

.xmosure__txt {
    padding-top: 14px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

.xmolist.Tflow34hu109edd {
    width: 100%;
}

.xmolist__item.Tflow34hu109edd {
    line-height: 20px;
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xmocoverhold__ctrlbtn_txt.Tflow3cde11 {
    line-height: 20px;
}

.xmorec__accountslist {
    height: 50px;
    padding: 15px 0 15px 23px;
    border-top: 1px solid #eee;
}

.xmorec__accountsitem {
    padding-right: 17px;
}

.xmoact__info {
    width: 246px;
    margin-left: 10px;
    /*overflow: hidden;*/
}

.xmoactdesc {
    line-height: 18px;
    font-size: 12px;
    color: #888;
    text-align: left;
    max-height: 36px;
    overflow: hidden;
}

.xmoaccount__name3 {
    display: inline-block;
    max-width: 100px;
    line-height: 32px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xmoaccount__name4 {
    display: inline-block;
    max-width: 100px;
    padding-left: 10px;
    line-height: 32px;
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xmocheckbox__Tflow3vvvv {
    margin-top: 22px;
}

.xmoaccount__avatar.Tflow3vvvv {
    margin-top: 7px;
}

.xmoact__name_icon {
    margin-left: 17px;
    display: inline-block;
    vertical-align: 9px;
    width: 16px;
    height: 16px;
    /* background: url(../images/xmosprites.png) -192px -84px; */
}

.xmoactdesc__fannum1,
.xmoactdesc__fannum2 {
    width: 115px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

.xmoactdesc__fannum1 {
    color: #666;
}

.xmoactdesc__fannum2 {
    color: #008cee;
}

.xmoactdesc__type,
.xmoactdesc__render {
    /*width: 120px;*/
    line-height: 20px;
    font-size: 14px;
    color: #444;
    text-align: center;
    overflow: hidden;
}

.xmoactdesc__render {
    width: 86px;
}

.xmoactdesc__func {
    width: 130px;
    text-align: center;
}

.xmoactdesc__funcicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.xmoactdesc__funcicon.vip,
.xmoactdesc__funcicon.edit {
    margin-right: 4px;
}

.xmoactdesc__funcicon.vip {
    /* background: url(../images/xmosprites.png) -152px -50px; */
}

.xmoactdesc__funcicon.edit {
    /* background: url(../images/xmosprites.png) -112px -54px; */
}

.xmoactdesc__funcicon.hot {
    /* background: url(../images/xmosprites.png) -152px -10px; */
}

.xmoactdesc__state {
    width: 122px;
    text-align: center;
}

.xmoactdesc__statetxt {
    font-size: 14px;
    color: #888;
    line-height: 20px;
}

.xmoactdesc__stateicon {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
    width: 20px;
    height: 20px;
    /* background: url(../images/xmosprites.png) -152px -88px; */
}

.xmoactdesc__stateicon.offline {
    /* background: url(../images/xmosprites.png) -97px -104px; */
}

.xmoactdesc__back {
    width: 98px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.xmoactdesc__back.highlight {
    color: #008cee;
}

.xmoactdesc__back.highlight a :hover {
    color: #0077cc;
}

.xmoactdesc__do {
    width: 128px;
    text-align: center;
}

.xmoactdesc__doicon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.xmoactdesc__doicon.star,
.xmoactdesc__doicon.star.notcollection {
    margin-right: 20px;
    /* background: url(../images/xmosprites.png) -10px -106px; */
}

.xmoactdesc__doicon.star.ctrlbtn,
.xmoactdesc__doicon.star.collection {
    /* background: url(../images/xmosprites.png) -52px -63px; */
}

.xmoactdesc__doicon.user,
.xmoactdesc__doicon.user.notblack {
    /* background: url(../images/xmosprites.png) -70px -10px; */
}

.xmoactdesc__doicon.user.ctrlbtn,
.xmoactdesc__doicon.user.black {
    /* background: url(../images/xmosprites.png) -10px -63px; */
}

/*
 * 广告详情页
 * 发布广告的第四步
 */

.xmoadpubinfo__time {
    line-height: 34px;
    font-size: 13px;
    color: #666;
}

.xmorequire.WWflow4 {
    padding-left: 15px;
}

.xmoadpubinfo {
    margin: 20px 26px 0 30px;
}

.xmoadpubinfo__acc {
    margin: 20px 0 54px;
}

.xmoadpubinfo__title {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    background: #f8f8f8;
    font-size: 0;
    border-bottom: 1px solid #eee;
}

.xmoadpubinfo__acc,
.xmoadpubinfo__details {
    width: 762px;
    border: 1px solid #eee;
}

.title_WWflow4 {
    font-size: 14px;
    color: #666;
}

.title_WWflow456 {
    margin-left: 5px;
    padding: 2px 7px;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    background: #008cee;
    border-radius: 4px;
}

.title_WWflow45 {
    font-size: 12px;
    color: #666;
}

.xmoadpubinfo__content {
    height: 162px;
}

.xmoadpubinfo__content_left {
    padding: 10px 40px 0;
    width: 263px;
    height: 100%;
    border-right: 1px solid #eee;
}

.xmoadpubinfo__content_right {
    padding-left: 23px;
    width: 497px;
}

.xmoadpubinfo__content_left.WWflow4 {
    padding: 15px 24px 0;
}

.content_WWflow4 {
    width: 100%;
    height: 81px;
}

.xmoinlinelist__item.WWflow4b {
    width: 40%;
    padding-top: 18px;
}

.xmoinlinelist__item.WWflow4a,
.xmoinlinelist__item.WWflow4c {
    width: 30%;
    padding-top: 18px;
}

.txt_WWflow4 {
    line-height: 25px;
    font-size: 14px;
    color: #444;
    text-align: left;
}

.txt_WWflow4.xmoorange {
    color: #fe780c;
}

.xmoadpubinfo__cover1 {
    width: 182px;
    height: 102px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.xmoadpubinfo__cover1 img {
    width: 100%;
    height: 100%;
}

.xmoadpubinfo__content_name1 {
    margin-top: 8px;
    max-height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #444;
    overflow: hidden;
}

.xmoadpubinfo__fans1 {
    position: relative;
    top: -4px;
    padding-bottom: 4px;
    line-height: 16px;
    font-size: 12px;
    color: #888;
}

.xmoactdesc__func.WWflow4 {
    text-align: left;
}

.xmoact__name_icon.WWflow4 {
    vertical-align: 20px;
}

.xmoactdesc__stateicon.WWflow4 {
    vertical-align: 18px;
    margin-left: 35px;
    /* background: url(../images/xmosprites.png) -97px -104px; */
}

.xmoactdesc__stateicon.WWflow4:hover {
    cursor: pointer;
    /* background: url(../images/xmosprites.png) -152px -88px; */
}

.content_WWflow4.oneline {
    padding-top: 40px;
}

.cancelreason {
    padding-right: 28px;
    line-height: 42px;
    font-size: 16px;
    color: #444;
}

.xmoadpulishflow.promoting {
    height: 750px;
}

.WWflow4_qrcode {
    display: none;
    position: absolute;
    top: -124px;
    left: 18px;
    width: 140px;
    height: 140px;
    border: 10px solid rgba(0, 0, 0, 0.28);
}

.xmoact__name_icon:hover + .WWflow4_qrcode {
    display: block;
}

/*财务信息模块样式*/

.xmofinance__top {
    margin-top: 20px;
    width: 100%;
    height: 150px;
    background: #3f4458;
}

.xmofinance__inner {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    background: url();
}

.xmoinlinelist.FA {
    padding: 0 25px;
}

.xmoinlinelist__item.overviewFA {
    height: 100%;
    line-height: 150px;
    width: 197px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.xmoinlinelist__item.moneyFA {
    padding-top: 46px;
    width: 193px;
    line-height: 14px;
    font-size: 14px;
    color: #ccc;
}

.moneyFA__num {
    padding-top: 19px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.moneyFA__num.xmoorange {
    color: #fea00c;
}

.xmobtn__solid.chargeFA {
    padding: 8px 21px;
    font-size: 12px;
    color: #3f4458;
    background: #fea00c;
    font-weight: bold;
}

.xmobtn__solid.chargeFA:active {
    background-color: #fe780c;
}

.xmoinlinelist__item.chargeFA {
    width: 220px;
    padding-left: 40px;
    padding-top: 56px;
    font-size: 0;
}

.xmoinlinelist__item.billingFA {
    font-size: 0;
    padding-top: 56px;
    width: 152px;
}

.xmobtn__hollow.billingFA {
    padding: 7px 18px;
    font-size: 12px;
    color: #fea00c;
    border-color: #fea00c;
}

.xmobtn__hollow.billingFA:hover {
    background-color: #fea00c;
    color: #fff;
}

.xmofinance__bottom {
    position: relative;
    width: 1200px;
    margin: 21px auto 41px;
    overflow: hidden;
    background:#fff;
}

.xmofinance__sidebar {
    padding-bottom: 5000px;
    margin-bottom: -5000px;
    width: 140px;
    display: inline-block;
    padding-top: 13px;
    margin-right: 10px;
    background: #fff;
}

.xmolist.FA34re {
    width: 100%;
    height: 100%;
}

.xmolist__item.FA34re {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xmofinance__bottom .xmolist__item.FA34re a {
    text-align: center;
}

.GFinfo665 .xmolist__item.FA34re a {
    text-align: left;
}

.xmofinance__mainbody {
    padding-bottom: 30px;
    min-height: 650px;
    width: 1050px;
    background: #fff;
    border-radius: 6px;
}

/*充值反馈*/

.pay-back {
    text-align: center;
}

.pay-back .img {
    margin-top: 45px;
    margin-bottom: 25px;
}

.pay-back p {
    width: 271px;
    margin: 0 auto;
    margin-top: 35px;
    font-size: 14px;
    color: #666;
}

.pay-back p a {
    color: #008cee;
}

.xmoinlinelist.FAd23w {
    margin: 0 auto;
    height: 48px;
    width: 1000px;
    border-bottom: 1px solid #444444
}

.xmoinlinelist__item.FAd23w {
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 15px;
    line-height: 48px;
    font-size: 16px;
    color: #666;
    font-weight:bold;
}

.xmoinlinelist__item.FAd23w2 {
    position: relative;
    width: auto;
    height: 100%;
    padding: 0 10px;
    line-height: 48px;
    font-size: 14px;
    color: #666;
}

.xmoinlinelist__item.FAd23w:hover,
.xmoinlinelist__item.FAd23w.clicked {
    color: #008cee;
    cursor: default;
}

.xmoinlinelist__item.FAd23w:hover:after,
.xmoinlinelist__item.FAd23w.clicked:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #008cee;
    content: '';
}

.moneyFA__timepanel {

    margin: 0 25px;
    height: 71px;
    line-height: 71px;
}

.moneyFA__time {
    /*position:relative;
    top:12px;*/
    display: inline-block;
    margin: 0 8px;
    color: #888;
}

.moneyFA__time input {
    border-radius: 4px;
    font-size: 14px;
    color: #444;
}

.xmobtn__hollow.FAd23wqqaa {
    margin-top: 20px;
}

.xmoatable__thead.FA34re,
.xmoatable__tr.FA34re {
    font-size: 12px;
    color: #666;
}

.xmoatable__tr.FA34re {
    width: 1000px;
    height: 50px;
    line-height: 50px;
    border-bottom-style: solid;
}

.xmoatable__thead_name.FA34re {
    height: 30px;
    line-height: 30px;
}

.xmoatable .oFAnum {
    width: 10%;

    text-align: center;
}

.xmoatable .oFAtime {
    width: 16%;

    text-align: center;
}

.xmoatable .oFAtype {
    width: 10%;
    text-align: center;
}

.xmoatable .oFAtrade {
    width: 10%;
    text-align: center;
}

.xmoatable .oFAinout {
    width: 11%;

    text-align: center;
}

.xmoatable .oFAbin {
    width: 10%;

    text-align: center;
}

.xmoatable .oFAremi {
    width: 10%;
    text-align: center;
}

.xmoatable .oFAenab {
    width: 10%;
    text-align: center;
}

.xmoatable .oFAorder {
    width: 20%;

    text-align: center;
}

.xmoactdesc__oFAenab {
    font-size: 14px;
    font-weight: bold;
    color: #fe780c;
}

.xmoactdesc__oFAinout {
    font-size: 14px;
    font-weight: bold;
}

.xmoactdesc__oFAinout.positive {
    color: #fe780c;
}

.xmoactdesc__oFAinout.negative {
    color: #008cee;
}

.xmoatable__tr.FA34re .xmoatable__td p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xmoatable__thead_name.FA34re {
    font-size: 12px;
    color: #666;
}

.FAcharge__left {
    width: 407px;
    height: 407px;
    border: 1px solid rgb(211, 237, 255);
    border-radius: 4px;
}

.FAcharge__channel {
    position: relative;
    margin-top: 17px;
    margin-bottom: 42px;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.FAcharge__channel a {
    position: absolute;
    right: 112px;
    top: 0;
}

.FAcharge__channel a:hover {
    color: #008cee;
}

.FAcharge__channelicon {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 28px;
    background: url(../images/homesprites.png) -150px -6px;
}

.FAcharge__txt {
    line-height: 28px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.FAcharge__txt_highlight {
    padding-left: 8px;
    font-size: 16px;
    color: #008cee;
}

.FAcharge__qrcode {
    line-height: 34px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.FAcharge__qrcode_cover {
    width: 132px;
    height: 132px;
    margin: 0 auto 57px;
    /* background: url(../images/qrcode_pay.png) no-repeat center; */
}

.FAcharge__listname {
    display: inline-block;
    width: 181px;
    padding-right: 38px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.FAcharge__list1 {
    height: 135px;
    line-height: 178px;
}

.FAcharge__listmoney {
    font-size: 26px;
    color: #666;
    font-weight: bold;
}

.xmoinput__simple.FAround {
    padding-left: 14px;
    font-size: 14px;
    border-radius: 4px;
}

.xmoinput__simple.FAlonger {
    width: 260px;
}

.xmoinput__simple.FAshorter {
    width: 176px;
}

.FAcharge__captcha {
    display: inline-block;
    vertical-align: top;
    width: 73px;
    height: 30px;
}

.xmobtn__solid.FATflow3 {

    height: 36px;
    width: 184px;
    font-size: 14px;
}

.FAwithdraw {
    width: 560px;
    height: 360px;
    margin: 47px auto 0;
    box-shadow: 0px 2px 6px 0px rgba(0, 140, 238, 0.4);
}

.FAcharge__right-height {
    height: 330px;
}

.xmobtn__solid.FATflow3cd {
    height: 36px;
    width: 184px;
    font-size: 14px;
}

.FAwithdrawlist1 {
    height: 92px;
    line-height: 92px;
}

.FAwithdrawlist1__money {
    font-size: 20px;
    color: #666;
}

.FATflow3cd__reminder {
    position: absolute;
    right: 83px;
    line-height: 30px;
    font-size: 14px;
    color: #fe780c;
}

/*付款提示*/

.forPayment {
    color: #666;
    text-align: center;
    display: none;
}

.forPayment .pay-tit {
    height: 80px;
    line-height: 80px;
    background: #fff;
}

.forPayment .prompt1 {
    height: 80px;
    line-height: 80px;
    background: #eee;
    width: 100%;
}

.forPayment .pay-width {
    width: 400px;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
}

.forPayment .prompt1 img {
    margin-top: 15px;
    width: 55px;
}

.forPayment .prompt1 span {
    position: relative;
    top: -15px;
    left: 20px;
    font-size: 20px;
}

.forPayment .prompt2 {
    margin-top: 25px;
    font-size: 14px;
}

.forPayment .prompt2 p {
    margin: 10px 0;
}

.forPayment a {
    margin-top: 25px;
    display: inline-block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    color: #fff;
}

.paymentbut01 {
    background: #008cee;
    margin-right: 15px;
}

.paymentbut02 {
    background: #aaa;
    margin-left: 15px;
}

.forPayment .paymentlink {
    display: inline;
    color: #008cee;
    margin-left: 255px;
}

/*票务页面CSS样式*/

.xmoatable .xmoatable__td.mFAmoney,
.xmoatable .xmoatable__td.mFAtax,
.xmoatable .xmoatable__td.mFAflow,
.xmoatable .xmoatable__td.mFAstate,
.xmoatable .xmoatable__td.mFActrl {
    font-size: 13px;
    color: #444;
}

.xmoatable .xmoatable__td.mFAflow a {
    color: #008cee;
}

.xmoatable__thead.FA34re.mFAt .xmoatable__thead_name,
.xmoatable__tr.FA34re.mFAt .xmoatable__td {
    text-align: left;
}

.xmoinput__simple.FAround.TKlonger {
    width: 660px;
}

.xmobtn__solid.TKbtn {
    background: #fe780c;
}

.xmobtn__solid.TKbtn:active {
    background: #fea00c;
}

.TKreminder {
    position: absolute;
    right: 212px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
}

.TKlocation__listname.TKname {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.TKmoney {
    margin-bottom: 10px;
    position: relative;
    margin-top: 67px;
}

.TKlocation__listname {
    display: inline-block;
    width: 195px;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.TKreminder2txt {
    padding-left: 210px;
    line-height: 32px;
    font-size: 14px;
    color: #888;
}

.TKinfo {
    margin-top: 39px;
}

.TKclearBtn {
    font-size: 14px;
    color: #888;
}

.TKaddress__ctrl {
    position: relative;
    margin-top: 46px;
    line-height: 30px;
    height: 30px;
}

.xmobtn__hollow.TKaddress22 {
    position: absolute;
    right: 25px;
}

.TKotheraddress {
    line-height: 32px;
    font-size: 12px;
    color: #008cee;
    text-align: center;
}

.TKotheraddress a:hover {
    color: #0077cc;
}

.TKaddress__list {
    margin-top: 11px;
}

.TKaddress__item {
    position: relative;
    margin: 0 auto;
    padding: 14px 12px 0 24px;
    width: 1000px;
    height: 50px;
    border: 1px solid #008cee;
}

.xmomapicon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    /* background: url(../images/xmosprites.png) -112px -10px; */
}

.TKaddress__txt {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 810px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #444;
}

.TKdefaulttxt {
    position: absolute;
    top: 13px;
    right: 57px;
    display: block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
    color: #444;
}

.xmoediticon,
.xmodeleteicon {
    position: absolute;
    top: 14px;
    right: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 24px;
    cursor: pointer;
}

.TKaddress__ctrl.TKctrl {
    margin-top: 40px;
}

.TKlocation__listname.TKname.TKctrl {
    width: 140px;
}

.xmoediticon.TKctrl {
    right: 52px;
    /* background: url(../images/xmosprites.png) -229px -10px; */
}

.TKdefaulttxt.TKctrl {
    display: none;
    color: #fe780c;
    right: 89px;
}

.TKdefaulttxt.TKset {
    display: none;
    color: #008cee;
    right: 89px;
}

.xmodeleteicon.TKctrl {
    display: none;
    right: 13px;
    /* background: url(../images/xmosprites.png) -192px -47px; */
}

.TKaddress__item.TKctrl {
    padding-left: 0;
    border-color: transparent;
    border-bottom-color: #eee;
}

/*鼠标悬浮到地址列表上，显示删除和修改默认地址入口*/

.TKaddress__item.TKctrl:hover {
    border-color: #008cee;
}

.TKaddress__item.TKctrl:hover .xmoediticon.TKctrl {
    /* background: url(../images/xmosprites.png) -158px -147px; */
}

.TKaddress__item.TKctrl:hover .xmoediticon.TKctrl:hover {
    /* background: url(../images/xmosprites.png) -229px -46px; */
}

.TKaddress__item.TKctrl:hover .xmoediticon.TKctrl:active {
    /* background: url(../images/xmosprites.png) -158px -147px; */
}

.TKaddress__item.TKctrl:hover .xmodeleteicon.TKctrl,
.TKaddress__item.TKctrl:hover .TKdefaulttxt.TKset {
    display: block;
}

.TKaddress__item.TKctrl.chosen .TKdefaulttxt.TKctrl {
    display: block;
}

.TKaddress__item.TKctrl.chosen:hover .TKdefaulttxt.TKset {
    display: none;
}

.xmoatable .mFAticket {
    width: 18%;
    padding-left: 25px;
}

.xmoatable .mFAtop {
    width: 18%;
    padding-right: 5px;
}

.xmoatable .mFAmoney {
    width: 10%;
}

.xmoatable .mFAtax {
    width: 8%;
}

.xmoatable .mFAtime {
    width: 12%;
}

.xmoatable .mFAflow {
    width: 7%;
}

.xmoatable .mFAstate {
    width: 7%;
    text-align: center;
}


.xmoatable .mFActrl {
    width: 10%;
}

.xmoatable .xmoatable__td.mFAmoney,
.xmoatable .xmoatable__td.mFAtax,
.xmoatable .xmoatable__td.mFAflow,
.xmoatable .xmoatable__td.mFAstate,
.xmoatable .xmoatable__td.mFActrl {
    font-size: 13px;
    color: #444;
}

.xmoatable .xmoatable__td.mFAflow a {
    color: #008cee;
}

.xmoatable__thead.FA34re.mFAt .xmoatable__thead_name,
.xmoatable__tr.FA34re.mFAt .xmoatable__td {
    text-align: left;
}

.xmoinput__simple.FAround.TKlonger {
    width: 660px;
}

.xmobtn__solid.TKbtn {
    background: #fe780c;
}

.xmobtn__solid.TKbtn:active {
    background: #fea00c;
}

.TKreminder {
    position: absolute;
    right: 212px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
}

.TKlocation__listname.TKname {
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

.TKmoney {
    margin-bottom: 10px;
    position: relative;
    margin-top: 67px;
}

.TKlocation__listname {
    display: inline-block;
    width: 195px;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.TKreminder2txt {
    padding-left: 210px;
    line-height: 32px;
    font-size: 14px;
    color: #888;
}

.TKinfo {
    margin-top: 39px;
}

.TKclearBtn {
    font-size: 14px;
    color: #888;
}

.TKaddress__ctrl {
    position: relative;
    margin-top: 46px;
    line-height: 30px;
    height: 30px;
}

.xmobtn__hollow.TKaddress22 {
    position: absolute;
    right: 25px;
}

.TKotheraddress {
    line-height: 32px;
    font-size: 12px;
    color: #008cee;
    text-align: center;
}

.TKotheraddress a:hover {
    color: #0077cc;
}

.TKaddress__list {
    margin-top: 11px;
}

.TKaddress__item {
    position: relative;
    margin: 0 auto;
    padding: 14px 12px 0 24px;
    width: 1000px;
    height: 50px;
    border: 1px solid #008cee;
}

.xmomapicon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 24px;
    /* background: url(../images/xmosprites.png) -112px -10px; */
}

.TKaddress__txt {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 810px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #444;
}

.TKdefaulttxt {
    position: absolute;
    top: 13px;
    right: 57px;
    display: block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
    color: #444;
}

.xmoediticon,
.xmodeleteicon {
    position: absolute;
    top: 14px;
    right: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 24px;
    cursor: pointer;
}

.TKaddress__ctrl.TKctrl {
    margin-top: 40px;
}

.TKlocation__listname.TKname.TKctrl {
    width: 140px;
}

.xmoediticon.TKctrl {
    right: 52px;
    /* background: url(../images/xmosprites.png) -229px -10px; */
}

.TKdefaulttxt.TKctrl {
    display: none;
    color: #fe780c;
    right: 89px;
}

.TKdefaulttxt.TKset {
    display: none;
    color: #008cee;
    right: 89px;
}

.xmodeleteicon.TKctrl {
    display: none;
    right: 13px;
    /* background: url(../images/xmosprites.png) -192px -47px; */
}

.TKaddress__item.TKctrl {
    padding-left: 0;
    border-color: transparent;
    border-bottom-color: #eee;
}

/*鼠标悬浮到地址列表上，显示删除和修改默认地址入口*/
.TKaddress__item.TKctrl:hover {
    border-color: #008cee;
}

.TKaddress__item.TKctrl:hover .xmoediticon.TKctrl {
    /* background: url(../images/xmosprites.png) -158px -147px; */
}

.TKaddress__item.TKctrl:hover .xmoediticon.TKctrl:hover {
    /* background: url(../images/xmosprites.png) -229px -46px; */
}

.TKaddress__item.TKctrl:hover .xmoediticon.TKctrl:active {
    /* background: url(../images/xmosprites.png) -158px -147px; */
}

.TKaddress__item.TKctrl:hover .xmodeleteicon.TKctrl,
.TKaddress__item.TKctrl:hover .TKdefaulttxt.TKset {
    display: block;
}

.TKaddress__item.TKctrl.chosen .TKdefaulttxt.TKctrl {
    display: block;
}

.TKaddress__item.TKctrl.chosen:hover .TKdefaulttxt.TKset {
    display: none;
}

/*
 * 我的派单页面样式
 *
 */
.xmousercenter__top {
    margin-top: 20px;
    width: 100%;
    height: 150px;
    background: #fff;
}

.xmousercenter__inner {
    margin: 0 auto;
    width: 1200px;
    height: 100%;
    padding: 30px 30px 0;
}

.xmoinlinelist__item.SCavatar {
    width: 90px;
    height: 90px;
    vertical-align: top;
    border-radius: 50%;
    overflow: hidden;
}

.xmoinlinelist__item.SCavatar img {
    width: 100%;
    height: 100%;
}

.xmoinlinelist__item.SCinfo {
    width: 376px;
    padding-left: 24px;
    text-align: left;
}

.SCinfo__name {
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    line-height: 34px;
    font-size: 18px;
    color: #444;
    font-weight: bold;
}

.SCinfo__editicon {
    position: relative;
    top: 3px;
    left: 10px;
    display: inline-block;
    width: 15px;
    height: 16px;
    /* background: url(../images/xmosprites.png) -158px -147px; */
    cursor: pointer;
}

.SCinfo__editicon:hover {
    /* background: url(../images/xmosprites.png) -229px -46px; */
}

.SCinfo__editicon:active {
    /* background: url(../images/xmosprites.png) -158px -147px; */
}

.SCinfo__txt {
    line-height: 26px;
    font-size: 12px;
    color: #666;
}

.SCinfo__btn {
    display: inline-block;
    width: 52px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid transparent;
    text-align: center;
    color: #008cee;
    cursor: pointer;
}

.SCinfo__btn:hover {
    border-color: #008cee;
}

.SCinfo__btnspan {
    margin: 0 6px 0 25px;
}

.xmoinlinelist__item.SCpingtai {
    width: 113px;
    text-align: left;
}

.SCpingtai__title {
    margin-bottom: 10px;
    line-height: 34px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
}

.SCpingtai__span {
    padding-left: 10px;
    font-size: 14px;
    color: #444;
}

.xmoinlinelist__item.SCbudget {
    width: 155px;
    text-align: left;
}

.xmoinlinelist__item.SCorder {
    width: 146px;
    text-align: left;
}

.SCbudget__span {
    padding-left: 5px;
    font-size: 14px;
    color: #fe780c;
}

.xmoinlinelist__item.SCtongji {
    width: 128px;
}

.SCtongji__title {
    line-height: 34px;
    margin-bottom: 15px;
    color: #008cee;
    font-size: 14px;
}

.xmoinlinelist__item a.SCtongji__link,
.xmoinlinelist__item a.SCtongji__link:active {
    background: transparent;
}

.xmoinlinelist__item a.SCtongji__link:active {
    color: #0077cc;
}

.SCtongji__icon {
    width: 40px;
    height: 33px;
    display: inline-block;
    /* background: url(../images/xmosprites.png) -10px -10px; */
    cursor: pointer;
}

.SCtongji__icon:active {
    margin: 2px 0 0 2px;
}

.arrowdownfill.SO233 {
    margin-right: 12px;
    line-height: 30px;
}

.xmosearch_component4.SO233 {
    margin-top: 22px;
}

.xmoatable__thead_name.SO233 {
    height: 30px;
    line-height: 30px;
}

.xmoatable .SOorder {
    padding-left: 10px;
    width: 25%;
}

.xmoatable .SOorder2 {
    padding-left: 10px;
    width: 25%;
}

.xmoatable .SOorder3 {
    padding-left: 10px;
    width: 25%;
}

.xmoatable .SOlimit {
    width: 10%;
}

.xmoatable .SOlimit2 {
    width: 10%;
}

.xmoatable .SOtime {
    width: 15%;
}

.xmoatable .SOprice {
    width: 7%;
}

.xmoatable .SOprice3 {
    width: 7%;
}

.xmoatable .SOarea {
    width: 10%;
}

.xmoatable .SObudget {
    width: 10%;
}

.xmoatable .SObudget2 {
    width: 10%;
}

.xmoatable .SObudget3 {
    width: 10%;
}

.xmoatable .SOfinish {
    width: 8%;
}

.xmoatable .SOfinish2 {
    width: 8%;
}

.xmoatable .SOfinish3 {
    width: 8%;
}

.xmoatable .SOstate {
    width: 6%;
}

.xmoatable .SOstate3 {
    width: 6%;
}

.xmoatable .SOctrl {
    width: 10%;
}

.xmoatable .SOctrl3 {
    width: 10%;
}

.xmoatable__tr_wrapper.SO233 {
    margin: 13px auto;
    width: 1000px;
    height: 110px;
    border: 1px solid #efefef;
}

.SOorder__sum {
    position: relative;
    padding-left: 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #888;
    background: #f8f8f8;
    text-align: left;
}

.SOorder__sum_time {
    padding-left: 16px;
}

.xmocloseicon {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 18px;
    height: 13px;
    cursor: pointer;
    /* background: url(../images/xmosprites.png) -229px -82px; */
}

.xmocloseicon:active {
    top: 3px;
    left: 1px;
}

/*
 * 新增控制按钮组件
 * 2017-07-22新增
*/
.SO233ctrl_btngroup a {
    color: #444;
    margin-right: 10px;
}

.SO233ctrl_btngroup a:hover {
    color: #008cee;
}

.SO233ctrl_btngroup a:active {
    font-weight: bold;
}

.xmoatable__thead_name.SO233.SOorder,
.xmoatable__thead_name.SO233.SOorder2 {
    padding-left: 35px;
}

.xmoatable__tr.SO233 {
    /*padding: 0 9px;*/

    height: 78px;
    border-bottom: none;
    text-align: left;
}

.xmoatable__td.SO233 {
    /*vertical-align: top;*/

    overflow: hidden;
}

.xmoatable .SObudget {
    position: relative;
}

.SObudget_xmoaddicon {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 15px;
    height: 15px;
    /* background: url(../images/xmosprites.png) -117px -185px; */
    transition: all ease 0.2s;
}

.SObudget_xmoaddicon:hover {
    top: 3px;
    left: 1px;
    cursor: pointer;
}

.SObudget_xmoaddicon:active {
    top: 2px;
    left: 0;
}

.xmoatable__thead_name.SO233 {
    text-align: left;
}

.SOlimit__cover {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 50px;
    border: 1px solid #ccc;
}

.SOlimit__cover img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.SOlimit__title {
    display: inline-block;
    vertical-align: middle;
    width: 145px;
    width: calc(100% - 100px);
    padding-left: 5px;
    max-height: 52px;
    line-height: 26px;
    font-size: 13px;
    color: #444;
    overflow: hidden;
}

.SOlimit__title_long {
    display: inline-block;
    width: 100%;
    padding: 0 36px 0 5px;
    max-height: 52px;
    line-height: 26px;
    font-size: 13px;
    color: #444;
    overflow: hidden;
}

.SOlimit__title_icon {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 7px;
    padding: 4px 5px;
    border: 1px solid #fe780c;
    border-radius: 4px;
    font-size: 10px;
    line-height: 10px;
    color: #fe780c;
}

.SOlimit__txt {
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

/* 只允许单行文本 */
.SOlimit__txt.nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.SOlimit__txt.xmoorange {
    font-size: 13px;
    color: #fe780c;
}

.SOlimit__txt.SO233__big {
    font-size: 13px;
    color: #444;
}

.SOlimit__txt.SO233__big a:hover {
    color: #008cee;
}

.SOlimit__txt.SO233__big a:active {
    color: #0077cc;
}

.SOlimit__txt.SO233__center {
    width: 82px;
    text-align: center;
}

/* 订单详情页
 *
 */
.ODoverview {
    padding: 0 56px 0 25px;
    width: 100%;
    height: 87px;
    background-color: #f2faff;
}

.xmoinlinelist__item.OD23er {
    width: 20%;
    height: 100%;
    overflow: hidden;
}

.OD23er__title {
    line-height: 46px;
    font-size: 14px;
    color: #888;
}

.OD23er__num {
    line-height: 22px;
    font-size: 20px;
    color: #444;
}

.OD23er__num.xmoorange {
    color: #fe780c;
}

.OD23er__num.xmoblue {
    color: #008cee;
}

.ODlist__title {
    height: 71px;
    line-height: 71px;

}

.ODlist__titletxt {
    margin-right: 36px;
    margin-left: 35px;
    line-height: 30px;
    font-size: 16px;
    color: #444;
}

.xmobtn__hollow.ODdownload__btn1 {
    padding-left: 34px;
    /* background: url(../images/cd_sprites.png) 2px -4px no-repeat; */
}

.xmobtn__hollow.ODdownload__btn1:hover {
    /* background: url(../images/cd_sprites.png) 2px -39px no-repeat; */
}

.xmoatable .ODadver {
    padding-left: 10px;
    width: 32%;
}

.xmoatable .ODorder {
    width: 10%;
}

.xmoatable .ODfans {
    width: 8%;
}

.xmoatable .ODtime {
    width: 14%;
}

.xmoatable .ODtime2 {
    width: 22%;
}

.xmoatable .ODreading2 {
    width: 7%;
}

.xmoatable .ODreading {
    width: 12%;
}

.xmoatable .ODout {
    width: 9%;
}

.xmoatable .ODstate {
    width: 10%;
}

.xmoatable__thead_name.OD233 {
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.SOlimit__txt.OD233 a {
    color: #008cee;
}

.SOlimit__txt.OD233 a:active {
    color: #0077cc;
}

.xmoatable__thead_name.OD233.ODadver {
    padding-left: 35px;
}

/*广告库页面样式*/
.moneyFA__timepanel.AL322 {
    margin: 0 30px;
    border-bottom: 1px solid #eee;
}

.xmobtn__solid.AL322 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.AL322__container {
    padding: 37px 0 0 29px;
}

/*编辑器页面样式*/
.ED43__save {
    position: absolute;
    right: 200px;
    bottom: 0;
    line-height: 14px;
    font-size: 14px;
    color: #008cee;
}

.ED43__save a:active {
    color: #0077cc;
}

/*软件下载页面*/
.xmo__download_page1 {
    width: 100%;
    height: 578px;
    /* background: url(../images/dl_011.jpg) no-repeat center; */
}

.xmo__download_page2 {
    width: 100%;
    height: 697px;
    background: url(../images/dl_02.jpg) no-repeat center;
    background-color: #fff;
}

.xmo__download_page3 {
    width: 100%;
    height: 520px;
    background: url(../images/dl_03.jpg) no-repeat center;
    background-color: #f8f8f8;
}

.xmo__download_page4 {
    width: 100%;
    height: 712px;
    background: url(../images/dl_04.jpg) no-repeat center;
    background-color: #fff;
}

.xmo__download_page5 {
    width: 100%;
    height: 520px;
    background: url(../images/dl_05.jpg) no-repeat center;
    background-color: #f8f8f8;
}

.xmo__download_page6 {
    width: 100%;
    height: 713px;
    background: url(../images/dl_06.jpg) no-repeat center;
    background-color: #fff;
}

.xmo__download_inner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.xmo__download_show.DLpage2 {
    top: 130px;
    right: 0;
}

.xmo__download_show.DLpage3 {
    top: 47px;
    left: 0;
}

.xmo__download_show.DLpage4 {
    top: 180px;
    right: 0;
}

.xmo__download_show.DLpage5 {
    top: 96px;
    left: 0;
}

.xmo__download_show.DLpage6 {
    top: 208px;
    right: 0;
}

.xmo__download_showtop {
    position: absolute;
    top: 345px;
    right: 11px;
    width: 444px;
}

.xmo__download_subtitle,
.xmo__download_title {
    display: none;
    position: absolute;
    top: -9999px;
}

.xmobtn__solid.DL1cs {
    padding: 0 0 0 30px;
    width: 200px;
    height: 60px;
    background-color: transparent;
    line-height: 58px;
    font-size: 20px;
    text-align: left;
    background: url(../images/down_winbg.png);
}

.xmobtn__solid.DL1cs:active {
    line-height: 58px;
    padding-left: 30px;
}

.xmobtn__solid.DL1cs_mac {
    padding: 0 0 0 30px;
    width: 200px;
    height: 60px;
    background-color: transparent;
    line-height: 58px;
    font-size: 20px;
    text-align: left;
    background: url(../images/down_macbg.png);
}

    .xmobtn__solid.DL1cs_mac:active {
        line-height: 58px;
        padding-left: 30px;
    }

.xmo__software {
    padding-top: 15px;
}

.xmo__software_txt {
    line-height: 22px;
    font-size: 12px;
    color: #008cee;
}

.xmofooter__helper_txt {
    position: relative;
    margin: 20px;
    width: 102px;
    height: 102px;
    line-height: 102px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #876530;
    border-radius: 4px;
    color: #fe780c;
    text-align: center;
}

.xmofooter__helper_txt a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.xmofooter__helper_txt a:active {
    color: #d56001;
}

/*公众号管理页面*/
.xmoatable .act2 {
    width: 26%;
}

.xmoatable .fans2 {
    width: 11%;
}

.xmoatable .type2 {
    width: 10%;
}

.xmoatable .render2 {
    width: 10%;
}

.xmoatable .func2 {
    width: 10%;
}

.xmoatable .state2 {
    width: 12%;
    text-align: center;
}

.xmoatable .back2 {
    width: 8%;
    text-align: left;
}

.xmoatable .do2 {
    text-align: left;
    width: 5%;
}

.xmoatable .do3 {
    width: 10%;
}

.xmoatable__td.func2 {
    text-align: center;
}

.xmoatable__thead_name.ACde4 {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

.xmoact__info.ACde4 {
    width: 164px;
    position: relative;
    text-align: left;
}

.xmoaccount__name4.ACde4 {
    line-height: 22px;
    padding-left: 0;
}

.xmoaccount__name4.Coop2 {
    display: block;
    line-height: 22px;
    padding-left: 0;
}

.xmoactdesc.ACde4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xmoatable__thead_name.ACde4.act2 {
    padding-left: 37px;
    text-align: left;
}

.xmoactdesc__back2 {
    line-height: 20px;
    font-size: 14px;
    color: #888;
}

.xmoactdesc__back2.highlight {
    color: #008cee;
}

.xmoatable__tr.ACde4.Tflow3 {
    height: 123px;
}

.xmotuiguang_data,
.xmoaccountctrl__black {
    position: absolute;
    top: 0;
    right: 40px;
    width: 75px;
    line-height: 43px;
    font-size: 14px;
    text-align: center;
    color: #444;
    border-bottom: 4px solid transparent;
}

.xmotuiguang_data:hover,
.xmotuiguang_data.clicked,
.xmoaccountctrl__black:hover,
.xmoaccountctrl__black.clicked {
    color: #008cee;
    border-color: #008cee;
}

/*.xmoaccountctrl__black:active,.xmoaccountctrl__black.clicked {
    color: #008cee;
}*/
.xmoact__name_icon.ACde4 {
    vertical-align: 3px;
    border-color: #008cee;
}

.xmoaccount__name3.ACde4 {
    line-height: 20px;
}

/*个人资料页面*/
.xmopersoninfo {
    /* padding-top:15px; */
    float: none;
}

.xmolist__item.PI8766,
.xmolist__item.PI8766_0 {
    padding-left: 70px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}

.personinfo__type {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 145px;
    font-size: 14px;
    color: #666;
}

.personinfo__desc {
    text-align: left;
    font-size: 14px;
    color: #444;
}

.personinfo__avatar {
    display: inline-block;
    vertical-align: -17px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.xmolist__item.PI8766 {
    position: relative;
}

.xmolist__item.PI8766:hover {
    background: url(../images/zx_01.png) no-repeat center;
    cursor: pointer;
}

.xmoediticon.TKctrl.PI8766 {
    right: 16px;
}

.xmolist__item.PI8766:hover .xmoediticon.TKctrl.PI8766 {
    /* background: url(../images/xmosprites.png) -229px -46px; */
}

/*官方资讯页面*/

.help-list {
    width: 100%;
    padding: 0 8px;
}

.help-list span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 4px 0 12px;
    color: #444;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.help-list span.poin-up i {
    transform: rotate(180deg);
}

.help-list span i {
    font-weight: normal;
    font-size: 14px;
}

.help-list ul li {
    height: 40px;
    line-height: 40px;
    padding: 0 12px 0 12px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.help-list ul li:hover {
    color: #7432F3;
}

.help-list ul li.clicked {
    color: #fff;
    background: #7432F3;
}

.xmofinance__sidebar.GFinfo665 {
    width: 1000px;
    border:1px solid #000;
    margin: 0 auto;
}

.xmofinance__mainbody.GFinfo665 {
    width: 1000px;
    /* min-height: 1000px; */
    margin:0 auto;
}

.xmolist__item.FA34re {
    color: #666;
}

.xmolist__item {

    padding: 0 10px;
}

.xmolist__item a {
    overflow: hidden;
}

.xmolist__item.FA34re.GFH1 {
    padding: 0 12px 0 22px;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
}

.xmolist__item.FA34re.GFH1 i {
    font-size: 14px;
    font-weight: normal;
}

.xmolist__item.FA34re:hover,
.xmolist__item.FA34re.clicked {
    color: #fff;
    background-color: #008cee;
    cursor: pointer;
}



.GFinfo665__desc {
    display: inline-block;
    max-width: 850px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #444;
}

.GFinfo665__desc a:hover {
    color: #008cee;
}

.GFinfo665__time {
    padding-left: 31px;

    font-size: 12px;
    color: #888;
}

.xmolist__item.PI8766.GFinfo665 {
    padding-left: 0;
}

/*官方资讯详情信息*/

/*官方文章*/
.xmofinance__mainbody.GFinfo778 {
    width: 1000px;
    /* min-height: 1000px; */

    margin:0 auto;
}

.xmoinfodetail__title {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eee;
}

.xmoinfodetail__h1 {
    display: inline-block;
    font-size: 20px;
    color: #222;
}

.xmoinfodetail__article {
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #444;
}
.xmoinfodetail__article strong {
    font-weight: bold;
}

.Breadcrumb{
    width:1000px;
    height:48px;
    line-height:48px;
    margin:0 auto;
    /* border-bottom:1px solid #7432F3; */
}
.Breadcrumb .brelist{
    display:inline-block;
    padding:0 5px;
    height:47px;
    font-size:14px;
    color:#666;

    box-sizing:border-box;
}
.Breadcrumb .brelist.frist{
    /* border-bottom:3px solid #008cee; */
    padding:0 15px;
    color:#7432F3;
    font-weight:bold;
    font-size:16px;
}
.Breadcrumb .icon i{
    font-size:15px;
    color:#7432F3;
    margin-left:-7px;
}
/*推广统计页面*/

/*数据可视化*/
.xmoorder__see {
    width: 100%;
    height: 435px;
    margin: 36px auto 0;
}

.ODlist__title.TJ22 {
    height: 52px;
    padding-top: 15px;
}

/*
 * 担保交易页面样式
 * 2017-07-18 新增
 *
 */
.xmoadpulishflow.DB32sd {
    width: 1200px;
    margin: 22px auto;
}

.xmotextarea__footertip {
    line-height: 40px;
    padding-right: 8px;
    font-size: 14px;
    color: #888;
}

/*
 * 广告内容页面的手机端展示样式
 * 2017-07-19 新增
 */
.xmoadpulishflow__demo {
    position: relative;
    width: 331px;
    height: 653px;
    margin: 0 auto 50px;
    /* background: url(../images/accounts_ad.png) no-repeat center; */
}

.xmoadpulishflow__demo.FCircle211 {
    /* background-image: url(../images/moments_ad.png); */
}

.xmoadpulishflow__demo.MEircle211 {
    /* background-image: url(../images/message_ad.png); */
}

.FCircle211__content {
    position: absolute;
    top: 242px;
    left: 20px;
    width: 290px;
    height: 343px;
    overflow: auto;
}

.FCircle211__content::-webkit-scrollbar {
    width: 4px;
}

.FCircle211__avatar {
    position: relative;
    margin: 0 10px 0 10px;
    width: 32px;
    height: 32px;
    background: #f8f8f8;
    overflow: hidden;
}

.FCircle211__avatar img {
    position: absolute;
    width: 162px;
    height: 162px;
    top: -65px;
    left: -65px;
}

.FCircle211__right {
    width: 230px;
}

.FCircle211__name {
    margin-bottom: 2px;
    line-height: 16px;
    font-size: 12px;
    color: #5f7fa7;
}

.FCircle211__prominfo {
    line-height: 18px;
    font-size: 12px;
    color: #000;
    word-wrap: break-word;
}

.FCircle211__adlink {
    margin-top: 5px;
    width: 100%;
    height: 38px;
    background: #f3f3f5;
}

.FCircle211__ad_avatar {
    margin: 4px 0 0 5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: #fff;
}

.FCircle211__ad_right {
    width: 180px;
    margin-left: 8px;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
}

.ACcount211__content {
    position: absolute;
    top: 106px;
    left: 21px;
    padding: 15px 10px;
    width: 290px;
    height: 479px;
    overflow-x: hidden;
}

.ACcount211__content::-webkit-scrollbar {
    width: 4px;
}

.ACcount2111__content {
    padding: 5px 10px;
    width: 290px;
    height: 100%;
    overflow: auto;
}

.ACcount2112__content {
    padding: 20px 0;
    width: 290px;
    height: 100%;
    overflow: auto;
}

.ACcount211__title {
    line-height: 26px;
    font-size: 18px;
    color: #000;
    width: 275px;
    word-wrap: break-word;
    color: #000;
}

.ACcount211__subinfo {
    margin: 10px 0 20px;
    font-size: 12px;
    color: #888;
}

.ACcount211__subinfo_author {
    margin: 0 10px;
}

.ACcount211__subinfo_name {
    color: #5f7fa7;
}

.ACcount211__article_demo {
    line-height: 22px;
    font-size: 12px;
    color: #3e3e3e;
}

.ACcount211__postor,
.ACcount211__gzhpromote {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.ACcount211__postor img {
    width: 100%;
}

.ACcount211__gzhpromote_title {
    line-height: 30px;
    font-size: 18px;
    color: rgb(0, 112, 192);
    font-weight: bold;
    word-wrap: break-word;
}

.ACcount211__gzhpromote_id {
    line-height: 22px;
    font-size: 12px;
    color: #888;
}

.ACcount211__gzhpromote_qrcode {
    margin: 15px auto;
    width: 150px;
    height: auto;
}

.ACcount211__gzhpromote_tiptxt {
    font-size: 12px;
    color: #c00;
}

.ACcount211__gzhpromote_desc {
    margin: 15px 0 0;
    line-height: 22px;
    font-size: 12px;
    color: #3e3e3e;
    text-align: left;
}

.ACcount211__content.MEQW11,
.ACcount2111__content.MEQW11 {
    background: #f3f3f3;
}

.ACcount211__lyad {
}

.ACcount211__lyad_title {
    position: relative;
    line-height: 34px;
    font-size: 12px;
    color: #888;
    text-align: center;
}

.ACcount211__lyad_title:before,
.ACcount211__lyad_title:after {
    content: '';
    position: absolute;
    top: 15px;
    width: 100px;
    height: 2px;
    border-bottom: 1px dashed #ddd;
}

.ACcount211__lyad_title:before {
    left: 0;
}

.ACcount211__lyad_title:after {
    right: 0;
}

.ACcount211__lyad_edit {
    line-height: 34px;
    font-size: 12px;
    color: #5f7fa7;
    text-align: right;
}

.ACcount211__lyad_content {
    width: 100%;
}

.FCircle211__avatar.MEQW11 {
    margin-left: 0;
    border-radius: 4px;
}

.FCircle211__right.MEQW11 {
    width: 224px;
}

/*广告主后台中心页面
 * 2017-07-22新增
 */
.xmohost__center {
    height: 127px;
    width: 100%;
    border-bottom: 1px solid #ededed;
}

.xmohost__cen_num {
    width: 36%;

    font-size: 13px;
    color: #888;
}

.xmohost__cen_num p {
    margin-bottom: 20px;
    margin-top: 5px;
}

.xmohost__cen_num ul li {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 45px;
}

.xmohost__cen_num ul li:last-child {
    margin-right: 0;
}

.xmohost__cen_num ul:last-child li span {
    color: #ff7801;
}

.xmohostc_txt {
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: left;
}

.xmohostc_txt4 {
    color: #444;
}

.xmohostc_txt4.xmoorange {
    color: #fe780c;
}

.xmohostc_txt2 {
    line-height: 52px;
    font-size: 14px;
    color: #008cee;
}

.xmohostc_title {
    line-height: 55px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.xmohostc_cover {
    display: block;
    margin: 0 auto 30px;
    width: 120px;
    height: 120px;
    background-color: #eee;
    border-radius: 50%;
    overflow: hidden;
}

.xmohostc_cover.host212e_pt {
    /* background: url(../images/HOST_sprites.png) -4px -4px; */
}

.xmohostc_cover.host212e_pd {
    /* background: url(../images/HOST_sprites.png) -132px -4px; */
}

.xmohostc_cover.host212e_db {
    /* background: url(../images/HOST_sprites.png) -4px -132px; */
}

.xmobbottom__line {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
}

.xmobbottom__line:after {
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eee;
    content: "";
}

.xmobtn__hollow.host212e {
    width: 100%;
    height: 40px;
    border-color: #ccc;
    color: #444;
}

.xmobtn__hollow.host212e:hover {
    color: #fff;
    background: #008cee;
    border-color: #008cee;
}

.xmohostc_btn {
    margin-top: 18px;
}

.xmohostc_item {
    margin-right: 34px;
    padding: 0 30px;
    width: 300px;
    border-radius: 4px;
    background: #fff;
}

.xmobtn__hollow.host212f {
    margin-left: 25px;
    padding: 0;
    font-size: 12px;
}

.xmobtn__hollow a {
    display: block;
    width: 100%;
    padding: 5px 15px;
}

.xmohostc_h2 {
    position: relative;
    line-height: 40px;
    font-size: 20px;
    color: #444;
    font-weight: bold;
}

.xmohostc__editicon,
.xmohostc__exiticon {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 15px;
    height: 16px;
    /* background: url(../images/xmosprites.png) -229px -10px; */
    cursor: pointer;
}

.xmohostc__editicon:hover {
    /* background: url(../images/xmosprites.png) -158px -147px; */
}

.xmohostc__exiticon {
    top: 4px;
    width: 20px;
    height: 19px;
    /* background: url(../images/HOST_sprites.png) -194px -166px; */
}

.xmohostc__exiticon:hover {
    /* background: url(../images/HOST_sprites.png) -166px -166px; */
}

.xmohostc__emailicon,
.xmohostc__phoneicon {
    display: inline-block;
    width: 26px;
    height: 26px;
    /* background: url(../images/HOST_sprites.png) -166px -132px; */
    cursor: pointer;
}

.xmohostc__phoneicon {
    /* background: url(../images/HOST_sprites.png) -132px -132px; */
}

.xmohostc__emailicon.binding {
    /* background: url(../images/HOST_sprites.png) -200px -132px; */
}

.xmohostc__phoneicon.binding {
    /* background: url(../images/HOST_sprites.png) -132px -166px; */
}

/* 重构页面结构 */
.moneyFA__billingcontainer {
    width: 1000px;
    position: relative;
    margin: 0 auto;
}

/* 在表格的头部放置两块内容 */
.moneyFA__billingcontainer:after,
.moneyFA__billingcontainer:before {
    position: absolute;
    width: 25px;
    height: 30px;
    background: #f8f8f8;
    top: 0;
    content: '';
}

.moneyFA__billingcontainer:after {
    right: -25px;
}

.moneyFA__billingcontainer:before {
    left: -25px;
}
.infobottom{
    width:1000px;
    height:50px;
    margin:5px auto;
    padding:5px 0;
    border-top:1px solid #eee;
}
.infobottom div{
    cursor:pointer;
    width:350px;
    height:50px;
    line-height:50px;
    color:#008cee;
}
.infobottom div.fr{
    text-align:right;
}
.infobottom div span{
    display:inline-block;
    overflow: hidden;
}
.infobottom div .inblock{
    font-size:14px;
    width:270px;
    white-space:nowrap;
    text-overflow: ellipsis;
}
/* 广告详情 */
.tiaozhuan{
    margin: 30px 0 30px 380px;
}
.tiaozhuan1{
    display:inline-block;
    background-color: white;
    border-radius: 30px;
    width: 80px;
    height: 40px;
    padding: 10px 0 0 24px;
    cursor: pointer;
}
.tiaozhuan2{
    display:inline-block;
    background-color: #f9cd1f;
    border-radius: 30px;
    width: 120px;
    height: 40px;
    padding: 10px 0 0 30px;
}
.leftMessage1{
    display: inline-block;
    background-color: white;
    min-height: 400px;
    width: 350px;
    position: absolute;
    top: 100px;
    left: 380px;
}
.leftMessage2{
    background-color: white;
    min-height: 100px;
    width: 350px;
    position: absolute;
    top: 504px;
    left: 380px;
    text-align: center;
    line-height: 30px;
}
.leftMessage2 p{
    margin: 10px auto;
}
.leftMessage3{
    display: inline-block;
    background-color: white;
    min-height: 100px;
    width: 174px;
    position: absolute;
    top: 608px;
    left: 380px;
    text-align: center;
    line-height: 30px;
}
.leftMessage3 p{
    margin: 10px auto;
}
.leftMessage4 p{
    margin: 10px auto;
}
.leftMessage5 p{
    margin: 10px auto;
}
.leftMessage6 p{
    margin: 10px auto;
}
.leftMessage4{
    display: inline-block;
    background-color: white;
    min-height: 100px;
    width: 173px;
    position: absolute;
    top: 608px;
    left: 558px;
    text-align: center;
    line-height: 30px;
}
.leftMessage5{
    display: inline-block;
    background-color: white;
    min-height: 100px;
    width: 174px;
    position: absolute;
    top: 710px;
    left: 380px;
    text-align: center;
    line-height: 30px;
}
.leftMessage6{
    display: inline-block;
    background-color: white;
    min-height: 100px;
    width: 173px;
    position: absolute;
    top: 710px;
    left: 558px;
    text-align: center;
    line-height: 30px;
}
.mainLefta{
    display: inline-block;
    background-color: white;
    min-height: 1000px;
    width: 800px;
    position: absolute;
    top: 100px;
    left: 750px;
    padding: 0px 50px;
}
.leftContent{
    width: 300px;
    margin: 20px auto;
}
.content1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.content4_1{
    background-color: #e6e6e6;
    padding: 5px 20px;
}
.contentColor{
    color: #8f48d8;
    font-size: 22px;
}
.contentLine30{
    line-height: 30px;
}
.titleColor{
    color: #999999;
    font-size: 14px;
}
.font_size_14{
    font-size: 12px;
}
.lineMid{
    float: left;
    border-right: 1px solid #eeeeee;
    height: 160px;
    margin: -158px 0  0 50%;
}
.mainLefta img{
    width: 85%;
    text-align: center;
}
#contentAll{
    height:900px;
    margin:30px ;
    overflow: auto;
    white-space: pre-wrap;
}
/* 关于我们页面 -样式*/
.about_first_introduce{
    margin-top: 110px;
    display: flex;
    position: relative;
  }
  .about_second_introduce{
    margin-top: 50px;
    display: flex;
    position: relative;
  }
  .about_third_introduce{
    margin-top: 50px;
    display: flex;
    position: relative;
  }
  .about_flex_col{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
  }
  .about_flex_row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .introduce_text{
    width: 539px;
    height: 293px;
    font-size: 14px;
  }
  .introduce_text  p{
    text-indent:2em;
    line-height: 40px;
  }
  .garden_1{
    width:38px;
    height:38px;
    background:rgba(255,247,217,1);
    border-radius:50%;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  .first_garden_1{
    width:103px;
    height:103px;
    background:#FFD536;
    opacity:0.15;
    border-radius:50%;
    position: absolute;
    bottom: -50px;
    left: 100px;
  }
  .first_garden_2{
    width:85px;
    height:85px;
    background:#FFD536;
    opacity:0.15;
    border-radius:50%;
    position: absolute;
    right: -60px;
    bottom: 65px;
  }
  .second_garden_1{
    width:171px;
    height:171px;
    background:rgba(213,238,255,1);
    opacity:0.6;
    border-radius:50%;
    position: absolute;
    bottom: 20px;
    right: -60px;
  }
  .second_garden_2{
    width:103px;
    height:103px;
    background:rgba(213,238,255,1);
    opacity:0.6;
    border-radius:50%;
    position: absolute;
    right:-80px;
    bottom: -30px;
  }

  .garden_2{
    width:45px;
    height:45px;
    background:rgba(228,244,255,1);
    border-radius:50%;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  .garden_3{
    width:45px;
    height:45px;
    background:rgba(220,255,246,1);
    border-radius:50%;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  .garden_4{
    width:45px;
    height:45px;
    background:#e9defd;
    border-radius:50%;
    position: absolute;
    top: -15px;
    left: -10px;
  }
  .first_text_1{
    width:48px;
    height:46px;
    font-size:50px;
    font-family:Noto Sans S Chinese;
    font-weight:bold;
    color:rgba(249,205,31,1);
    line-height:36px;
    z-index: 2;
  }
  .four_text_1{
    width:48px;
    height:46px;
    font-size:50px;
    font-family:Noto Sans S Chinese;
    font-weight:bold;
    color:#7432f3;
    line-height:36px;
    z-index: 2;
  }
  .third_text_1{
    width:46px;
    height:46px;
    font-size:50px;
    font-family:Noto Sans S Chinese;
    font-weight:bold;
    color:rgba(23,194,149,1);
    line-height:36px;
    z-index: 2;
  }
  .second_text_1{
    width:49px;
    height:48px;
    font-size:50px;
    font-family:Noto Sans S Chinese;
    font-weight:bold;
    color:rgba(1,140,238,1);
    line-height:36px;
    z-index: 2;
  }
  .first_text_2{
    margin-top: -7px;
    height:29px;
    font-size:30px;
    font-family:Noto Sans S Chinese;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:36px;
  }
  .first_text_3{
    position: absolute;
    top: 30px;
    width: 200px;
    left: 50px;
    font-size: 18px;
  }
  .line_1{
    width:256px;
    height:2px;
    background:rgba(249,205,31,1);
    margin-bottom: 43px;
    margin-top: 11px;
  }
  .line_2{
    width:256px;
    height:2px;
    background:rgba(1,140,238,1);
    margin-bottom: 43px;
    margin-top: 11px;
  }
  .line_3{
    width:256px;
    height:2px;
    background:rgba(23,194,149,1);
    margin-bottom: 43px;
    margin-top: 11px;
  }
  .line_4{
    width:256px;
    height:2px;
    background:#7432f3;
    margin-bottom: 43px;
    margin-top: 11px;
  }
  .intback{
    width:295px;
    height:167px;
    background:rgba(255,255,255,1);
    border:3px solid rgba(249, 205, 31, 1);
  }
  .introduce_2_text{
    line-height: 28px;
    width: 532px;
    font-size: 14px;
    z-index: 1;
  }
  .introduce_2_text p:nth-child(odd){
    font-weight: 600;
  }
  .word_intend{
    text-indent:2em;
  }
  .third_img{
    width: 1173px;
    height: 328px;
  }
  .third_img_1{
    position: relative;
  }
  .third_about_flex{
    display: flex;
    flex-direction: row;
  }
  .third_img_left{
    margin-right: 10px;
  }
  .third_img_top{
    margin-top: 10px;
  }
  .bg_text{
    width: 100%;
    height:30px;
    background:rgba(0,0,0,1);
    opacity:0.5;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
  }
  .second_line_1{
    width:170px;
    height:4px;
    background:rgba(1,140,238,1);
    position: absolute;
    top: -8px;
    left: -5px;
  }
  .second_line_2{
    width:4px;
    height:170px;
    background:rgba(1,140,238,1);
    position: absolute;
    top: -8px;
    left: -8px;
  }
  .thirdimg1{
    display:flex;
    flex-direction:row;
    width: 1172px;
  }

  .fourImg1{
    display:flex;
    width: 1250px;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .fourImg1 img{
    margin-bottom: 30px;
  }
  .four_img_01{
    text-align: center;
    margin-left: 10px;
    margin-bottom: 50px;
    font-family: NotoSansHans Medium;
    font-weight: 500;
    font-size: 15px;
    width: 240px;
  }
  .thirdimg2{
    display: flex;
    flex-direction: column;
    margin-right: 10px;
  }
  .thirdimg3{
    display: flex;
    flex-direction: column;
    height: 328px;
  }
  .mg_rg_9{
    margin-right: 9px;
  }
  .thirdimg3_01{
    width: 571px;
    height: 87px;
    margin-bottom: 8px;
  }
  .thirdimg3_02{
    display: flex;
    flex-direction: row;
  }
.text-hidden{
    width: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
