.menu {
  display: none; }

.content .main_news.pc {
  display: block; }
.hide{
    display: none;
}
.content .main_news.mobile {
  display: none; }
.relative{position: relative;}
.nocopy{
  /* 火狐 */
  -moz-user-select: none;
  /* Safari 和 欧朋 */
  -webkit-user-select: none;
  /* IE10+ and Edge */
  -ms-user-select: none;
  /* Standard syntax 标准语法(谷歌) */
  user-select: none;
}
    .reduce,.add{font-size:1.6em;color:#000;line-height:1.2em;background:#FFF !important;}
    .reduce:hover,.add:hover{background:#e8e8e8 !important;}
.disabled{
    color:#b3b3b3  !important;
    background: #fbfbfb;
}
.addtips {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: red;
    border-radius: 3px;
    position: absolute;
    left: 16px;
    top: 12px;
    white-space: nowrap;
    z-index: 19;
    padding: 1px 5px; }
.addtips::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10px;
    border-width: 5px 5px 0;
    border-style: solid;
    border-color: red transparent transparent; }
.addtips span {
    font-size: 12px;
    color: #fff; }
.menu {
  display: none; }

.mobile_navbar {
  display: none; }

.content .main_create.ons {
  background: #fff; }
  .content .main_create.ons .m {
    width: 95%;
    margin: 0 auto; }
    .content .main_create.ons .m .form {
      margin-bottom: 30px; }

.main_tip {
    overflow: hidden;
    width: 100%;
    margin-top: 32px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 30px;
}
.main_tip p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #313b47;
}
.main_tip div {
    overflow: hidden;
    width: 100%;
    background: #F5F7FA;
    padding: 15px 20px;
}
.main_tip div span {
    display: block;
    font-size: 12px;
    color: #313b47;
    line-height: 22px;
}
.main_tip div em {
    display: block;
    font-size: 12px;
    color: #4460ab;
    line-height: 22px;
}

.piclist {
  width: 100%;
  margin-top: 50px; }
.help{
  cursor: pointer;
  margin-left: 6px;
}.hoverCont {
     display: none;
     padding: 10px 35px 13px 18px !important;
     box-sizing: border-box;
     position: absolute;
     top: 55px;
     left: -122px;
     z-index: 100;
     border-radius: 4px;
     box-shadow: 0 0 10px rgba(0,0,0,.1);
     background: #F5F7FA;
     border: 1px solid #DCDFE6;
 }
 .hoverCont p{
     margin:5px 0;
 }

.hoverCont .triangle::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 162px;
    border-width: 0 5px 9px;
    border-style: solid;
    border-color: transparent transparent #DDD;
}
.tips_desc{
    min-width:200px;
}
.help_info{
    top: 28px !important;
    left: -125px !important;
    min-width:380px !important;
}
.help_info .triangle::after{
    left: 132px !important;
}
.money-info {
    min-width:280px !important;
    top:20px!important;
    left:-215px !important;
}
.money-info .triangle::after{
    left: 222px !important;
}

.piclist .line {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px; }
.piclist .line div {
  width: 136px;
  height: 151px;
  background-image: url('/assets/duomi/images/addlinkbg_03.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 14px; }
.piclist .line div img {
  display: block;
  max-width: 95%; }

.flex_icon {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9999; }
  .flex_icon .link-box {
    display: block;
    width: 70px;
    transition: all .1s;
    background: #4D61DB;
    border-radius: 6px 0 0 6px;
    padding: 10px 0px;
    cursor: pointer;
      -webkit-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      transition: all 0.5s linear;
    margin-bottom: 1px; }
    .flex_icon .link-box:hover {
      background: #1F3BE4; }
    .flex_icon .link-box img {
      display: block;
      margin: 0 auto;
      margin-bottom: 0px; }
    .flex_icon .link-box span {
      display: block;
      text-align: center;
      font-size: 12px;
      color: #fff; }

.content {
  overflow: hidden;
  width: 100%; }
  .content .header {
    width: 100%;
    height: 78px;
    background: #fff; }
    .content .header .m {
      width: 1200px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .content .header .m .link {
        height: 100%;
        display: flex;
        align-items: center; }
        .content .header .m .link a {
          display: flex;
          align-items: center;
          padding: 0 22px;
          margin-left: 10px;
          height: 36px;
          justify-content: center;
          font-size: 14px;
          color: #444444;
          border-radius: 3px;
          transition: all .2s; }
          .content .header .m .link a:hover {
            opacity: 0.8; }
          .content .header .m .link a.on {
            color: #fff;
            background: #4d61db; }
      .content .header .m .icon {
        display: flex;
        align-items: center;
        height: 100%; }
        .content .header .m .icon img {
          display: block; }
        .content .header .m .icon ul {
          display: flex;
          align-items: center;
          height: 100%;
          margin-left: 120px; }
          .content .header .m .icon ul li {
            position: relative;
            height: 100%;
            margin-right: 40px; }
            .content .header .m .icon ul li:last-child {
              margin-right: 40px; }
            .content .header .m .icon ul li.on a {
              color: #2f55d4; }
            .content .header .m .icon ul li:hover a {
              color: #2f55d4; }
            .content .header .m .icon ul li a {
              transition: all .1s;
              height: 100%;
              display: flex;
              align-items: center;
              font-size: 16px;
              color: #444444; }
  .content .page_list {
    display: flex;
    align-items: center;
    justify-content: center;
      margin-bottom: 20px;
    flex-wrap: wrap; }
    .content .page_list p {
      font-size: 14px;
      color: #656c7c;
      padding: 0 10px; }
    .content .page_list input {
      width: 56px;
      height: 33px;
      border: 1px solid #DEDFE1;
      font-size: 14px;
      color: #000000;
      text-align: center;
      outline: none;
      background: none;
      border-radius: 3px; }
    .content .page_list select {
      width: 56px;
      height: 33px;
      border: 1px solid #DEDFE1;
      font-size: 14px;
      color: #000000;
      padding-left: 5px;
      outline: none;
      background: none;
      border-radius: 3px; }
    .content .page_list a {
      font-size: 14px;
      padding: 0 12px;
      color: #3c3c3d;
      line-height: 33px;margin: 0 6px;
      transition: all .1s;
      border-radius: 3px;
      display: block; }
      .content .page_list a:hover {
        color: #fff;
        background: #2247FF; }
      .content .page_list a.on {
        color: #fff;
        background: #2247FF; }
  .content .menus {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 0; }
    .content .menus li {
      font-size: 14px;
      color: #3a3a3a;
      margin-right: 3px; }
      .content .menus li:hover a {
        color: #2247FF; }
      .content .menus li a {
        transition: all .06s;
        color: #3a3a3a; }
  .content .main_create {
    overflow: hidden;
    width: 100%;
    background: #F5F5F5;
    padding: 50px 0; }
    .content .main_create .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_create .m .tips {
        overflow: hidden;
        width: 100%;
        height: 70px;
        display: flex;
        border-radius: 4px;
        align-items: center;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin: 30px auto;
        padding-left: 30px;
        background: #e3f0ff;
        font-size: 16px;
        color: #313b47; }
      .content .main_create .m .main_api_sm {
        overflow: hidden;
        width: 100%;
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .content .main_create .m .main_api_sm .title {
          display: flex;
          align-items: center;
          height: 51px;
          font-size: 16px;
          color: #313b47;
          padding-left: 30px;
          border-bottom: 1px solid #DEDFE1;
          background: #f5f7fa; }
        .content .main_create .m .main_api_sm .boxs {
          overflow: hidden;
          width: 100%;
          padding: 30px; }
          .content .main_create .m .main_api_sm .boxs > p {
            font-size: 14px;
            color: #313b47;
            margin-bottom: 20px; }
          .content .main_create .m .main_api_sm .boxs table {
            width: 100%;
            border-top: 1px solid #DEDFE1;
            border-left: 1px solid #DEDFE1; }
            .content .main_create .m .main_api_sm .boxs table tr {
              width: 100%; }
              .content .main_create .m .main_api_sm .boxs table tr th {
                font-size: 14px;
                padding-left: 15px;
                text-align: left;
                color: #313b47;
                height: 40px;
                border-right: 1px solid #DEDFE1;
                border-bottom: 1px solid #DEDFE1; }
              .content .main_create .m .main_api_sm .boxs table tr td {
                overflow: hidden;
                font-size: 14px;
                padding: 10px 0;
                padding-left: 15px;
                text-align: left;
                color: #313b47;
                vertical-align: text-top;
                border-right: 1px solid #DEDFE1;
                border-bottom: 1px solid #DEDFE1; }
                .content .main_create .m .main_api_sm .boxs table tr td .ls {
                  display: flex;
                  padding: 3px 0;
                  align-items: center; }
                  .content .main_create .m .main_api_sm .boxs table tr td .ls span {
                    display: inline-flex;
                    align-items: center;
                    height: 28px;
                    background: #f5f5f5;
                    font-size: 14px;
                    color: #f43c04;
                    border-radius: 4px;
                    min-width: 57px;
                    padding: 0 10px;
                    justify-content: center;
                    box-sizing: border-box;
                    margin-right: 10px; }
                  .content .main_create .m .main_api_sm .boxs table tr td .ls p {
                    font-size: 14px;
                    color: #313b47; }
      .content .main_create .m .form {
        overflow: hidden;
        width: 100%;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 0 30px;
        padding-bottom: 50px; }
        .content .main_create .m .form .title {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 32px;
          color: #000000;
          height: 130px;
          font-weight: bold;
          border-bottom: 1px solid #F5F5F5;
          letter-spacing: 1px; }
        .content .main_create .m .form .demo_box {
          overflow: hidden;
          margin-top: 46px; }
          .content .main_create .m .form .demo_box > p {
            font-size: 18px;
            color: #313b47; }
          .content .main_create .m .form .demo_box ul {
            overflow: hidden;
            margin-top: 24px;
            display: flex;
            flex-wrap: wrap;
            border-top: 1px solid #DEDFE1;
            border-left: 1px solid #DEDFE1; }
            .content .main_create .m .form .demo_box ul li {
              overflow: hidden;
              width: 25%;
              transition: all .06s;
              height: 150px;
              border-right: 1px solid #DEDFE1;
              border-bottom: 1px solid #DEDFE1; }
              .content .main_create .m .form .demo_box ul li:hover {
                background: #F5F5F5; }
                .content .main_create .m .form .demo_box ul li:hover .ms div {
                  background: #4D61DB;
                  color: #fff; }
              .content .main_create .m .form .demo_box ul li a {
                width: 100%;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center; }
                .content .main_create .m .form .demo_box ul li a .ms {
                  overflow: hidden; }
                  .content .main_create .m .form .demo_box ul li a .ms p {
                    font-size: 14px;
                    color: #000000;
                    text-align: center;
                    margin-bottom: 16px; }
                  .content .main_create .m .form .demo_box ul li a .ms div {
                    overflow: hidden;
                    width: 108px;
                    height: 32px;
                    display: flex;
                    align-items: center;
                    transition: all .06s;
                    justify-content: center;
                    margin: 0 auto;
                    background: #edeeee;
                    border: 1px solid #DEDFE1;
                    border-radius: 40px;
                    font-size: 14px;
                    color: #313b47; }
        .content .main_create .m .form .button {
          display: flex;
          align-items: center;
          margin-top: 20px; }
          .content .main_create .m .form .button div {
            overflow: hidden;
            width: 180px;
            height: 52px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            border-radius: 4px;
            background: linear-gradient(to right, #4F63DD, #6D82FF);
            margin-right: 10px;
            color: #ffffff;
            transition: all .2s; }
            .content .main_create .m .form .button div:hover {
              opacity: 0.8; }
            .content .main_create .m .form .button div a {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              font-size: 16px;
              color: #ffffff; }
            .content .main_create .m .form .button div.on {
              background: linear-gradient(to right, #FF5100, #FF8E00); }
            .content .main_create .m .form .button div.demo {
              background: none;
              color: #42a998;
              border: 2px solid #42a998; }
              .content .main_create .m .form .button div.demo a {
                color: #42a998; text-align:center; }
        .content .main_create .m .form .reg {
          display: flex;
          align-items: center;
          margin-top: 26px;
          margin-bottom: 20px; }
          .content .main_create .m .form .reg div {
            width: 18px;
            height: 18px;
            border: 1px solid #EBEBEB;
            margin-right: 8px;
            cursor: pointer;
            border-radius: 3px; }
            .content .main_create .m .form .reg div.on {
              background-image: url(../images/readyy.png);
              background-size: 100%;
              background-repeat: no-repeat; }
          .content .main_create .m .form .reg p {
            font-size: 14px;
            color: #313b47; }
            .content .main_create .m .form .reg p a {
              color: #4d61db; }
        .content .main_create .m .form .item {
          overflow: hidden;
          width: 100%;
          margin-top: 30px; }
          .content .main_create .m .form .item > p {
            font-size: 16px;
            color: #313b47;
            margin-bottom: 10px; }
          .content .main_create .m .form .item .selects {
            display: flex;
            align-items: center;
            margin-top: 15px; }
          .content .main_create .m .form .item .ls {
            display: flex;
            align-items: center; }
            .content .main_create .m .form .item .ls .morecity {
              font-size: 14px;
              color: #4d61db;
              padding: 0 30px; }
            .content .main_create .m .form .item .ls ul {
              display: flex;
              border-left: 1px solid #DEDFE1;
              border-bottom: 1px solid #DEDFE1;
              align-items: center;
              overflow: hidden;
              border-radius: 5px; }
              .content .main_create .m .form .item .ls ul li {
                overflow: hidden;
                width: 180px;
                height: 42px;
                cursor: pointer;
                font-size: 14px;
                border-right: 1px solid #DEDFE1;
                border-top: 1px solid #DEDFE1;
                color: #313b47;
                display: flex;
                align-items: center;
                justify-content: center; }
                .content .main_create .m .form .item .ls ul li.on {
                  background: linear-gradient(#6D82FF, #5267E1);
                  color: #fff; }
          .content .main_create .m .form .item textarea {
            width: 100%;
            height: 80px;
            font-size: 14px;
            color: #d7d7d7;
            border-radius: 5px;
            border: 1px solid #DEDFE1;
            box-sizing: border-box;
            resize: none;
            margin-top: 30px;
            display: block;
            padding: 6px 20px;
            background: none;
            outline: none; }
          .content .main_create .m .form .item select {
            overflow: hidden;
            width: 173px;
            height: 42px;
              min-width:358px;
            border-radius: 4px;
            border: 1px solid #EBEBEB;
            outline: none;
            background: none;
              padding-right:38px;
            padding-left: 15px;
            font-size: 14px;
            color: #000000;
            background-image: url(../images/xfs_14.jpg);
            background-repeat: no-repeat;
            appearance: none;
            margin-right: 15px;
            -moz-appearance: none;
            -webkit-appearance: none;
            background-position: right 10px center; }
          .content .main_create .m .form .item .change {
            overflow: hidden;
            width: 180px;
            height: 42px;
            display: flex;
            align-items: center;
            border-radius: 4px;
            border: 1px solid #EBEBEB; }
            .content .main_create .m .form .item .change div {
              width: 40px;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer; }
              .content .main_create .m .form .item .change div:last-child {
                background: #F5F7FA; }
              .content .main_create .m .form .item .change div img {
                display: block; }
            .content .main_create .m .form .item .change input {
              border: none;
              width: calc(100% - 80px);
              border-left: 1px solid #EBEBEB;
              border-right: 1px solid #EBEBEB;
              height: 100%;
              font-size: 14px;
              color: #000000;
              text-align: center;
              outline: none;
              background: none; }
          .content .main_create .m .form .item .free {
            display: flex;
            align-items: center; }
            .content .main_create .m .form .item .free .btn {
              overflow: hidden;
              width: 114px;
              height: 42px;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer;
              background: linear-gradient(#6D82FF, #5267E1);
              border-radius: 4px;
              margin-left: 10px;
              font-size: 14px;
              color: #fff;
              transition: all .2s; }
              .content .main_create .m .form .item .free .btn:hover {
                opacity: 0.8; }
  .content .main_scene {
    overflow: hidden;
    width: 100%;
    background-color: #F5F5F5;
    padding: 130px 0 50px 0;
    background-image: url(../images/buy_25.jpg);
    background-repeat: no-repeat;
    background-position: top center; }
    .content .main_scene .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_scene .m ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
        /*overflow: hidden;*/
        border-radius: 6px; }
        .content .main_scene .m ul li {
          overflow: hidden;
          width: 50%;
          background: #fff;
          transition: background 1s ease;
          border-right: 1px solid #F5F5F5;
          border-bottom: 1px solid #F5F5F5;
          padding: 44px 0; }
        .content .main_scene .m ul li:hover{
            background: #fff;
            box-shadow: 1px 1px 20px 0px #999;
            z-index: 99;
            border: 1px solid #eee;
            cursor: pointer;
        }
          .content .main_scene .m ul li:nth-child(2n) {
            border-right: none; }
          .content .main_scene .m ul li img {
            display: block;
            margin: 0 auto;
            margin-bottom: 18px; }
          .content .main_scene .m ul li p {
            text-align: center;
            font-size: 26px;
            margin-bottom: 10px;
            color: #4a4d51; }
          .content .main_scene .m ul li span {
            display: block;
            font-size: 16px;
            color: #8492a6;
            text-align: center;
            line-height: 24px; }
  .content .main_buy {
    overflow: hidden;
    width: 100%;
    background: #F5F5F5;
    padding: 50px 0; }
    .content .main_buy .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_buy .m .main_customized {
        width: 100%;
        background: #fff;
        overflow: hidden;
        height: 177px;
        border-radius: 5px;
        display: flex;
        align-items: center; }
        .content .main_buy .m .main_customized ul {
          width: calc(100% - 215px);
          height: 100%;
          display: flex;
          align-items: center; }
          .content .main_buy .m .main_customized ul li {
            width: 25%;
            position: relative; }
            .content .main_buy .m .main_customized ul li:last-child div::after {
              display: none; }
            .content .main_buy .m .main_customized ul li div {
              width: 32px;
              height: 32px;
              position: relative;
              display: flex;
              align-items: center;
              justify-content: center;
              background: #4E63E1;
              font-size: 22px;
              color: #fff;
              margin: 0 auto;
              margin-bottom: 10px;
              border-radius: 50%; }
              .content .main_buy .m .main_customized ul li div::after {
                content: '';
                width: 212px;
                height: 2px;
                background: #4E63E1;
                position: absolute;
                left: 33px;
                top: 50%;
                transform: translateY(-50%); }
            .content .main_buy .m .main_customized ul li span {
              display: block;
              text-align: center;
              font-size: 14px;
              color: #4d61db; }
        .content .main_buy .m .main_customized .vip {
          overflow: hidden;
          width: 215px;
          height: 100%;
          display: flex;
          background: linear-gradient(#546CFE, #4E63E1);
          align-items: center;
          justify-content: center; }
          .content .main_buy .m .main_customized .vip div {
            overflow: hidden; }
            .content .main_buy .m .main_customized .vip div img {
              display: block;
              margin: 0 auto;
              margin-bottom: 6px; }
            .content .main_buy .m .main_customized .vip div span {
              display: block;
              text-align: center;
              font-size: 26px;
              color: #fff; }
      .content .main_buy .m .list {
        width: 100%;
        margin-top: 45px;
        display: flex;
        flex-wrap: wrap; }
        .content .main_buy .m .list .label {
          width: 24.16666666666667%;
          margin-right: 1.1%;
          margin-bottom: 30px;
          background: #fff;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          border-radius: 6px;
          position: relative; }
          .content .main_buy .m .list .label:nth-child(4n) {
            margin-right: 0; }
          .content .main_buy .m .list .label .icons {
            width: 91px;
            height: 50px;
            background-image: url(../images/buy_03.jpg);
            background-size: 100% 100%;
            position: absolute;
            right: 6px;
            top: -5px;
            padding-top: 5px; }
            .content .main_buy .m .list .label .icons .icon {
              text-align: center;
              font-size: 18px;
              font-weight: bold;
              color: #fff;
              line-height: 1; }
            .content .main_buy .m .list .label .icons .max {
              display: block;
              text-align: center;
              font-size: 12px;
              line-height: 1;
              color: #fff; }
          .content .main_buy .m .list .label .t {
            display: flex;
            align-items: center;
            height: 62px;
            border-bottom: 1px solid #EBEBEB;
            padding-left: 20px; }
            .content .main_buy .m .list .label .t img {
              display: block;
              margin-right: 5px; }
            .content .main_buy .m .list .label .t .title {
              font-size: 20px;
              color: #4d61db;
              font-weight: bold; }
          .content .main_buy .m .list .label .buys {
            overflow: hidden;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 83px;
            border-bottom: 1px solid #DEDFE1; }
            .content .main_buy .m .list .label .buys a {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 139px;
              height: 42px;
              border-radius: 4px;
              border: 1px solid #4d61db; }
              .content .main_buy .m .list .label .buys a span {
                font-size: 14px;
                color: #4d61db;
                margin-left: 10px; }
          .content .main_buy .m .list .label ul {
            overflow: hidden;
            padding: 15px 20px; }
            .content .main_buy .m .list .label ul li {
              overflow: hidden;
              display: flex;
              padding: 8px 0;
              align-items: center;
              justify-content: space-between; }
              .content .main_buy .m .list .label ul li p {
                font-size: 14px;
                color: #7b8288; }
          .content .main_buy .m .list .label .price {
            display: flex;
            align-items: center;
            padding: 20px 0;
            border-bottom: 1px solid #DEDFE1; }
            .content .main_buy .m .list .label .price div {
              width: 50%;
              padding-left: 20px; }
              .content .main_buy .m .list .label .price div .paymoney {
                color: #ff0000 !important; }
              .content .main_buy .m .list .label .price div:last-child::after {}
              .content .main_buy .m .list .label .price div .title {
                font-size: 14px;
                color: #3e3564;}
              .content .main_buy .m .list .label .price div .span {
                display: flex;
                font-size: 20px;
                color: #4d61db;
                font-weight: bold;
                line-height: 1;
                display: flex;
                align-items: flex-end; }
                .content .main_buy .m .list .label .price div .span em {
                  font-size: 14px;
                  display: inline-block;
                  line-height: 1; }
                .content .main_buy .m .list .label .price div .span img {
                  cursor: pointer;
                  margin-left: 6px; }
          .content .main_buy .m .list .label .child {
            width: 100%;
            overflow: hidden;
            padding-bottom: 16px;
            border-bottom: 1px solid #EBEBEB; }
            .content .main_buy .m .list .label .child .item {
              display: flex;
              margin-top: 15px;
              align-items: center;
              justify-content: space-between;
              padding: 0 20px; }
              .content .main_buy .m .list .label .child .item p {
                font-size: 14px;
                color: #3e3564; }
                .content .main_buy .m .list .label .child .item p i {
                  font-size: 12px; }
              .content .main_buy .m .list .label .child .item .ls {
                display: flex;
                align-items: center; }
                .content .main_buy .m .list .label .child .item .ls div {
                  width: 36px;
                  height: 36px;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  font-size: 14px;
                  color: #000000;
                  border: 1px solid #E2E2E2;
                  position: relative;
                  overflow: hidden;
                  border-radius: 4px;
                  margin-left: 11px;
                  cursor: pointer; }
                  .content .main_buy .m .list .label .child .item .ls div:first-child {
                    margin-left: 0; }
                  .content .main_buy .m .list .label .child .item .ls div.on {
                    color: #4d61db;
                    border: 1px solid #4d61db; }
                    .content .main_buy .m .list .label .child .item .ls div.on::after {
                      content: '';
                      width: 12px;
                      height: 12px;
                      position: absolute;
                      right: 0;
                      bottom: 0;
                      background-size: 100% 100%;
                      background-image: url(../images/ccs_03.jpg); }
              .content .main_buy .m .list .label .child .item select {
                overflow: hidden;
                width: 130px;
                height: 36px;
                border-radius: 4px;
                border: 1px solid #EBEBEB;
                outline: none;
                background: none;
                padding-left: 10px;
                font-size: 14px;
                color: #000000;
                background-image: url(../images/xfs_14.jpg);
                background-repeat: no-repeat;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                background-position: right 10px center; }
              .content .main_buy .m .list .label .child .item .change {
                overflow: hidden;
                width: 130px;
                height: 36px;
                display: flex;
                align-items: center;
                border-radius: 4px;
                border: 1px solid #EBEBEB; }
                .content .main_buy .m .list .label .child .item .change div {
                  width: 36px;
                  height: 100%;
                line-height: 32px;
                font-weight: bold;
                    text-align: center;
                font-size: 18px;
                  cursor: pointer; }
                  .content .main_buy .m .list .label .child .item .change div:last-child {
                    background: #F5F7FA; }
                  .content .main_buy .m .list .label .child .item .change div img {
                    display: block; }
                .content .main_buy .m .list .label .child .item .change input {
                  border: none;
                  width: calc(125% - 72px);
                  border-left: 1px solid #EBEBEB;
                  border-right: 1px solid #EBEBEB;
                  height: 100%;
                  font-size: 14px;
                  color: #000000;
                  text-align: center;
                  outline: none;
                  background: none; }
  .content .main_content {
    overflow: hidden;
    width: 100%;
    background: #F5F5F5; }
    .content .main_content .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_content .m .main_help_info {
        width: 100%;
        overflow: hidden;
        background: #fff;
        padding: 0 30px;
        border-radius: 6px;
        margin-bottom: 50px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
        .content .main_content .m .main_help_info .child {
          overflow: hidden;
          width: 100%;
          padding: 30px 0; }
          .content .main_content .m .main_help_info .child p {
            font-size: 14px;
            color: #3a3a3a;
            line-height: 30px;
            margin-bottom: 30px; }
          .content .main_content .m .main_help_info .child img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            margin-bottom: 30px; }
        .content .main_content .m .main_help_info .head {
          overflow: hidden;
          padding: 45px 0 32px 0;
          border-bottom: 1px solid #F5F5F5; }
          .content .main_content .m .main_help_info .head p {
            text-align: center;
            font-size: 26px;
            color: #3a3a3a;
            margin-bottom: 12px; }
          .content .main_content .m .main_help_info .head .bot {
            display: flex;
            align-items: center;
            justify-content: center; }
            .content .main_content .m .main_help_info .head .bot span {
              font-size: 14px;
              color: #969696;
              margin: 0 5px; }
            .content .main_content .m .main_help_info .head .bot div {
              display: flex;
              align-items: center; }
              .content .main_content .m .main_help_info .head .bot div img {
                display: block; }
    .content .main_content .main_help {
      overflow: hidden;
      width: 1200px;
      margin: 50px auto;
      background: #fff;
      border-radius: 6px;
      margin-bottom: 40px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      padding: 50px 30px; }
      .content .main_content .main_help .list {
        overflow: hidden;
        width: 100%;
        margin-bottom: 30px; }
        .content .main_content .main_help .list ul {
          overflow: hidden;
          width: 100%;
          margin-top: 58px; }
          .content .main_content .main_help .list ul li {
            overflow: hidden;
            border: 1px solid #DFDFDF;
            border-radius: 6px;
            margin-bottom: 15px; }
            .content .main_content .main_help .list ul li:hover a .right {
              transform: translateX(-10px); }
            .content .main_content .main_help .list ul li a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              width: 100%;
              box-sizing: border-box;
              padding: 20px 30px 20px 0; }
              .content .main_content .main_help .list ul li a .right {
                display: block;
                transition: all .3s; }
              .content .main_content .main_help .list ul li a .fl {
                display: flex;
                align-items: center; }
                .content .main_content .main_help .list ul li a .fl .grow {
                    width: calc(100% - 106px);
                  overflow: hidden;
                  margin-left: 30px; }
                  .content .main_content .main_help .list ul li a .fl .grow em {
                    display: block;
                    font-size: 12px;
                    color: #969696;
                    margin-top: 8px; }
                  .content .main_content .main_help .list ul li a .fl .grow .t {
                    display: flex;
                    align-items: center; }
                    .content .main_content .main_help .list ul li a .fl .grow .t p {
                      font-size: 14px;
                      color: #313b47; }
                    .content .main_content .main_help .list ul li a .fl .grow .t div {
                      display: flex;
                      align-items: center;
                      margin-left: 30px; }
                      .content .main_content .main_help .list ul li a .fl .grow .t div img {
                        display: block; }
                      .content .main_content .main_help .list ul li a .fl .grow .t div span {
                        font-size: 12px;
                        color: #4d61db;
                        margin-left: 3px; }
                .content .main_content .main_help .list ul li a .fl .date {
                  overflow: hidden;
                  width: 106px;
                  position: relative; }
                  .content .main_content .main_help .list ul li a .fl .date::after {
                    content: '';
                    width: 1px;
                    height: 42px;
                    background: #ECECEC;
                    position: absolute;
                    right: 0;
                    top: 50%;
                    transform: translateY(-50%); }
                  .content .main_content .main_help .list ul li a .fl .date p {
                    text-align: center;
                    font-size: 22px;
                    color: #4d61db;
                    margin-bottom: 7px;
                    font-weight: bold; }
                  .content .main_content .main_help .list ul li a .fl .date span {
                    display: block;
                    font-size: 14px;
                    color: #4d61db;
                    text-align: center; }
      .content .main_content .main_help .tabbar {
        display: flex;
        align-items: center;
        justify-content: center; }
        .content .main_content .main_help .tabbar div {
          width: 180px;
          height: 52px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 5px;
          border: 1px solid #DFDFDF;
          font-size: 16px;
          margin: 0 15px;
          color: #313b47;
          position: relative;
          cursor: pointer; }
          .content .main_content .main_help .tabbar div a{
            color: #000;
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            line-height: 46px;
          }
          .content .main_content .main_help .tabbar div.on a{color: #fff;}
          .content .main_content .main_help .tabbar div.on {
            background: linear-gradient(to right, #5064DE, #6D82FF);
            border: none;
            color: #fff; }
            .content .main_content .main_help .tabbar div.on::after {
              content: '';
              width: 21px;
              height: 8px;
              background-image: url(../images/help_09.jpg);
              position: absolute;
              left: 50%;
              transform: translateX(-50%);
              bottom: -8px; }
  .content .des_banner {
    overflow: hidden;
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/help_06.jpg);
    display: flex;
    align-items: center;
    justify-content: center; }
    .content .des_banner div {
      overflow: hidden; }
      .content .des_banner div p {
        font-size: 32px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
        text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.1);
        font-weight: bold; }
      .content .des_banner div span {
        display: block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-shadow: 3px 5px 2px rgba(0, 0, 0, 0.1); }
  .content .footer {
    overflow: hidden;
    width: 100%;
    background: #10173F;
    padding-top: 30px; }
    .content .footer .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto; }
      .content .footer .m .bottom {
        overflow: hidden;
        padding: 15px 0;
        border-top: 1px solid #343A5C; }
        .content .footer .m .bottom span {
          font-size: 12px;
          color: #fff;
          opacity: 0.7;
          margin-left: 7px; }
      .content .footer .m .t {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .content .footer .m .t .link {
          display: flex;
          align-items: flex-start; }
          .content .footer .m .t .link ul {
            width: 120px;
            overflow: hidden;
            margin-left: 40px; }
            .content .footer .m .t .link ul:first-child {
              margin-left: 0; }
            .content .footer .m .t .link ul li {
              font-size: 16px;
              color: #fff; }
              .content .footer .m .t .link ul li:hover a {
                color: #2f55d4; }
              .content .footer .m .t .link ul li:first-child {
                line-height: 40px;
                border-bottom: 1px solid #343A5C;
                margin-bottom: 12px; }
              .content .footer .m .t .link ul li a {
                font-size: 14px;
                line-height: 30px;
                display: block;
                color: #fff; }
        .content .footer .m .t .fl {
          overflow: hidden; }
          .content .footer .m .t .fl img {
            display: block;
            margin-bottom: 20px; }
          .content .footer .m .t .fl p {
            font-size: 14px;
            color: #fff;
            margin-bottom: 12px; }
          .content .footer .m .t .fl .share {
            display: flex;
            align-items: center; }
            .content .footer .m .t .fl .share a {
              display: block;
              margin-right: 20px; }
  .content .main_partner {
    overflow: hidden;
    width: 100%;
    background: #ECECEC;
    padding: 50px 0 104px 0; }
    .content .main_partner .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_partner .m .pic {
        display: block;
        margin: 0 auto;
        max-width: 90%;
        margin-top: 50px; }
      .content .main_partner .m ul {
        display: flex; }
        .content .main_partner .m ul li {
          width: 25%;
          padding: 50px 0 30px 0;
          border-bottom: 1px solid #DDDFE2; }
          .content .main_partner .m ul li p {
            text-align: center;
            font-size: 34px;
            color: #2f55d4;
            font-weight: bold;
            margin-bottom: 22px; }
          .content .main_partner .m ul li span {
            display: block;
            text-align: center;
            font-size: 16px;
            color: #8492a6; }
  .content .main_news {
    overflow: hidden;
    width: 100%;
    background-image: url(../images/home_48.jpg);
    background-size: cover;
    background-position: center center;
    padding: 45px 0 85px 0; }
    .content .main_news .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_news .m .title {
        position: relative;
        text-align: center;
        font-size: 34px;
        letter-spacing: 1px;
        color: #fff; }
        .content .main_news .m .title::after {
          content: '';
          width: 97px;
          height: 3px;
          background: #fff;
          position: absolute;
          left: 50%;
          bottom: -20px;
          transform: translateX(-50%); }
      .content .main_news .m ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px; }
        .content .main_news .m ul li {
          overflow: hidden;
          width: 49.33333333333333%;
          height: 72px;
          background: #fff;
          margin-top: 17px;
          border-radius: 4px; }
          .content .main_news .m ul li a {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%; }
            .content .main_news .m ul li a .date {
              overflow: hidden;
              width: 106px;
              position: relative; }
              .content .main_news .m ul li a .date::after {
                content: '';
                width: 1px;
                height: 42px;
                background: #ECECEC;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%); }
              .content .main_news .m ul li a .date p {
                font-size: 22px;
                font-weight: bold;
                text-align: center;
                margin-bottom: 5px;
                color: #4d61db; }
              .content .main_news .m ul li a .date span {
                display: block;
                text-align: center;
                font-size: 14px;
                color: #4d61db; }
            .content .main_news .m ul li a .grow {
              overflow: hidden;
              width: calc(100% - 106px);
              height: 100%;
              padding: 0 30px;
              display: flex;
              align-items: center; }
              .content .main_news .m ul li a .grow p {
                font-size: 14px;
                color: #000000;
                width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
  .content .main_Package {
    overflow: hidden;
    padding: 50px 0;
    background: #ECECEC; }
    .content .main_Package .m {
      width: 1200px;
      margin: 0 auto; }
      .content .main_Package .m ul {
        display: flex;
        flex-wrap: wrap; }
        .content .main_Package .m ul li {
          overflow: hidden;
          width: 24%;
          margin-top: 46px;
          background: #fff;
          border-radius: 6px;
          margin-right: 1.33333%;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
          .content .main_Package .m ul li:nth-child(4n) {
            margin-right: 0; }
          .content .main_Package .m ul li .icon {
            overflow: hidden;
            width: 100%;
            padding: 42px 0 47px 0;
            border-bottom: 1px solid #EBEBEB; }
            .content .main_Package .m ul li .icon img {
              display: block;
              margin: 0 auto;
              margin-bottom: 14px; }
            .content .main_Package .m ul li .icon span {
              display: block;
              text-align: center;
              font-size: 26px;
              color: #4d61db; }
          .content .main_Package .m ul li .child {
            overflow: hidden;
            width: 100%;
            min-height: 306px;
            padding: 20px 15px; }
            .content .main_Package .m ul li .child p {
              font-size: 14px;
              color: #3a3a3a;
              padding: 7px 0;
              position: relative;
              padding-left: 15px; }
              .content .main_Package .m ul li .child p::after {
                content: '';
                width: 5px;
                height: 5px;
                border-radius: 4px;
                background: #EBEBEB;
                position: absolute;
                left: 0;
                top: 14px; }
          .content .main_Package .m ul li .btn {
            overflow: hidden;
            width: 100%;
            padding: 30px 0;
            border-top: 1px solid #EBEBEB; }
            .content .main_Package .m ul li .btn div{
              display: flex;
              align-items: center;
              justify-content: center;
              width: 139px;
              border: 1px solid #4d61db;
              border-radius: 4px;
              margin: 0 auto;
              height: 42px; }
            .content .main_Package .m ul li .btn div:hover{
                box-shadow: 3px 2px 10px 3px #757272;
                border: 1px solid #9b9b9b;
            }
              .content .main_Package .m ul li .btn div img {
                display: block;
                margin-right: 10px; }
              .content .main_Package .m ul li .btn div span {
                font-size: 14px;
                color: #4d61db; }
  .content .main_map {
    overflow: hidden;
    width: 100%;
    padding: 50px 0 62px 0; }
    .content .main_map .m {
      width: 1100px !important;
      margin: 0 auto; }
      .content .main_map .m .node-map {
        margin-top: 40px;
        width: 100%;
        height: 430px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative; }
      .content .main_map .m .node-map .introduce {
        position: absolute;
        left: 40px;
        bottom: 100px; }
      .content .main_map .m .node-map .introduce li {
        display: flex;
        align-items: center;
        color: #5e5e5e; }
      .content .main_map .m .node-map .introduce li .map_icon {
        width: 44px;
        height: 44px;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 15px; }
@keyframes anmit_show {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes circle_outside {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1); }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@keyframes circle_inside {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1); }
  50% {
    opacity: 0.4; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
      .content .main_map .m .circle-inside {
        animation: circle_inside 4500ms ease-out 500ms infinite; }
      .content .main_map .m .circle-outside {
        animation: circle_outside 4500ms ease-out 3250ms infinite; }
      .content .main_map .m .circle-inside {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0058ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0.2;
        -webkit-transition: width 0.5s ease-out;
        -moz-transition: width 0.5s ease-out;
        -o-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out; }
      .content .main_map .m .circle-outside {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #0058ff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0.1;
        -webkit-transition: width 0.5s ease-out;
        -moz-transition: width 0.5s ease-out;
        -o-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out; }
      .content .main_map .m .circle-dian {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: auto;
        border-radius: 50%;
        background: #0058ff;
        opacity: 0.8;
        z-index: 4; }
      .content .main_map .m .circle_box {
        width: 44px;
        height: 44px;
        position: relative; }
      .content .main_map .m .node-map .introduce li .map_icon.map_icon1 {
        background-image: url("../img/index/map_icon1.png"); }
      .content .main_map .m .node-map .introduce li .map_icon.map_icon2 {
        background-image: url(../images/map_icon2.png); }
      .content .main_map .m .node-map .map_state {
        position: absolute;
        display: flex;
        align-items: center; }
      .content .main_map .m .node-map .map_state img {
        margin-right: 5px; }
      .content .main_map .m .node-map .map_state.map_state1 {
        top: 115px;
        left: 837px; }
      .content .main_map .m .node-map .map_state.map_state2 {
        top: 204px;
        left: 768px; }
      .content .main_map .m .node-map .map_state.map_state3 {
        top: 168px;
        left: 649px; }
      .content .main_map .m .node-map .map_state.map_state4 {
        top: 224px;
        left: 681px; }
      .content .main_map .m .node-map .map_state.map_state5 {
        top: 306px;
        left: 527px; }
      .content .main_map .m .node-map .map_state.map_state6 {
        top: 286px;
        left: 697px; }
      .content .main_map .m .node-map .map_state.map_state7 {
        top: 275px;
        left: 626px; }
      .content .main_map .m .node-map .map_state.map_state8 {
        top: 257px;
        left: 665px; }
      .content .main_map .m .node-map .map_state.map_state9 {
        top: 321px;
        left: 640px; }
      .content .main_map .m .node-map .map_state.map_state10 {
        top: 333px;
        left: 722px; }
      .content .main_map .m .node-map .map_state.map_state11 {
        top: 367px;
        left: 506px; }
      .content .main_map .m .node-map .map_state.map_state12 {
        top: 392px;
        left: 727px; }
      .content .main_map .m .node-map .map_state.map_state13 {
        top: 412px;
        left: 621px; }
      .content .main_map .m .node-map .map_state.map_state14 {
        top: 469px;
        left: 642px; }
      .content .main_map .m .node-map .map_state.map_state15 {
        top: 457px;
        left: 491px; }
      .content .main_map .m .node-map .map_state.map_state16 {
        top: 528px;
        left: 597px; }
      .content .main_map .m .node-map .map_state.map_state17 {
        top: 363px;
        left: 631px; }
      .content .main_map .m .node-map .map_state.map_state18 {
        top: 291px;
        left: 425px; }
      .content .main_map .m .node-map .map_state.map_state19 {
        top: 363px;
        left: 744px; }
      .content .main_map .m .node-map .map_state.map_state20 {
        top: 328px;
        left: 577px; }
      .content .main_map .m .node-map .map_state.map_state21 {
        top: 434px;
        left: 700px; }
      .content .main_map .m .node-map .map_state.map_state22 {
        top: 425px;
        left: 559px; }
      .content .main_map .m .node-map .map_state.map_state23 {
        top: 462px;
        left: 587px; }
      .content .main_map .m .node-map .map_state.map_state24 {
        top: 170px;
        left: 805px; }
      .content .main_map .m .node-map .map_state.map_state01 {
        top: 218px;
        left: 300px; }
      .content .main_map .m .node-map .map_state.map_state02 {
        top: 358px;
        left: 317px; }
      .content .main_map .m img {
        display: block;
        max-width: 90%;
        margin: 0 auto; }
      .content .main_map .m .link {
        overflow: hidden;
        width: 160px;
        height: 54px;
        border-radius: 4px;
        box-shadow: 0 0 10px #EAECFD;
        margin: 0 auto;
        background: #fff;
        transition: all .1s; }
        .content .main_map .m .link:hover {
          background: #4d61db; }
          .content .main_map .m .link:hover a {
            color: #fff; }
        .content .main_map .m .link a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-size: 16px;
          color: #4d61db; }
  .content .main_agent {
    overflow: hidden;
    width: 100%;
    height: 300px;
    background-image: url(../images/home_24.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .content .main_agent .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto; }
      .content .main_agent .m .tong_title p {
        color: #fff; }
      .content .main_agent .m .tong_title span {
        color: #fff; }
      .content .main_agent .m .btn {
        display: flex;
        align-items: center;
        margin-top: 50px;
        justify-content: center; }
        .content .main_agent .m .btn div {
          overflow: hidden;
          width: 200px;
          height: 62px;
          background: #FFC000;
          border-radius: 4px;
          margin-right: 15px;
          transition: all .2s; }
          .content .main_agent .m .btn div:hover {
            transform: translateY(-3px); }
          .content .main_agent .m .btn div a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: bold;
            color: #fff; }
          .content .main_agent .m .btn div.on {
            background: #fff; }
            .content .main_agent .m .btn div.on a {
              color: #4d61db; }
  .content .main_product {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 45px 0 50px 0; }
    .content .main_product .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto; }
      .content .main_product .m ul {
        display: flex;
        flex-wrap: wrap; }
        .content .main_product .m ul li {
          overflow: hidden;
          width: 25%;
          margin-top: 40px;
          padding: 40px 0 45px 0;
          border: 1px solid #EDEDED;
          border-right: none; }
          .content .main_product .m ul li:last-child {
            border-right: 1px solid #ededed; }
          .content .main_product .m ul li img {
            display: block;
            margin: 0 auto;
            margin-bottom: 10px; }
          .content .main_product .m ul li p {
            text-align: center;
            font-size: 26px;
            color: #3a3a3a;
            margin-bottom: 10px; }
          .content .main_product .m ul li span {
            display: block;
            text-align: center;
            font-size: 16px;
            color: #7a7f99;
            line-height: 24px; }
  .content .tong_title {
    overflow: hidden;
    width: 100%; }
    .content .tong_title p {
      text-align: center;
      font-size: 34px;
      color: #172578;
      margin-bottom: 12px;
      font-weight: bold; }
    .content .tong_title span {
      display: block;
      text-align: center;
      font-size: 16px;
      color: #8492a6; }
  .content .banner {
    width: 100%;
    height: 603px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/home_06.jpg); }
    .content .banner .m {
      width: 1200px;
      overflow: hidden;
      margin: 0 auto; }
      .content .banner .m p {
        font-size: 36px;
        color: #172578;
        font-weight: bold;
        line-height: 48px; }
      .content .banner .m span {
        display: block;
        font-size: 20px;
        color: #7a7f99;
        line-height: 26px;
        margin-top: 20px; }
      .content .banner .m .btn {
        display: flex;
        align-items: center;
        margin-top: 50px; }
        .content .banner .m .btn div {
          overflow: hidden;
          width: 200px;
          height: 62px;
          background: #4d61db;
          border-radius: 4px;
          margin-right: 15px;
          transition: all .2s; }
          .content .banner .m .btn div:hover {
            transform: translateY(-3px); }
          .content .banner .m .btn div a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            font-size: 20px;
            letter-spacing: 1px;
            font-weight: bold;
            color: #fff; }
          .content .banner .m .btn div.on {
            background: #cbd2ff; }
            .content .banner .m .btn div.on a {
              color: #4d61db; }

.main_fadein_login {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .main_fadein_login .box {
    width: 930px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    display: flex; }
    .main_fadein_login .box .form {
      overflow: hidden;
      width: calc(100% - 420px);
      padding: 48px 50px 0 50px; }
      .main_fadein_login .box .form .tit {
        display: block;
        font-size: 14px;
        color: #b1b1b5; }
      .main_fadein_login .box .form .reg {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px; }
        .main_fadein_login .box .form .reg div {
          width: 18px;
          height: 18px;
          border: 1px solid #EBEBEB;
          margin-right: 8px;
          cursor: pointer;
          border-radius: 3px; }
          .main_fadein_login .box .form .reg div.on {
            background-image: url(../images/readyy.png);
            background-size: 100%;
            background-repeat: no-repeat; }
        .main_fadein_login .box .form .reg p {
          font-size: 13px;
          color: #b6b6ba; }
          .main_fadein_login .box .form .reg p a {
            color: #4d61db; }
      .main_fadein_login .box .form .label {
        overflow: hidden;
        width: 100%;
        border-radius: 3px;
        position: relative;
        height: 48px;
        border: 1px solid #E2E2E2;
        margin-bottom: 14px;
        display: flex;
        align-items: center;
        font-size: 12px; }
        .main_fadein_login .box .form .label.on {
          background: #FFF5F5;
          border: 1px solid #f12929; }
          .main_fadein_login .box .form .label.on input::placeholder {
            color: #f12929; }
          .main_fadein_login .box .form .label.on input {
            color: #f12929; }
        .main_fadein_login .box .form .label .icon {
          height: 100%;
          width: 42px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .main_fadein_login .box .form .label .icon img {
            display: block; }
        .main_fadein_login .box .form .label input {
          height: 100%;
          border: none;
          width: calc(100% - 42px);
          font-size: 14px;
          background: none;
          color: #333; }
          .main_fadein_login .box .form .label input::placeholder {
            color: #b1b1b5; }
      .main_fadein_login .box .form .submit {
          border: none;
        overflow: hidden;
        width: 100%;
        border-radius: 3px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        color: #fff;
        background: #4D61DB;
        margin-top: 16px;
        font-weight: bold; }
      .main_fadein_login .box .form .item {
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .main_fadein_login .box .form .item .label {
          width: 220px;
          margin: 0; }
      .main_fadein_login .box .form .send {
        overflow: hidden;
        width: 145px;
        border-radius: 3px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 14px;
        color: #6a6a6a;
        background: #f2f4ff;
        border: 1px solid #DADFFF;
          border-left:none;
      }
      .main_fadein_login .box .form .b {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 75px; }
        .main_fadein_login .box .form .b span {
          font-size: 36px;
          font-weight: bold;
          letter-spacing: 1px;
          color: #4d61db; }
        .main_fadein_login .box .form .b em {
          display: flex;
          font-size: 14px;
          color: #b1b1b5; }
          .main_fadein_login .box .form .b em a {
            color: #4d61db;
            margin-left: 3px;
            text-decoration: underline; }
    .main_fadein_login .box .pic {
      overflow: hidden;
      width: 630px;
      height: 610px;
      border-radius: 6px 0 0 6px;
      background-size: 100% 100%;
      background-image: url(../images/lbg_01.jpg);
      padding-top: 138px;
      position: relative; }
      .main_fadein_login .box .pic div {
        padding: 10px;
        border-radius: 6px;
        position: absolute;
        left: 30px;
        top: 30px;
        width: 160px; }
        .main_fadein_login .box .pic div img {
          width: 100%;
          display: block; }
      .main_fadein_login .box .pic p {
        text-align: center;
        font-size: 32px;
        margin-bottom: 6px;
        letter-spacing: 1px;
        color: #fff;
        font-weight: bold; }
      .main_fadein_login .box .pic span {
        display: block;
        text-align: center;
        font-size: 18px;
        letter-spacing: 1px;
        color: #fff; }
    .main_fadein_login .box .close {
      cursor: pointer;
      position: absolute;
      right: -40px;
      top: 0px;
      display: block; }

.main_fadein_success {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .main_fadein_success .box {
    width: 370px;
    background: #fff;
    position: relative;
    border-radius: 4px;
    padding: 30px 0;
    display: none; }
    .main_fadein_success .box .icon {
      display: block;
      margin: 0 auto;
      margin-bottom: 26px; }
    .main_fadein_success .box.fail p {
      color: #fb954d; }
    .main_fadein_success .box p {
      text-align: center;
      font-size: 22px;
      color: #4d61db;
      margin-bottom: 16px; }
    .main_fadein_success .box span {
      display: block;
      font-size: 14px;
      color: #404040;
      text-align: center;
      margin-bottom: 30px; }
    .main_fadein_success .box .button {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 31px; }
      .main_fadein_success .box .button div {
        overflow: hidden;
        width: 121px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 16px;
        color: #404040;
        border-radius: 4px;
        margin: 0 10px;
        background: #f5f5f5;
        border: 1px solid #DEDFE1; }
        .main_fadein_success .box .button div.look {
          background: linear-gradient(to right, #4E62DC, #6B80FD);
          color: #fff;
          border: none; }
          .main_fadein_success .box .button div.look a {
            color: #fff; }
        .main_fadein_success .box .button div a {
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          color: #404040; }
        .main_fadein_success .box .button div.on {
          color: #fff;
          border: none;
          background: linear-gradient(to right, #FF5200, #FF8E00); }
          .main_fadein_success .box .button div.on a {
            color: #fff; }
    .main_fadein_success .box .close {
      cursor: pointer;
      position: absolute;
      right: -24px;
      top: -23px;
      display: block; }

@media (max-width: 1400px) {
  .m {
    width: 90% !important; }
  .banner .m h1{font-size:20px;}
  .content .tong_title p {
    font-size: 30px; }

  .content .banner .m p {
    font-size: 30px; }

  .content .banner .m span,
  .content .banner .m .btn div a,
  .content .main_agent .m .btn div a {
    font-size: 17px; }

  .content .main_product .m ul li p {
    font-size: 22px; } }
@media (max-width: 1200px) {
  .m {
    width: 90% !important; }

  .content .tong_title p {
    font-size: 28px; }

  .content .main_product .m ul li p {
    font-size: 18px; }

  .content .header .m .icon ul {
    margin-left: 60px; }

  .content .main_product .m ul li span {
    font-size: 14px; } }
@media (max-width: 900px) {
  .m {
    width: 100% !important;
    padding: 0 .24rem !important; }
    .banner .m h1{font-size:1em;line-height: 1em;}
    .des_banner h1{font-size:1em;line-height: 1em;}
    .content .main_buy .m .list .label .child .item .change div{line-height: 1em;}
    .content .main_create .m .form .button div,.content .main_create .m .form .button div a{font-size:12px;}
    .content .main_create .m .form .demo_box ul li{width: 50%;}
    .main_help{padding-top:20px !important;}
    .content .main_content .main_help .list ul li a .fl .date{width: 100%;}
    .content .main_content .main_help .list ul{margin-top:26px;}
    .content .main_content .main_help .list ul li a .fl .grow{padding-left:8px;}
    .grow .t h2{text-align: left;font-size:13px;}
    .content .main_buy .m .list .label .t .title{font-size:14px;}
    .content .main_content .m .main_help_info .head .bot{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .content .main_buy .m .list .label .price div .title{font-size:12px !important;}
    .content .main_buy .m .list .label .icons .icon,.content .main_buy .m .list .label .price div .span{font-size:12px;}
    .content .main_create .m .form .item select{min-width: 98% !important; max-width: 100% !important;}
  .menu {
    display: block;
    width: .38rem; }

  .content .header .m .icon ul {
    display: none; }

  .content .header .m .icon img {
    width: 2rem; }

  .content .header {
    height: 1rem;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

  .null {
    height: 1rem; }

  .content .banner {
    height: 4rem; }

  .content .banner .m p {
    font-size: .2959rem;
    line-height: .4rem; }

  .content .banner .m span {
    font-size: .16rem;
    line-height: .24rem;
    margin-top: .15rem; }

  .content .banner .m .btn {
    margin-top: .43rem; }

  .content .banner .m .btn div {
    width: 1.64rem;
    margin-right: .13rem;
    border-radius: .06rem;
    height: .5rem; }
    .content .banner .m .btn div a {
      font-size: .16rem; }

  .content .main_product {
    background: #F2F2F2;
    padding: .37rem 0 .25rem 0; }

  .content .tong_title p {
    font-size: .34rem;
    margin-bottom: .1rem; }

  .content .tong_title span {
    font-size: .16rem;
    line-height: .24rem; }

  .content .main_product .m ul {
    width: 100%;
    background: #fff;
    margin-top: .3rem; }
    .content .main_product .m ul li {
      width: 50%;
      margin: 0;
      padding: .44rem 0; }
      .content .main_product .m ul li:first-child {
        border-bottom: none; }
      .content .main_product .m ul li:nth-child(2) {
        border-bottom: none; }
      .content .main_product .m ul li img {
        width: .88rem;
        margin-bottom: .1rem; }
      .content .main_product .m ul li p {
        font-size: .26rem;
        margin-bottom: .1rem; }
      .content .main_product .m ul li span {
        font-size: .16rem;
        line-height: .24rem; }

  .content .main_agent {
    height: 3rem; }

  .content .main_agent .m .btn {
    margin-top: .47rem; }

  .content .main_agent .m .btn div {
    width: 2rem;
    height: .62rem;
    border-radius: .06rem;
    margin: 0 .07rem; }
    .content .main_agent .m .btn div a {
      font-size: .2rem; }

  .content .main_map {
    padding: .47rem 0; }

  .content .main_map .m .map img {
    max-width: 100%; }

  .content .main_map .m .map {
    margin: .2rem 0; }

  .content .main_map .m .link {
    width: 1.6rem;
    height: .52rem; }
    .content .main_map .m .link a {
      font-size: .16rem; }

  .content .main_Package {
    padding: .47rem 0; }

  .content .main_Package .m ul {
    display: flex;
    justify-content: space-between;
    margin-top: .25rem;
    flex-wrap: wrap; }
    .content .main_Package .m ul li {
      width: 48%;
      margin-top: .25rem; }

  .content .main_Package .m ul li .icon {
    padding: .44rem 0; }

  .content .main_Package .m ul li .icon img {
    width: .62rem;
    margin-bottom: .1rem; }

  .content .main_Package .m ul li .icon span {
    font-size: .26rem; }

  .content .main_Package .m ul li .child {
    padding: .15rem .3rem;
    min-height: 3.3rem; }

  .content .main_Package .m ul li .child p {
    font-size: .16rem;
    padding: .08rem 0;
    padding-left: .15rem; }
    .content .main_Package .m ul li .child p::after {
      left: 0;
      top: .2rem; }

  .content .main_Package .m ul li .btn {
    padding: .3rem 0; }
    .content .main_Package .m ul li .btn div {
      width: 1.39rem;
      height: .42rem;
      border-radius: .06rem; }
      .content .main_Package .m ul li .btn div img {
        width: .18rem;
        margin-right: .1rem; }
      .content .main_Package .m ul li .btn div span {
        font-size: .14rem; }

  .content .main_news {
    padding: .4rem 0 20px 0; }

  .content .main_news .m .title {
    font-weight: bold;
    font-size: .34rem; }
    .content .main_news .m .title::after {
      width: .97rem;
      bottom: -.2rem;
      height: 1px; }

  .content .main_news .m ul {
    margin-top: .5rem; }
    .content .main_news .m ul li {
      margin: 0;
      margin-top: .15rem;
      height: .82rem;
      width: 100%; }

  .content .main_news .m ul li a .date {
    width: 1.2rem; }
    .content .main_news .m ul li a .date p {
      line-height: 1;
      font-size: .28rem;
      margin-bottom: .06rem; }
    .content .main_news .m ul li a .date span {
      font-size: .16rem; }

  .content .main_news .m ul li a .grow {
    width: calc(100% - 1.2rem);
    padding: 0 .32rem; }
    .content .main_news .m ul li a .grow p {
      font-size: .18rem; }

  .content .main_partner {
    padding: .47rem 0; }

  .content .main_partner .m ul li {
    padding: .44rem 0 .3rem 0; }

  .content .main_partner .m ul li p {
    font-size: .34rem;
    margin-bottom: .2rem; }

  .content .main_partner .m ul li span {
    font-size: .16rem; }

  .content .main_partner .m .pic {
    width: 100%;
    max-width: 100%;
    margin-top: .5rem; }

  .content .footer .m .t {
    display: none; }

  .content .footer {
    padding: 0; }

  .content .footer .m .bottom {
    margin: 0;
    border: none;
    padding: .3rem 0;
      text-align: center;
  }
    .content .footer .m .bottom img {
      display: inline-block;
      width: .18rem; }

  .content .footer .m .bottom span {
    font-size: .16rem;
    text-align: center;
    width: 5rem;
    display: inline; }

  .content .main_news.pc {
    display: none; }

  .content .main_news.mobile {
    display: block; }

  .content .main_news.mobile .swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: .36rem; }
    .content .main_news.mobile .swiper .swiper-pagination {
      font-size: 12px;
      bottom: .06rem; }
    .content .main_news.mobile .swiper .swiper-pagination-bullet {
      width: .3rem;
      height: .03rem;
      border-radius: 0;
      margin: 0 .03rem;
      background: rgba(255, 255, 255, 0.3); }
    .content .main_news.mobile .swiper .swiper-pagination-bullet-active {
      background: #fff; }

  .mobile_navbar {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    display: none; }

  .mobile_navbar .box {
    width: 70%;
    position: absolute;
    right: -70%;
    top: 0;
    overflow: auto;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

  .mobile_navbar .box ul {
    overflow: hidden; }

  .mobile_navbar .box ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ECECEC; }

  .mobile_navbar .box ul li > a {
    display: flex;
    align-items: center;
    height: 100%;
    height: .9rem;
    padding-right: .2rem;
    padding-left: .3rem;
    font-size: .28rem;
    color: #333;
    justify-content: space-between; }

  .mobile_navbar .box ul li > a.on img {
    transform: rotate(90deg); }

  .mobile_navbar .box ul li > a img {
    transition: all .2s;
    width: .18rem; }

  .childer {
    overflow: hidden;
    padding-left: .3rem;
    display: none; }

  .childer a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ECECEC;
    height: 100%;
    height: .9rem;
    padding-left: .5rem;
    font-size: .26rem;
    color: #333; }

  .mobile_navbar .box ul li div {
    display: none; }

  .mobile_navbar .box ul li div a {
    display: flex;
    align-items: center;
    height: .8rem;
    padding-left: .6rem;
    color: #9D9EA5;
    font-size: .25rem; }

  .mobile_navbar .box ul li div p {
    display: flex;
    align-items: center;
    height: .8rem;
    padding-left: .6rem;
    color: #333;
    font-size: .25rem; }

  .mobile_navbar .box ul li div span a {
    color: #333; }

  .mobile_navbar .box > img {
    width: .4rem;
    margin: .3rem;
    float: right; }

  .childer a:last-child {
    border: none; }

  .content .des_banner {
    height: 3rem; }

  .content .des_banner div p {
    font-size: .36rem;
    line-height: .45rem;
    margin-bottom: .12rem; }

  .content .des_banner div {
    width: 90%;
    margin: 0 auto; }

  .content .des_banner div span {
    font-size: .18rem; }

  .content .main_buy {
    padding: .45rem 0; }

  .content .main_buy .m .list {
    justify-content: space-between;
    margin-top: .3rem; }

  .content .main_buy .m .list .label {
    width: 3.38rem;
    margin: 0;
    margin-top: .25rem; }

  .content .main_buy .m .list .label .t {
    height: .62rem;
    padding-left: .2rem; }
    .content .main_buy .m .list .label .t img {
      width: .22rem;
      margin-right: .06rem; }
    .content .main_buy .m .list .label .t span {
      font-size: .22rem; }

  .content .main_buy .m .list .label .icons {
    width: .92rem;
    height: .5rem;
    top: -.05rem;
    padding: 0;
    padding-top: .05rem; }

  .content .main_buy .m .list .label .icons p {
    font-size: .18rem; }

  .content .main_buy .m .list .label .icons span {
    font-size: .12rem; }

  .content .main_buy .m .list .label .child {
    padding-bottom: .15rem; }

  .content .main_buy .m .list .label .child .item {
    margin-top: .15rem;
    padding: 0 .2rem; }
    .content .main_buy .m .list .label .child .item p {
      font-size: .16rem; }
    .content .main_buy .m .list .label .child .item .change {
      width: 1.6rem;
      height: .36rem; }
      .content .main_buy .m .list .label .child .item .change div {
        width: .36rem; }
      .content .main_buy .m .list .label .child .item .change input {
        width: calc(100% - .72rem);
        font-size: .16rem; }

  .content .main_buy .m .list .label .child .item select {
    width: 1.6rem;
    height: .36rem;
    padding-left: .1rem;
    font-size: .16rem;
    background-size: .1rem; }

  .content .main_buy .m .list .label .child .item .change div img {
    width: .15rem; }

  .content .main_buy .m .list .label .price {
    padding: .2rem 0; }

  .content .main_buy .m .list .label .price div {
    padding-left: .2rem; }
    .content .main_buy .m .list .label .price div p {
      font-size: .14rem; }
    .content .main_buy .m .list .label .price div span {
      font-size: .32rem; }

  .content .main_buy .m .list .label .price div span img {
    width: .2rem; }

  .content .main_buy .m .list .label .buys {
    height: .85rem; }
    .content .main_buy .m .list .label .buys a {
      width: 1.39rem;
      height: .42rem; }
      .content .main_buy .m .list .label .buys a img {
        width: .18rem; }
      .content .main_buy .m .list .label .buys a span {
        font-size: .16rem; }

  .content .main_buy .m .list .label ul {
    padding: .1rem .22rem; }

  .content .main_buy .m .list .label ul li {
    padding: .1rem .2rem; }
    .content .main_buy .m .list .label ul li p {
      font-size: .16rem; }

  .content .main_buy .m .list .label .child .item .ls div {
    width: .36rem;
    height: .36rem;
    margin-left: .1rem;
    font-size: .14rem; }

  .content .main_buy .m .list .label .child .item .ls div.on::after {
    width: .1rem;
    height: .1rem; }

  .content .main_buy .m .main_customized {
    margin-top: .2rem;
    height: 1.77rem; }

  .content .main_buy .m .main_customized .vip {
    width: 1.83rem; }

  .content .main_buy .m .main_customized .vip div img {
    width: .52rem;
    margin-bottom: .17rem; }

  .content .main_buy .m .main_customized .vip div span {
    font-size: .28rem; }

  .content .main_buy .m .main_customized ul {
    width: calc(100% - 1.83rem); }

  .content .main_buy .m .main_customized ul li {
    height: 100%;
    padding-top: .5rem; }

  .content .main_buy .m .main_customized ul li div {
    width: .32rem;
    font-size: .22rem;
    margin-bottom: .06rem;
    height: .32rem; }

  .content .main_buy .m .main_customized ul li span {
    font-size: .16rem;
    line-height: .22rem;
    width: 1rem;
    margin: 0 auto; }

  .content .main_buy .m .main_customized ul li div::after {
    width: .88rem;
    left: .34rem;
    height: 1px; }

  .content .main_scene {
    padding: .46rem 0;
    background: #F5F5F5; }

  .content .main_scene .m ul {
    width: 100%;
    display: block;
    margin-top: .35rem; }
    .content .main_scene .m ul li {
      width: 100%;
      padding: .4rem .3rem; }

  .content .main_scene .m ul li img {
    width: .75rem;
    margin-bottom: .2rem; }

  .content .main_scene .m ul li p {
    font-size: .32rem;
    margin-bottom: .1rem; }

  .content .main_scene .m ul li span {
    font-size: .2rem;
    line-height: .3rem; }

  .main_fadein_login .box .pic {
    display: none; }

  .main_fadein_login .box {
    width: 6.9rem; }

  .main_fadein_login .box .form {
    width: 100%;
    padding: .3rem; }

  .main_fadein_login .box .form .b span {
    font-size: .4rem; }

  .main_fadein_login .box .form .b {
    margin: 0;
    padding: .2rem 0; }

  .main_fadein_login .box .form .b em {
    font-size: .24rem; }

  .main_fadein_login .box .form .label {
    height: .9rem; }

  .main_fadein_login .box .form .label .icon {
    height: 100%;
    width: .9rem; }

  .main_fadein_login .box .form .label .icon img {
    width: .3rem; }

  .main_fadein_login .box .form .label input {
    width: calc(100% - .9rem);
    font-size: .25rem; }

  .main_fadein_login .box .form .item .label {
    width: 60%; }

  .main_fadein_login .box .form .send {
    height: .9rem;
    width: 35%; }

  .main_fadein_login .box .form .submit {
    height: .9rem;
    font-size: .3rem; }

  .main_fadein_login .box .close {
    width: .45rem;
    right: 0;
    top: -.8rem;
    border-radius: 50%; }

  .content .header .m .link {
    display: none; }

  .loginas {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem; }
    .loginas a {
      display: flex;
      align-items: center;
      padding: 0 22px;
      margin-left: 10px;
      height: 36px;
      justify-content: center;
      font-size: 14px;
      color: #444444;
      border-radius: 3px;
      transition: all .2s;
      background: #4D61DB;
      color: #fff; }

  .flex_icon {
    display: none; }

  .content .main_map {
    display: none; }.piclist .line {
                      margin-top: -.1rem; }

  .piclist .line div {
    width: .88rem;
    height: 1rem;
    margin: 0 .05rem; }

  .piclist {
    margin-top: .3rem; } }

/*# sourceMappingURL=css.css.map */
