@charset "utf-8";

.foot-color{
    height: 35px;
}
.foot-color a {
    color: #fff;
}
.mainBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dt.png) no-repeat center;
    background-size: cover;
    overflow-y: auto;
}

.top-box {
    margin-top: 40px;
}

.free-title {
    font-size: 20px;
    color: #fff;
    margin-left: 12px;
    height: 34px;
    line-height: 34px;
}

.logo-content .logo-link {
    display: block;
    width: 195px;
    height: 34px;
    /* border-right: 1px solid #fff; */
}

.logo-content .logo-link img {
    width: 100%;
    height: 100%;
}

.pho-content .free-pho {
    background: url(../images/phone.png) no-repeat left center;
    padding-left: 18px;
    margin-right: 30px;
    font-size: 14px;
    color: #fff;
}

.pho-content a {
    font-size: 14px;
    color: #fff;
}

.pho-content .load {
    display: inline-block;
    width: 108px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 30px;
}

/* 中间 */
.accordingNeeds {
    width: 842px;
    margin: 75px auto 0;
}

.accordingOne {
    width: 718px;
    height: 58px;
    border: 1px dashed #fff;
    border-radius: 7px;
    margin: auto;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 58px;
}

.accordingTwo {
    width: 842px;
    margin-top: 36px;
    position: relative;
}

.accordingTwo .accordingLeft,
.accordingTwo .accordingRight {
    position: absolute;
    width: 440px;
    height: 340px;
    top: 0;
}

.accordingTwo .accordingLeft {
    left: 0;
    background: url('../images/cye1.png') no-repeat;
}

.accordingTwo .accordingLeft:hover {
    background: url('../images/cye2.png') no-repeat;
}

.accordingTwo .accordingRight {
    right: 0;
    background: url('../images/zs1.png') no-repeat;
}

.accordingTwo .accordingRight:hover {
    background: url('../images/zs2.png') no-repeat;
}

.accordingCenter {
    width: 300px;
    margin: auto;
}

.entrepreneurship {
    margin-top: 54px;
}

.entrepreneurship h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 10px;
}

.entrepreneurship p {
    font-size: 18px;
    width: 137px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.entrepreneurship p.p1 {
    background: url('../images/border1.png') no-repeat;
}

.entrepreneurship p.p2 {
    background: url('../images/border2.png') no-repeat;
}

.redColor {
    color: #f45242;
}

.blueColor {
    color: #6990d3;
}

.sendIntention {
    margin-top: 32px;
}

.sendIntention li {
    height: 36px;
    width: 96px;
    line-height: 36px;
    font-size: 17px;
    color: #5d626a;
    margin-left: 32px;
}

.ico {
    display: inline-block;
    width: 157px;
    height: 56px;
    background: url('../images/newBg.png') no-repeat;
    margin-top: 7px;
}

.ico1 {
    background-position: -1px -1px;
    width: 18px;
    height: 20px;
}

.ico2 {
    background-position: -137px -1px;
    width: 20px;
    height: 20px;
}

.ico3 {
    background-position: 0 -36px;
    width: 20px;
    height: 20px;
}

.ico4 {
    background-position: -137px -36px;
    width: 20px;
    height: 20px;
}

.ico- {
    display: inline-block;
    width: 159px;
    height: 57px;
    background: url('../images/newBg2.png') no-repeat;
    margin-top: 7px;
}

.ico1- {
    background-position: -1px -1px;
    width: 20px;
    height: 20px;
}

.ico2- {
    background-position: -139px -1px;
    width: 20px;
    height: 20px;
}

.ico3- {
    background-position: 0 -36px;
    width: 21px;
    height: 21px;
}

.ico4- {
    background-position: -139px -36px;
    width: 20px;
    height: 21px;
}

.freeRegister {
    display: block;
    width: 300px;
    height: 45px;
    border-radius: 6px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    margin: 30px 0 15px;
}

.freeRegisterBg1 {
    background: #f45242;
}

.freeRegisterBg1:hover {
    background: #e33827;
}

.freeRegisterBg2 {
    background: #6d93d2;
}

.freeRegisterBg2:hover {
    background: #4170bd;
}

.ifMiss {
    font-size: 15px;
    color: #999999;
    text-align: center;
}

.footer-newhy {
    margin-top: 80px;
}

.footer {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    position: absolute;
    bottom: 10px;
    width: 100% !important;

}

.footer p {
    text-align: center;
    color: #fff;
}

.footer .icp {
    margin: auto;
    width: 350px;
    line-height: 25px;
}

.footer .icp a {
    float: left;
    display: inline-block;
    width: 21px;
    height: 25px;
    margin-right: 6px;
    background: url('../images/icp.png') no-repeat left center;
}

.accordingTwo .accordingLeft:hover {
    background: url('../images/cye2.png') no-repeat;
}

.accordingTwo .accordingRight:hover {
    background: url('../images/zs2.png') no-repeat;
}

/* reset页面 */
.registerBody {
    background: url(../images/dt.png) no-repeat center;
    background-size: cover;
}

.regCon-box {
    padding: 30px 30px 20px 30px;
    width: 430px;
    background: rgba(255, 255, 255, 0.8);
    cursor: auto;
    border-radius: 4px;
    margin: 10% auto;
}

.regCon-box h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #EE1717;

}

.bu1 {
    margin: 10px 0;
}

.regCon-box .cd-userphone {
    background-image: url(../images/icon_d1.png);
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 27%;
    height: 22px;
    width: 22px;
}
.regCon-box .cd-username {
    background-image: url(../images/icon_d3.png);
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 27%;
    height: 22px;
    width: 22px;
}
.regCon-box .cd-yzm {
    background-image: url(../images/icon_d2.png);
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 27%;
    height: 22px;
    width: 22px;
}

.regCon-box .cd-password {
    background-image: url(../images/icon_d4.png);
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: 27%;
    height: 22px;
    width: 22px;
}

.fieldset {
    border-bottom: 1px solid #C8C8C8;
    margin-top: 30px;
    position: relative;
}


.fieldset input {
    height: 40px;
    font-size: 16px;
    color: #92949C;
    text-indent: 34px;
    border: none;
    width: 100%;
    background: none;
}

.user-yzm {
    width: 60% !important;
    float: left;
}

.hide-password {
    width: 38% !important;
    cursor: pointer;
    color: #EE1717 !important;
    border: none;
    border-left: 1px solid #C8C8C8;
    padding-left: 20px;
    text-indent: 10px !important;
}

.nextbtn,
.loadBtn {
    height: 40px;
    line-height: 40px;
    background: #EE1717;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

.notRegistered {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.notRegistered span {
    color: #999;
}

.notRegistered a {
    color: #3574C1;
}

/* 注册1 */
.hangye select,
.add_hy select {
    height: 40px;
    font-size: 16px;
    color: #92949C;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/ico_j.png) no-repeat right center;
    background-size: 12px 12px;
    padding-right: 14px;
}

.hangye select {
    width: 100%;
    max-height: 180px;
    outline: none;
}

.hangye .item {
    width: 44%;
    margin-right: 25px;
    border-bottom: 1px solid #C8C8C8;
}

.last-item {
    margin-right: 0 !important;
}

.hangye {
    border: none;
}

.register-iptIndex .fieldset input {
    text-indent: 0px !important;
}

.bottom-boder {
    border-bottom: 1px solid #C8C8C8;
}

.regCon-sta {
    width: 38%;
    margin: 5% auto;
}

/* 提示文字 */
.msg {
    display: none;
    font-size: 12px;
    color: #EE3636;
    position: relative;
    padding-left: 20px;
    height: 23px;
    line-height: 45px;
}

.icon-tips {
    background: url(../images/cuo.png) no-repeat center;
    width: 14px;
    height: 13px;
    background-size: 14px 13px;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 15px;
}

/* 弹框 */
.loginBox2 {
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: none;
}

.loginBox2 .bg_hui {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    z-index: 90;
}

.loginBoxOne2 {
    width: 30%;
    height: 540px;
    padding: 0 40px;
    padding-bottom: 25px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    position: fixed;
    z-index: 100;
    left: 32%;
    top: 20%;
}

.loginBoxOne2 .close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 27px;
    background: url(../images/close.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.loginBoxOne2 .tit {
    font-size: 20px;
    color: #F45242;
    display: flex;
    height: 34px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    margin-bottom: 25px;
}

.loginBoxOne2 .tit img {
    margin-right: 12px;
    width: 34px;
    height: 34px;
}

.Privacy {
    height: 350px;
    width: 100%;
    /* padding-right: 64px; */
    overflow-y: scroll;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    /* margin-left: 30px; */
}

.privacyBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}

.btnon,
.nextBtn {
    background: #F45242;
    cursor: pointer;
}

.btn {
    border: none;
    margin: 0 10px;
    width: 250px;
    height: 54px;
    border-radius: 4px;
    text-align: center;
    line-height: 54px;
    font-size: 17px;
    color: #fff;
}

/* 注册成功弹框 */
.zccg-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #333;
}

.zccg-text .tex1 {
    margin-bottom: 20px;
}

.zccg-text .zhanghao {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zccg-text .zhanghao dl {
    width: 42%;
    height: 38px;
    display: flex;
    align-items: center;
    background: #EAEAEA;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    color: #444;
    margin: 0 4px;
}

.zccg-text .zhanghao dl dt {
    width: 30%;
    height: 38px;
    background: #E1E1E1;
    color: #999;
    border-radius: 4px 0px 0px 4px;
    text-align: center;
    line-height: 38px;
}

.zccg-text .zhanghao dl dd {
    text-indent: 14px;
}

.zccg-text .tex2 {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.zccg-text .tex3 {
    color: #5B6475;
    text-align: center;
    margin-bottom: 15px;
}

.zccg-text .tex3 a {
    color: #3E7DC6;
    font-weight: bold;
}

.zccg-text .xinxi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    /* width: 490px; */
    justify-content: space-between;
}

.zccg-text .xinxi li {
    margin-bottom: 10px;
    width: 48%;
    height: 78px;
    background: #EAEAEA;
    border-radius: 4px;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    color: #444;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zccg-text .xinxi li p {
    width: 118px;
    padding-left: 17px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.zccg-text .xinxi li img {
    width: 73px;
    height: 72px;
    margin-right: 15px;
}

/*  */
@media screen and (max-width:1250px) {
    .fix-width {
        width: 1000px;
        margin: 0 auto;
    }

    .top-box {
        margin-top: 30px;
    }

    .loginBoxOne2 {
        width: 30%;
    }

    .zccg-text .zhanghao dl dd {
        text-indent: 7px;
    }

}

@media screen and (max-width:1054px) {
    .fix-width {
        width: 800px;
        margin: 0 auto;
    }

    .top-box {
        margin-top: 30px;
    }


}

@media screen and (max-width:876px) {
    .fix-width {
        width: 600px;
        margin: 0 auto;
    }

    .top-box {
        margin-top: 30px;
    }

    .pho-content {
        float: left !important;
        margin-top: 15px;
    }

    .accordingNeeds {
        width: 600px;
        margin: 20px auto 0;
    }

    .accordingOne {
        width: 597px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .accordingTwo {
        width: 600px;
        margin-top: 20px;
    }

    /* 两个方块 */
    .accordingTwo .accordingLeft,
    .accordingTwo .accordingRight {
        position: static;
        background: rgba(255, 255, 255, .8) !important;
        width: 500px;
        height: 300px;
        float: none !important;
        margin: 0 50px;
    }

    .entrepreneurship {
        margin-top: 20px;
        padding-top: 25px
    }

    .ifMiss {
        color: #737171;
    }

    .regCon-box {
        width: 83%;
    }

    .hide-password {
        width: 38% !important;
    }
}

@media screen and (max-width:625px) {
    .fix-width {
        width: 500px;
        margin: 0 auto;
    }

    .top-box {
        margin-top: 30px;
    }

    .pho-content {
        float: left !important;
        margin-top: 15px;
    }

    .accordingOne {
        width: 330px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
        overflow: hidden;
    }

    .accordingNeeds {
        width: 338px;
        margin: 10px auto 0;
    }

    .accordingTwo {
        width: 338px;
        margin-top: 10px;
    }

    .accordingTwo .accordingLeft,
    .accordingTwo .accordingRight {
        width: 338px;
        margin: 0 0px;
    }

    .ifMiss {
        color: #737171;
    }
}

@media screen and (max-width:560px) {
    .fix-width {
        width: 400px;
        margin: 0 auto;
    }

    .top-box {
        margin-top: 20px;
    }

    .pho-content {
        float: left !important;
        margin-top: 15px;
    }

    .pho-content .free-pho {
        margin-right: 20px;
    }

    .pho-content .load {
        margin-left: 20px;
    }

    .ifMiss {
        color: #737171;
    }
}

@media screen and (max-width:480px) {
    .fix-width {
        width: 355px;
        margin: 0 auto;
    }

    .top-box {
        margin-top: 20px;
    }

    .pho-content {
        float: left !important;
        margin-top: 15px;
    }

    .pho-content .free-pho {
        margin-right: 7px;
    }

    .pho-content .load {
        margin-left: 1px;
        width: 90px;
        height: 30px;
        line-height: 30px;
    }

    .ifMiss {
        color: #737171;
    }
    .fieldset input {
        height: 25px;
        font-size: 13px;
    }
    .nextbtn, .loadBtn {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width:375px) {
    .fix-width {
        width: 355px;
        margin: 0 auto;
    }

    .top-box {
        margin: 20px 10px 0 10px;
    }

    .pho-content .free-pho {
        margin-right: 20px;
    }

    .pho-content .load {
        margin-left: 20px;
        width: 96px;
        height: 2rem;
        line-height: 2rem;
    }

    .free-pho {
        display: block;
        margin-bottom: 10px;
    }

    .logo-content .logo-link {
        width: 185px;
        height: 30px;
    }

    .ifMiss {
        color: #737171;
    }

    .pho-content {
        margin-left: 38%;
    }

    .free-title {
        font-size: 16px;
    }

    .accordingOne {
        height: 2rem;
        line-height: 2rem;
    }

    .entrepreneurship h2 {
        font-size: 25px;
        margin: 3px 27px;
    }

    .sendIntention li span {
        font-size: 16px;
    }

    .entrepreneurship p {
        font-size: 15px;
    }

    .entrepreneurship p.p1 {
        background-size: 120px;
    }

    .entrepreneurship p {
        width: 120px;
        height: 32px;
        line-height: 32px;
    }

    .user-yzm {
        width: 47% !important;
        float: left;
    }

    .hide-password {
        width: 48% !important;
    }

    .hide-password {
        width: 35%;
    }

    .regCon-box {
        width: 80%;
    }

    .footer {
        position: static;
    }

    .bu1 {
        margin: 10px 0;
    }

    .loginBoxOne2 {
        width: 76%;
        left: 7%;
        top: 10%;
        padding: 0 15px;

    }

    .loginBoxOne2 .close {
        width: 23px;
        height: 23px;
    }

    .loginBoxOne2 .tit img {
        width: 26px;
        height: 26px;
    }

    .loginBoxOne2 .tit {
        padding-top: 9px;
        margin-bottom: 10px;
    }

    .btn {
        height: 40px;
        line-height: 40px;
    }

    .loginBoxOne2 {
        height: 485px;
    }

    .registerBox2 {
        height: 525px !important;
    }

    .zccg-text .xinxi li img {
        width: 60px;
        height: 60px;
        margin-right: -2px;
    }

    .zccg-text .tex2 {
        font-size: 12px;
    }

    .zccg-text {
        font-size: 12px;
    }

    .zccg-text .zhanghao dl {
        font-size: 13px;
    }
}

@media screen and (max-width:350px) {
    .fix-width {
        width: 300px;
        margin: 0 auto;
    }

    .logo-content .logo-link {
        width: 175px;
        height: 28px;
    }

    .free-title {
        font-size: 16px;
    }

    .accordingNeeds {
        width: 295px;
    }

    .accordingOne {
        width: 295px;
    }

    .accordingTwo {
        width: 295px;
    }

    .accordingTwo .accordingLeft,
    .accordingTwo .accordingRight {
        width: 295px;
    }

    .entrepreneurship h2 {
        font-size: 26px;
        font-weight: bold;
        margin: 6px 16px;
    }

    .freeRegister {
        width: 270px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        margin: 15px auto;
    }

    .accordingTwo .accordingLeft,
    .accordingTwo .accordingRight {
        height: 270px;
    }

    .ifMiss {
        color: #737171;
    }

    .pho-content {
        margin-left: 27%;
    }

    .regCon-box {
        width: 80%;
    }

    .top-box {
        margin: 20px 10px 0 10px;
    }

    .footer {
        position: static;
    }

    .loginBoxOne2 {
        width: 76%;
        left: 7%;
        top: 5%;
        padding: 0 15px;

    }

    .loginBoxOne2 .close {
        width: 23px;
        height: 23px;
    }

    .loginBoxOne2 .tit img {
        width: 26px;
        height: 26px;
    }

    .loginBoxOne2 .tit {
        padding-top: 9px;
        margin-bottom: 10px;
    }

    .btn {
        height: 40px;
        line-height: 40px;
    }

    .loginBoxOne2 {
        height: 485px;
    }

    .registerBox2 {
        height: 521px !important;
    }

    .zccg-text .xinxi li img {
        width: 59px;
        height: 50px;
        margin-right: 1px;
    }

    .fieldset input {
        font-size: 13px;
    }

    .hide-password {
        width: 50% !important;
    }

    .nextbtn,
    .loadBtn {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
}