@import "../iconfont/iconfont.css";

* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%
}
h1,h2,h3,h4{
    font-size: 14px;
}
a{
    text-decoration: none;
}
body {
    font-size       : 0.28rem;
    margin          : 0;
    background-color: #F5F5F5;
    color           : #333333;
    padding-top     : 0.88rem;
}

.header {
    position        : fixed;
    top             : 0;
    width           : 100%;
    display         : flex;
    align-items     : center;
    justify-content : space-between;
    height          : 0.88rem;
    background-color: #fff;
    padding         : 0 17px 0 8px;
    z-index         : 99;
}

.header .logoImg {
    width : 2.1rem;
    height: 0.66rem;
}
.header .logoImg a{
    display: block;
    width: 100%;
    height: 100%;
}
.header .logoImg img {
    width : 100%;
    height: 100%;
}
.header .iconfont{
    font-size: 24px;
}
.headMenu {
    position: fixed;
    top     : 0.88rem;
    right   : -260px;
    height  : calc(100vh - 0.88rem);
    z-index : 99;
    width   : 260px;
    overflow: auto;
}

.headMenu .layui-panel {
    height    : 100%;
    border-top: none;
}

.headMenu .layui-menu {
    margin: 0;
}
.layui-menu .layui-menu-item-up>.ulGroup{
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.layui-menu .layui-menu-item-down>.ulGroup{
    visibility: visible;
    height: auto;
}
.businessMask {
    display   : none;
    position  : fixed;
    left      : 0;
    top       : 0;
    width     : 100%;
    height    : 100%;
    opacity   : 0.5;
    background: #000;
    z-index   : 11;
}

.businessMask.active {
    display: block;
}

.footer {
    background: url('footer.png') no-repeat;
    background-size: 100% 100%;
    padding   : 0.48rem 0.2rem 0.2rem 0.3rem;   
}
.concatDiv{
    position: relative;
}
.concatDiv .codeDiv{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    right: 40px;
    top: -20px;
}
.footer .codeDiv img{
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 5px;
}
.footer .consult{
    width: 6.7rem;
    height: 0.9rem;
    border: 1px solid #C1C0C6;
    border-radius: 4px;
    text-align: center;
    line-height: 0.9rem;
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 25px;
}
.footerLine{
    width: 6.9rem;
    height: 1px;
    background: #47514C;
    margin: 30px 0;
}
.flexList{
    display: flex;
    line-height: 24px;
}
.flexList .left{
    width: 45px;
}
.flexList .right{
    flex: 1;
}
.company {
    margin: 20px 0 10px 0;
    color     : #9D9D9D;
}
.company a{
    color     : #9D9D9D;
}
.footBtn {
    height    : 1rem;
    background: #FFFFFF;
}
.footBtn img{
    width: 0.4rem;
    height: 0.4rem;
}
.footBtn-line{
    width: 2px;
    height: 13px;
    background: #21CA63;
    margin: 0 45px;
}
.footBtn>div {
    text-align   : center;
    color: #21CA63;
    font-size: 15px;
    font-weight: bold;
}
.footBtn a{
    color: #21CA63;
    font-size: 15px;
    font-weight: bold;
}
.smallfont {
    font-size: 0.24rem;
}

.boldfont {
    font-weight: bold;
}

.text-label {
    color: #999999;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #21CA63;
}

.text-lg {
    font-size: 0.5rem;
}

.f16 {
    font-size: 16px !important;
}
.f16 h4{
    font-size: 16px !important;
}

.clearfix::after {
    content: '';
    display: block;
    clear  : both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.flex{
    display    : flex;
}
.flex.between {
    justify-content: space-between;
}
.flex.column {
    flex-direction: column;
}
.flexDiv {
    display    : flex;
    align-items: center;
}

.flexDiv.between {
    justify-content: space-between;
}
.flexDiv.around {
    justify-content: space-around;
}

.flexDiv.column {
    flex-direction: column;
}

.flexDiv.center {
    justify-content: center;
}
.pt25{
    padding-top: 25px;
}
.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}
.mr2{
    margin-right: 2px;
}
.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb40{
    margin-bottom: 40px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}
.w200{
    width: 200px;
}
.btnGroup div {
    width        : 1.4rem;
    height       : 0.6rem;
    line-height  : 0.6rem;
    text-align   : center;
    border-radius: 4px;
}

.btnGroup .free {
    background-color: #fff;
    color           : #21CA63;
    margin-right    : 0.4rem;
}

.btnGroup .video {
    background-color: #FFAF2C;
    color           : #fff;
}

.bg-white {
    background-color: #ffffff;
}

.bg-blue {
    background-color: #DDEFFF;
}

.content-title {
    font-size  : 0.38rem;
    text-align : center;
    font-weight: bold;
}

.smallTitle {
    text-align: center;
    color: #909090;
    margin-bottom: 24px;
    margin-top: 10px;
}

.mfsyBox {
    width          : 1.2rem;
    height         : 1.2rem;
    background     : #FFAF2C;
    border-radius  : 5px;
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: center;
}

.my-btn {
    width        : 1.4rem;
    height       : 0.6rem;
    line-height  : 0.6rem;
    background   : #21CA63;
    border-radius: 4px;
    text-align   : center;
    color        : #fff;
    font-size    : 0.24rem;
}

.grid-2 {
    display              : grid;
    grid-template-columns: repeat(2, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 10px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}

.grid-3 {
    display              : grid;
    grid-template-columns: repeat(3, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 16px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}

.grid-3-5 {
    display              : grid;
    grid-template-columns: repeat(3, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(5, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 10px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}

.grid-4 {
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 5px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}
.grid2-2{
    display              : grid;
    grid-template-columns: repeat(2, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 12px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}
.grid2-4 {
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 12px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}

.grid-5 {
    display              : grid;
    grid-template-columns: repeat(5, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 12px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}

.grid2-5 {
    display              : grid;
    grid-template-columns: repeat(5, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-column-gap      : 0;
    grid-row-gap         : 10px;
    grid-auto-flow       : row;
}

.grid-6 {
    display              : grid;
    grid-template-columns: repeat(6, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 5px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}
.grid5-2{
    display              : grid;
    grid-template-columns: repeat(5, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 12px;
    grid-auto-flow       : row;
}
.grid2-5>div {
    margin-bottom: 5px;
}

.grid-3 {
    display              : grid;
    grid-template-columns: repeat(3, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(2, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 16px;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}
.footerGrid{
    display              : grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap      : 0.2rem;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
}
.content1 {
    height         : 4.6rem;
    background-size: 100% 4.6rem;
    padding-top    : 0.3rem;
}
.content1 .img1{
    width: 5.6rem;
    margin-bottom: 18px;
}
.content1 .img2{
    width: 5.24rem;
}
.content1 .img3{
    position: absolute;
    top: 20%;
}
.content3 {
    padding: 0.5rem 0.2rem 0.4rem 0.2rem;
}
.labelDiv img {
    width        : 0.52rem;
    height       : 0.52rem;
    margin-bottom: 5px;
}

.contentImg {
    padding: 0.2rem 0;
}

.contentImg img {
    width : 100%;
}
.contentLabel{
    width: 7rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    transform: translateY(-15px);
    display              : grid;
    grid-template-columns: repeat(2, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(3, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-column-gap :0.6rem;
    grid-row-gap:0.3rem;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
    padding: 0.4rem 0.2rem;
    line-height: 17px;
}
.contentLabel img{
    width: 15px;
    height: 15px;
}
.lookMore{
   display: flex;
   justify-content: center;
   align-items: center;
}
.lookMore a{
    background: #21CA63;
    display: inline-block;
    color: #FFF;
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    border-radius: 16px;
    text-align: center;
}
.tagContent {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
}

.tag1 {
    height       : 0.36rem;
    line-height  : 0.36rem;
    background   : #DDEFFF;
    border-radius: 4px;
    font-size    : 0.24rem;
    color        : #21CA63;
    padding      : 0 0.1rem;
    text-align   : center;
    margin-right : 5px;
    margin-bottom: 6px;
}

.tag2 {
    height       : 0.36rem;
    line-height  : 0.36rem;
    background   : #FFFFFF;
    border-radius: 4px;
    font-size    : 0.24rem;
    color        : #21CA63;
    padding      : 0 0.1rem;
    text-align   : center;
    margin-right : 5px;
    margin-bottom: 6px;
}

.layui-menu li {
    margin: 0;
}

.contextDiv-2 {
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contextDiv {
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
}

.layui-menu .layui-menu-item-checked a,
.layui-menu .layui-menu-item-checked2 a {
    color: #21CA63;
}

.layui-menu .layui-menu-item-checked:after {
    border-right: 3px solid #21CA63;
}

.form_box {
    width          : 100%;
    display        : flex;
    flex-direction : column;
    justify-content: center;
}

.mainform {
    width  : 100%;
    padding: 20px 40px 40px 40px;
}

.imgContent {
    width          : 100%;
    height         : 300px;
    background     : url('/img/banner.png') no-repeat;
    background-size: 100% 300px;
}

.mfsybox h1 {
    font-size : 26px;
    color     : #21CA63;
    text-align: center;
}

.mfsybox p {
    font-size : 13px;
    color     : #999999;
    text-align: center;
    margin    : 8px 0 32px 0;
}

.form_box .layui-input {
    height          : 46px;
    line-height     : 46px;
    border-radius   : 6px;
    border          : 1px solid #DCDFE6;
    color           : #606266;
    background-color: #FFF;
    width           : 100%;
}

.form_box .layui-input:hover {
    border: 1px solid #D2D2D2 !important;
}

.form_box .layui-input:focus {
    border: 1px solid #D2D2D2 !important;
}

.form_box .mfsyInputs input {
    padding-left : 30px;
    margin-bottom: 24px;
}

.form_box .my-input {
    position : relative;
    font-size: 14px;
    width    : 100%;
}

.form_box .my-input .iconfont {
    position   : absolute;
    top        : 0;
    left       : 8px;
    transition : all .3s;
    height     : 100%;
    color      : #C0C4CC;
    text-align : center;
    line-height: 40px;
}

.form_box .myBtn {
    height          : 52px;
    line-height     : 52px;
    background-color: #1E9FFF;
    color           : #FFF;
    text-align      : center;
    border-radius   : 6px;
}

.form_box .submit53.layui-btn {
    height       : 40px;
    line-height  : 40px;
    border-radius: 6px;
}

.video_box_common {
    width           : 90%;
    height          : 70%;
    background-color: #000;
    position        : fixed;
    left            : 5%;
    z-index         : 9999;
    top             : 50%;
    transform       : translateY(-50%);
}

.del_icon_common {
    position        : absolute;
    right           : 0;
    top             : 0;
    width           : 30px;
    height          : 30px;
    border-radius   : 50%;
    background-color: #fff;
    border          : none;
}

.video_data_common {
    width           : 90%;
    height          : 70%;
    background-color: #000;
    position        : absolute;
    left            : 5%;
    z-index         : 9999;
    top             : 50%;
    transform       : translateY(-50%);
}
.contentImg1{
    width: 5.1rem;
    height: 0.8rem;
}
.contentImg2{
    width: 2.24rem;
    height:0.96rem
}
.contentImg3{
    width: 6.6rem;
    height: 3.3rem;
}
.regBtn{
    width: 1.8rem;
}
.regImg{
   position: relative; 
}
.regImg>img{
    display: block;
}
.regContent{
    position: absolute;
    bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.regContent>div{
    width: 1.8rem;
    height: 0.56rem;
    background: #FCFFFF;
    border-radius: 14px;
    text-align: center;
    line-height: 0.56rem;
    color: #21CA63;
    font-size: 12px;
}
.regContent>p{
    color: #FFFFFF;
    font-size: 15px;
}
.grid2-4{
    display              : grid;
      grid-template-columns: repeat(2, 1fr);
      /* 相当于 1fr 1fr 1fr */
      grid-template-rows   : repeat(4, 1fr);
      /* fr单位可以将容器分为几等份 */
      grid-gap             : 0.6rem;
      /* grid-column-gap 和 grid-row-gap的简写 */
      grid-auto-flow       : row;
  }
  .size78{
    width: 0.78rem;
    height: 0.78rem;
  }
  .max150{
    max-width: 3rem;
  }
  .agentGrid{
    display              : grid;
    grid-template-columns: repeat(2, 1fr);
    /* 相当于 1fr 1fr 1fr */
    grid-template-rows   : repeat(3, 1fr);
    /* fr单位可以将容器分为几等份 */
    grid-gap             : 0.6rem;
    /* grid-column-gap 和 grid-row-gap的简写 */
    grid-auto-flow       : row;
  }