
.index_wrap{
    background-color: #f7f8fc;
    width: 100%;
    min-width: 1200px;
}
.w1200{
    width: 1200px;
    margin:0 auto;
}
.logo_login{
    height: 105px;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.15);
    border-top: 3px solid #1f2025;
}
.logo_login .w1200{
    display: flex;
    height: 100%;
    /* justify-content: center; */
    align-items: center;
    justify-items: center;
}
.logo img{
    width: 192px;
    margin-left: 50px;
    display: block;
}
.login{
    margin-left: auto;
}
.login .loginbtn{
    width: 93px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #626262;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 40px;
    border:1px solid #626262;
    cursor: pointer;
}
.login .loginbtn:hover{
    background-color: #00a2e6;
    color: #fff;
    border: 1px solid #00a2e6;
    transition: all 0.5s;
}
.hy{
    color: #1f2025;
    margin-right: 40px;
    display: none;
}
.active h3{
    color: #00a2e6;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.active-list{
    display: flex;
    gap:15px;
    justify-content:space-between;
}
.ac-li{
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 0 13px rgba(127,127,127,.14);
}
.ac-li:hover{
    box-shadow: 0 0 13px rgba(0,162,230,.14);
}
.ac-li img{
    width: 100%;
}
.ac-li .title{
    margin: 20px 20px 5px 20px;
    color: #5b5e66;
    font-size: 16px;
}
.ac-li .time{
    margin: 0px 20px 20px 20px;
    color: #5b5e66;
    font-size: 16px;
}
.market .mar-top{
    margin-top: 30px;
    padding-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #e2e2e2;
}
.market .mar-top h3{
    color: #00a2e6;
    font-size: 30px;
    line-height: 1.3;
}
.mart-le,.mart-ri{
    display: flex;
    align-items: center;
}
.gray{
    color: #8f9197;
    font-size: 20px;
    margin-left: 10px;
}
.mart-ri .my,.mart-ri .fabu{
    width: 80px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #00a2e6;
    font-size: 16px;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.mart-ri .fabu{
    background-color: #f19630;
}
.mart-ri{
    margin-left: auto;
}
.mar-list{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-top: 20px;
}
.mar-li{
    padding: 1.5%;
    background-color: #fff;
    cursor: pointer;
    width: 29%;
    margin-bottom: 35px;
    box-shadow: 0 0 13px rgba(127,127,127,.14);
}
.mar-li:hover{
    box-shadow: 0 0 13px rgba(0,162,230,.14);
}
.mar-li .intext{
    color: #5b5e66;
    font-size: 16px;
    background: url(../img/2.jpg) no-repeat left center;
    padding-left: 10px;
    line-height: 1.5;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.m-l{
    padding-top: 20px;
    color: #bbbbbb;
    font-size: 14px;
    display: flex;
    border-top: 1px solid #f4f4f4;
}
.m-l .user{
    margin-left: 20px;
}
.m-l .date{
    margin-left: 40px;
}
.mrlist{
    padding-bottom: 50px;
}
.mrlist .mrli{
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #727a90;
    font-size: 16px;
    display: flex;
    cursor: pointer;
}
.mrlist .mrli:nth-child(2n){
    background: #f7f8fc;
}
.mrli:hover{
    box-shadow: 0 0 13px rgba(0,162,230,.14);
}
.mrtip{
    width: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 24px;
}
.mr-u,.mr-t{
    color: #c2c2c2;
    font-size: 14px;
}
.mr-t{
    margin-left: 20px;
}
.mr-u{
    margin-left: 10%;
}
.fixwrap{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}
.infomation{
    width: 980px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -530px;
    z-index: 5;
    background: #fff;
    padding: 40px;
    display: none;
}
.close img{
    position: absolute;
    top: -75px;
    right: -55px;
    width: 60px;
    height: 60px;
    display: block;
    cursor: pointer;
}
.infobox h5{
    font-size: 16px;
    color: #5b5e66;
    margin-bottom: 10px;
}
.sjdate{
    display: flex;
    color: #bbbbbb;
    font-size: 14px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}
.fasj{    
    margin-left: 10px;
}
.detail{
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1.5;
}
.fabu_dialog{
    width: 964px;
    border-radius: 5px;
    height: 540px;
    background-color: #fff;
    padding: 60px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -550px;
    z-index: 5;
    display: none;
}
.black{
    font-size: 18px;
    color: #3a3a3a;
    font-weight: bold;
    margin-bottom: 7px;
}
.fbbtnr{
    width: 98%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #f6f6f8;
    border: 1px solid #dddddd;
    color: #929292;
    font-size: 16px;
    padding-left: 2%;
    margin-bottom: 30px;
}
.type{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.t-btn{
    width: 120px;
    line-height: 50px;
    text-align: center;
    color: #838383;
    font-size: 18px;
    background-color: #f6f6f8;
    border: 1px solid #dddddd;
    margin-right: 30px;
    border-radius: 10px;
    cursor: pointer;
}
.t-btn.on{
    color: #00a2e6;
    border: 1px solid #00a2e6;
}
.maintext{
    display: flex;
    align-items: center;
}
.blue{
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #00a2e6;
    color: #fff;
    font-size: 16px;
}
.zis{
    color: #929292;
    font-size: 14px;
    margin-left: 20px;
}
.textarea{
    width: 96%;
    height: 200px;
    background-color: #f6f6f8;
    border: 1px solid #dddddd;
    color: #929292;
    font-size: 16px;
    padding: 2%;
}
.fb-btn{
    width: 234px;
    height: 53px;
    line-height: 53px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    background-color: #f19630;
}
.error-msg {
    position: fixed;
    width: 300px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    left: 50%;
    top: 40%;
    margin-left: -170px;
    line-height: 1.5;
    font-size: 14px;
    border-radius: 8px;
    z-index: 15;
    text-align: center;
    font-size: 14px;
}
.dn{
  display: none;
}
.my_dialog{
    width: 890px;
    border-radius: 3px;
    background-color: #fff;
    padding:30px 60px 15px 60px;
    position: fixed;
    top: 12%;
    left: 50%;
    margin-left: -505px;
    z-index: 5;
    display: none;
}
.my_log{
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.my_log .yellow{
    color: #f19630;
    font-weight: bold;
    font-size: 24px;
}
.ten{
    color: #3a3a3a;
    font-size: 16px;
}
.myli{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    border-top: 1px solid #e4e4e4;
}
.myli .myleft{
    width: 80%;    
    color: #929292;
    font-size: 16px;
}
.myli .myleft .fs16{
    width: 99%;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.myli .fs14{
    color: #cecece;
    font-size: 14px;
}
.myright{
    margin-left: auto;
}
.myright .mybtn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.myright .mybtn.m1{
    background: #83b1c4;
}
.myright .mybtn.m3{
    color: #4b4b4b;
    background: #d8d8d8;
    cursor: default;
}
.myright .mybtn.m2{
    background: #dc3546;
    margin-left: 10px;
}
.myanniu{
    display: flex;
}
.nonefix {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  background: rgba(0, 0, 0, .6);
  display: none;
}
.dialog {
  position: absolute;
  top: 41%;
  width:500px;
  left: 50%;
  margin-left: -250px;
  z-index: 15;
  background: #fff;
  border-radius: 5px;
  display: none;
}
.diatit {
  /* height: 100px; */
  text-align: center;
  color: #333;
  font-size: 20px;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
  line-height: 1.5;
}
.diabtn {
  width: 100%;
}
.diabtn .w50 {
  width: 49%;
  height: 60px;
  cursor: pointer;
  line-height: 60px;
  text-align: center;
}
.btnsure {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-right: 1px solid #eee;
}
.login-dialog{
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    width: 608px;
    padding-bottom: 70px;
    text-align: center;
    display: none;
    z-index: 6;
}
.login-dialog h1{
    color: #00a2e6;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.login-dialog .ewm img{
    display: block;
    width: 326px;
    height: 326px;
    margin: 0 auto;
    text-align: center;
}
.login-dialog p{
    color: #3f3f3f;
    font-size: 16px;
    margin-top: 40px;
}
.reg-dialog{
    background-color: #fff;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    width: 608px;
    text-align: center;
    display: none;
    z-index: 5;
}
.reg-dialog h1{
    color: #00a2e6;
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.reg-dialog .telphone{
    width: 375px;
    height:50px;
    line-height:50px;
    border: 1px solid #9eadb7;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #5f5f5f;
    font-size: 14px;
    background-color: #fff;
    padding-left: 5px;
}
.reg-dialog .yzmbox{
    width: 375px;
    height:50px;
    line-height:50px;
    border: 1px solid #9eadb7;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: #fff;
    padding-left: 5px;
    display: flex;
    align-items: center;
}
.reg-dialog .yzmbox .yzm{
    height:50px;
    line-height:50px;
    background: none;
    appearance: none;    
    border: none;
    color: #5f5f5f;
    font-size: 14px;
}
.getyzm{
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background-color: #00a2e6;
    margin-left: auto;
    margin-right: 20px;
}
.blue_logbtn{
    width: 380px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #00a2e6;
    color: #fff;
    font-size: 30px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    font-weight: bold;
    cursor: pointer;
}
.bgapp{
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 47px;
    display: flex;
    color: #7e7e7e;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bgapp img{
    margin-right: 10px;
}
.reg-bottom{
    background-color: #eaeaea;
    height: 45px;
    line-height: 45px;
    color: #8c8c8c;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reg-bottom span{
    color: #00a2e6;
}
.ysxybox1,.ysxybox2{
    background-color: #fff;
    position: fixed;
    top: 12%;
    left: 50%;
    margin-left: -500px;
    width: 908px;
    text-align: center;
    display: none;
    z-index: 5;
    padding: 50px;
    line-height: 1.5;
}
.ysxycon{
    text-align: left;
    font-size: 12px;
    color: #5f5f5f;
    height:550px;
    /* overflow-y: auto; */
}
.goback{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00a2e6;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 20px;
}
.yzm-log{
    background-color: #f5f5f5;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    width: 608px;
    text-align: center;
    display: none;
    z-index: 5;
    padding: 58px 0;
}
.yzm-log .yzmtp{
    display: flex;
    align-items: center;
    justify-content: center;
}
.yzm-log .yzmtp canvas{
    width:207px;
    height: 50px;    
}
.yzm-log .yzmtp button{
    width: 150px;
    height: 50px;    
    line-height: 50px;
    text-align: center;
    background-color: #00a2e6;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    appearance: none;
    border: none;
    margin-left: 20px;
}
.yzm-log .yzmpic {
    width: 375px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #9eadb7;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #5f5f5f;
    font-size: 14px;
    background-color: #fff;
    padding-left: 5px;
    margin-top: 25px;
}
.yzm_sure {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #00a2e6;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}
iframe {
    width: 100%;
    height: 100%;
    background: #fff;
}
@media (max-width: 599px) {
    .index_wrap {
        width: 100%;
        min-width: 0;
    }
    .logo_login{
        display: none;
    }
    .active{
        display: none;
    }
    .w1200{
        width: 100%;
    }
    .market .mar-top{
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 7px;    align-items: center;
    }
    .market .mar-top h3{
        font-size: 16px;
        line-height: 1;
        margin-left: 5px;
    }
    .gray{
        font-size: 12px;
    }
    .mart-ri .my, .mart-ri .fabu {
        width: 56px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: normal;
    }
    .mar-list {
        width: 94%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .mar-li {
        width: 45%;
        margin-bottom: 8px;
    }
    .mar-li .intext {
        font-size: 14px;
        padding-left: 10px;
        line-height: 1.5;
        margin-bottom: 9px;
    }
    .m-l {
        padding-top: 2px;
        font-size: 12px;
        display: block;
    }
    .m-l .user {
        margin-left: 10px;
    }
    .m-l .date {
        margin-left: 10px;
    }
    .mrlist .mrli {
        height: 45px;
        line-height: 45px;
        font-size: 13px;
    }
    .mrtip {
        width: 68%;
        margin-left: 10px;
    }
    .mr-u {
        display: none;
    }
    .mr-t {
        margin-left: 5px;
        font-size: 12px;
    }
    .infomation{
        width: 90%;
        left: 2%;
        margin-left: 0;
        padding: 20px 3%;
    }
    .sjdate {
        padding-bottom: 11px;
        margin-bottom: 20px;
    }
    .close img {
        position: absolute;
        top: -68px;
        right: 50%;
        width: 44px;
        height: 44px;
        margin-right: -22px;
    }
    .fabu_dialog {
        width: 90%;
        height:auto;
        padding: 3%;
        top: 15%;
        left: 2%;
        margin-left:0px;
    }
    .textarea{
        height: 120px;
    }
    .type{
        flex-wrap: wrap;
        justify-content:start;
    }
    .t-btn {
        width: 70px;
        line-height: 45px;
        font-size: 14px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .my_dialog {
        width: 90%;
        padding: 30px 10px 15px 10px;
        left: 2%;
        margin-left: 0px;
    }
    .my_log .yellow {
        font-size: 20px;
    }
    .ten {
        font-size: 14px;
    }
    .myli{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .myli .myleft{
        width: 70%;
        font-size: 12px;
    }
    .myli .fs14{
        font-size: 12px;
    }
    .myright .mybtn{
        width: 62px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
    }
    .myright .mybtn.m1{
        margin-bottom: 7px;
    }
    .myanniu{
        display: block;
    }
    .myright .mybtn.m2{
        margin-left: 0;
    }
    .dialog{
        width: 90%;
        left: 5%;
        margin-left: 0;
    }
}
