body {
    background: #fff;
}

/* logo */
.logo_top {
    border-bottom: 2px solid #008C46;
    margin-top: 40px;
}

.logo_bg {
    width: 1000px;
    margin: 0 auto;
}

.logo_bg img {
    margin-right: 50px;
    vertical-align: -30px;
}

.logo_bg span {
    font-size: 30px;
    font-weight: 800;
    font-family: 'microsoft yahei';
    color: #333;
}

.logo_bg div {
    float: right;
    font-size: 15px;
    margin-right: 3px;
    margin-top: 30px;
}

.logo_bg div a {
    color: #dc3023;
}

/* 内容 */
.wrap {
    width: 1000px;
    margin: 40px auto 0;
    position: relative;
}


/* 数据 */
.data {
    width: 600px;
    /* border: 1px solid red; */
    /* height: 300px; */
    border-right: 1px solid #ccc;
}

.data ul {
    display: block;
    margin-left: 30px;
}

.data li {
    margin: 35px 0;
    position: relative;
    width: 400px;
}

.data li em {
    /* border: 1px solid red; */
    display: inline-block;
    width: 100px;
    height: 52px;
    line-height: 52px;
    padding-left: 20px;
    font-size: 15px;
    position: absolute;
    z-index: 99;
    font-family: 'microsoft yahei';
}

.data li input.layui-btn {
    display: block;
    cursor: text !important;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    padding-left: 110px;
    padding-right: 30px;
    text-align: left;
    width: 400px;
    color: #333;
    font-family: 'microsoft yahei';
    background-repeat: no-repeat;
    background-position: 100% 18px;
}

.data li input.layui-btn:focus {
    border-color: #008C46;
}

/* 背景图片，ok，填对了就加上这个yes */
.data li .yes {
    background-image: url("../img/yes.png");
}

.data_sir input {
    width: 300px !important;
}

.data_sir .data_sir_out {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    line-height: 52px;
    border: 1px solid #ccc;
    width: 82px;
    z-index: 99;
}

.data_sir .data_sir_div {
    margin-left: 20px;
    font-size: 16px;
}

.data_sir .data_sir_div::after {
    margin-left: 5px;
    display: inline-block;
    content: "";
    width: 10px;
    height: 11px;
    /* border: 1px solid red; */
    background-image: url("../../global/img/global.png");
    background-position: 0px -32px;
}


.data_sir .data_sir_p {
    width: 60px;
    margin-left: 5px;
    /* border: 1px solid red; */
    text-align: center;
    border-radius: 8px;
    margin-top: 0px;
    /* display: none; */
    background: #f3f3f3;
    height: 0px;
    overflow: hidden;
}

.data_sir .data_sir_p p {
    /* width: 80%; */
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    /* border: 1px solid red; */
}

.data_sir_out:hover {
    border: 1px solid #008C46;
    cursor: pointer;
}

.data_sir_out:hover .data_sir_p {
    height: 72px;
    /* display: block; */
    transition: height .5s ease-in-out;
}

.data_sir .data_sir_p p:hover {
    background: #d0d0d0;
    border-radius: 8px;
}

.data .data_ident input {
    width: 260px !important;
}


.data .data_ident .data_ident_code {
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    line-height: 52px;
    width: 133px;
    padding: 0;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    border-radius: 2px;
}
.data .data_ident .data_ident_code img{
    width: 80px;
    height: 50px;
    float: left;
    margin-right: 7px;
}
.data .data_ident .data_ident_code a{
    white-space: pre-wrap;
    display: inline-block;
    width: 44px;
    line-height: 25px;
}



.data_label_err {
    color: #dc3023;
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: -20px;
    display: none;
}

.data_label_tip {
    bottom: -20px;
    position: absolute;
    color: #777;
    height: 20px;
    line-height: 20px;
    display: none;
}

.data_label_err::before,
.data_label_tip::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: -5px;
}

.data_label_err::before {
    background-image: url("../img/err.png");
}

.data_label_tip::before {
    background-image: url("../img/tip.png");
}



.data_inp_check {
    font-size: 14px;
    /* margin-bottom: 10px!important; */
}

.data_inp_check input {
    /* display: inline-block; */
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.data_inp_check a {
    color: #ED4040;
}


.data_but {
    margin-top: 10px !important;
}

.data_but button {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: 'microsoft yahei';
}








/* 公众号 */
.other {
    position: absolute;
    width: 300px;
    right: 0;
    top: 0px;
    z-index: 99;
    border: 1px solid #ccc;
    padding-bottom: 40px;
}

.other div {
    width: 226px;
    /* width: 90%; */
    margin: 25px auto 0;
}

.other_tit img {
    float: left;
    margin-right: 10px;
    /* margin-left: 100px; */

}

.other_tit span h5 {
    display: block;
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: 600;
    height: 40px;
    text-decoration: none;
    /* margin-left: 147px; */
    /* line-height: 40px; */
}

.other_tit span p {
    /* margin-left: 147px; */
    font-size: 15px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #008C46;
    color: #eee;
    border-radius: 5px;
}

.other_img {
    margin: 10px 0;
}


.footer {
    margin-top: 120px;
}


/* 转跳链接 */
.regsuccess {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 199;
    top: 0;
    left: 0;
}

.regsuccess_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: .2;
    z-index: 299;
}

.regsuccess_box {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1999;
    width: 360px;
    height: 160px;
    margin-top: -80px;
    margin-left: -180px;
    /* border: 1px solid red; */
    text-align: center;
    background: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 20px;
}

.regsuccess_box em {
    display: block;
    color: #008C46;
    margin-bottom: 20px;
    font-size: 20px;
}

.regsuccess_box a {
    display: block;
    color: #dc3023;
    font-size: 16px;
    width: 80px;
    margin: 20px auto 0;
}



