* {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    font-family: "微软雅黑";
    display: block;
    outline: none;
    font-size: 14px;
    color: #333;
}

title {
    display: none;
}

a {
    text-decoration: none;
}

.header {
    width: 1200px;
    height: 60px;
    margin: 20px auto;
}

.header img{
    width:80px;height:60px;
    float: left;
}
.header a p{
    width:145px;height: 60px;
    line-height: 60px;
    float: left; 
    font-size: 30px;
    font-weight: 900;
    text-indent: 5px;
    letter-spacing: 2px;
    margin: 0;
}
.header h1 {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #dcdcdc;
    font-weight: 400;
    margin-top: 22px;
    text-indent: 20px;
    margin-left: 10px;
    float: left;
}

.header p {
    font-size: 16px;
    float: right;
    margin-top: 27px;
}

.header p a {
    display: inline-block;
    /*color: #ed0c1e;*/
    /*dill新增 20191022----------------------start*/
    color: #1955b5;
    /*dill新增 20191022----------------------end*/
    font-size: 16px;
}

.content {
    width: 1198px;
    overflow: hidden;
    margin: 0 auto 50px;
    clear: both;
    /*border-top: 2px solid #e50012;*/
    /*dill新增 20191022----------------------start*/
    border-top: 2px solid #1955b5;
    /*dill新增 20191022----------------------end*/
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.content .phone {
    width: 600px;
    height: 42px;
    margin: 64px 0 0 350px;
}

.content em {
    height: 42px;
    line-height: 48px;
    float: left;
    color: #e50012;
}

.content .phone>p {
    float: left;
    color: #333333;
    height: 42px;
    line-height: 42px;
    margin-left: 6px;
}

.content .phone .text {
    width: 318px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    float: left;
}

.content .phone .text>img {
    width: 18px;
    height: 18px;
    float: left;
    margin: 11px 0 0 8px;
}

.content .phone .text>input {
    width: 290px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
}

.content .phone div input::-webkit-input-placeholder {
    color: #cccccc;
}

.content .email {
    width: 600px;
    height: 42px;
    margin: 20px 0 0 350px;
}

.content .email>p {
    float: left;
    color: #333333;
    height: 42px;
    line-height: 42px;
    margin-left: 6px;
}

.content .email .text {
    width: 318px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    float: left;
}

.content .email .text>img {
    width: 18px;
    height: 18px;
    float: left;
    margin: 11px 0 0 8px;
}

.content .email .text>input {
    width: 290px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
}

.content .email div input::-webkit-input-placeholder {
    color: #cccccc;
}

.success-tip {
    float: left;
    display: none;
}

.success-tip img {
    width: 25px;
    height: 25px;
    margin: 8px 0 0 5px;
}

.error-tip {
    float: left;
    display: none;
}

.error-tip * {
    float: left;
}

.error-tip img {
    margin: 13px 0 0 5px;
}

.error-tip p {
    color: #e50012;
    margin-top: 10px;
}

.content .code {
    width: 600px;
    height: 40px;
    margin: 20px 0 0 350px;
}

.content .code>input {
    width: 173px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
    margin-left: 82px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

.content .code>input::-webkit-input-placeholder {
    color: #cccccc;
}

.code .code-vertify {
    float: left;
    width: 135px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

.code .code-reload {
    width: 18px;
    height: 18px;
    float: left;
    cursor: pointer;
    margin: 12px 0 0 6px;
}

.phone-code {
    width: 600px;
    height: 40px;
    margin: 20px 0 0 350px;
}

.phone-code input:nth-child(1) {
    width: 173px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
    margin-left: 82px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

.phone-code input::-webkit-input-placeholder {
    color: #cccccc;
}

.phone-code input:nth-child(2) {
    width: 132px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    float: left;
    color: #666666;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
}

.content .password {
    width: 650px;
    height: 42px;
    margin: 20px 0 0 350px;
}

.content .password>p {
    float: left;
    color: #333333;
    height: 42px;
    line-height: 42px;
    margin-left: 6px;
}

.content .password .text {
    width: 318px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    float: left;
}

.content .password .text>img {
    width: 18px;
    height: 18px;
    float: left;
    margin: 11px 0 0 8px;
}

.content .password .text input {
    width: 290px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
}

.content .password .text input::-webkit-input-placeholder {
    color: #cccccc;
}

.content .style {
    width: 600px;
    height: 42px;
    margin: 20px 0 0 350px;
}

.content .style>p {
    float: left;
    color: #333333;
    height: 42px;
    line-height: 42px;
    margin-left: 6px;
}

.content .style input {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 0;
}

.content .style input:nth-of-type(2) {
    margin-left: 20px;
}

.content .style input[value="1"] {
    margin-left: 35px;
}

.style span {
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 5px;
    cursor: pointer;
}

.content .name {
    width: 600px;
    height: 42px;
    margin: 20px 0 0 350px;
    display: none;
}

.content .name>p {
    float: left;
    color: #333333;
    height: 42px;
    line-height: 42px;
    margin-left: 6px;
}

.content .name .text {
    width: 318px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    float: left;
}

.content .name .text>img {
    width: 18px;
    height: 18px;
    float: left;
    margin: 11px 0 0 8px;
}

.content .name .text input {
    width: 290px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
}

.content .name .text input::-webkit-input-placeholder {
    color: #cccccc;
}

.agree {
    width: 600px;
    height: 14px;
    margin: 38px 0 0 350px;
}

.agree input {
    width: 14px;
    height: 14px;
    margin: 3px 0 0 80px;
    float: left;
}

.agree p {
    float: left;
    margin-left: 6px;
    color: #666666;
}

.agree span {
    float: left;
    margin-left: 6px;
    color: #e50012;
    cursor: pointer;
}

.register {
    width: 600px;
    height: 45px;
    margin: 26px 0 20px 350px;
}

.register p {
    margin: 28px 0 0 80px;
    width: 320px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    /*background: #e50012;*/
    /*dill新增 20191022----------------------start*/
    background: #1955b5;
    /*dill新增 20191022----------------------end*/
    cursor: pointer;
}

.foot {
    width: 100%;
    min-width: 1152px;
    background: #ececec;
    height: 158px;
    margin-top: 2px;
    margin-bottom: 17px;
    padding: 30px 0;
    overflow: hidden;
}

.foot a {
    color: #666;
    text-decoration: none;
}

.foot .list li {
    float: left;
    width: auto;
    height: 140px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 84px;
    line-height: 18px;
    border: 0;
}

.foot .inner {
    width: 1200px;
    margin: 0 auto;
}

.foot .list li .foot_phone {
    font-size: 24px;
    height: 40px;
    width: 210px;
    display: inline-block;
    float: right;
    margin-right: 2px;
    background: url(../../images/foot_phone.png) no-repeat 0 0;
}

.foot .list .foot-right {
    margin: 0;
}

.foot .list li .foot_erweima_l {
    margin-left: 124px;
    padding-right: 18px !important;
}

.foot .list li .foot_erweima_l p {
    padding-top: 3px;
    padding-left: 36px;
    background: url() no-repeat 16px 3px;
}

.foot .list li .foot_erweima_r p {
    padding-top: 3px;
    padding-left: 32px;
    background: url() no-repeat 13px 4px;
}

.foot .list li .foot_erweima_l,
.foot .list li .foot_erweima_r {
    margin-right: 0px;
    padding-right: 0px;
}

.foot .list li span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    color: #333;
}

.foot .list li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
}


.foot-icon {
    width: 100%;
    height: 112px;
}

.icon-item {
    margin: 0 auto;
    width: 1200px;
}

.icon-item div {
    float: left;
    width: 240px;
}

.icon-item img {
    margin: 36px 15px 0 50px;
    float: left;
    width: 44px;
}


.icon-item span {
    font-size: 18px;
    /*dill增加代码20191104---------start*/
    /*font-weight: 700;*/
    /*dill增加代码20191104---------end*/
    float: left;
    margin-top: 50px;
    font-family: "Microsoft yahei";
}

.foot_fm {
    line-height: 22px;
    color: #666666;
    text-align: center;
    margin: 12px 0 40px;
    clear: both;
}

.foot_fm em,
.foot_fm a {
    display: inline-block;
}

.foot_fm .p_img {
    margin-top: 10px;
}

.foot_fm .p_img img {
    margin: 0 5px;
    display: inline-block;
}

.foot_fm p {
    font-size: 12px;
    text-align: center;
}

.foot-list {
    width: 1200px;
    height: 14px;
    margin: 0 auto;
}

.foot-list ul {
    margin-left: 110px;
}

.foot-list li {
    float: left;
    margin: 0 7px;
}

.foot-list li a {
    color: #666666;
    font-size: 12px;
}

.foot-list li span {
    width: 1px;
    height: 14px;
    background: #666666;
}

.mask-tip {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index:100;
    display: none;
}

.mask-tip>div {
    width: 350px;
    height: 133px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}

.mask-title {
    width: 100%;
    height: 32px;
    background: #e2e2e2;
}

.mask-title p {
    margin: 10px 0 0 10px;
    color: #444444;
    float: left;
    font-size: 12px;
}

.mask-title img {
    width: 13px;
    height: 13px;
    float: right;
    margin: 10px 24px 0 0;
    cursor: pointer;
}

.mask-text {
    width: 100%;
    height: 101px;
    color: #e50012;
    line-height: 101px;
    text-align: center;
}

.agree-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}

.agree-mask>div {
    width: 810px;
    height: 633px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 10px;
}

.agree-mask-title {
    width: 100%;
    height: 32px;
    background: #e2e2e2;
}

.agree-mask-title p {
    margin: 10px 0 0 10px;
    color: #444444;
    float: left;
    font-size: 12px;
    line-height: 12px;
}

.agree-mask-title img {
    width: 13px;
    height: 13px;
    float: right;
    margin: 10px 24px 0 0;
    cursor: pointer;
}

.agree-mask-text {
    width: 100%;
    height: 601px;
    overflow-y: auto;
}

.agree-mask-text h1 {
    width: 100%;
    color: #333;
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.agree-mask-text p {
    padding: 0 20px;
    font-size: 12px;
    line-height: 22px;
}

.content .company1,.content .company2, .content .company3{
    width: 600px;
    height: 62px;
    margin: 20px 0 0 350px;
}

.content .company1 em,
.content .company2 em,
.content .company3 em {
    height: 62px;
    line-height: 70px;
    float: left;
    color: #e50012;
}

.content .company1>p {
    float: left;
    color: #333333;
    height: 62px;
    line-height: 62px;
    margin-left: 6px;
}

.content .company2>p {
    float: left;
    color: #333333;
    height: 62px;
    line-height: 62px;
    margin-left: 6px;
}

.content .company3>p {
    float: left;
    color: #333333;
    height: 62px;
    line-height: 62px;
    margin-left: 6px;
}

.upload {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 62px;
}

.upload label {
    background: url("../images/addpic.png");
    width: 70px;
    height: 62px;
    float: left;
    cursor: pointer;
}

.upload label input {
    display: none;
}

.img_box {
    width: 68px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index:2;
    border: 1px solid #999;
}

.img_box:hover span {
    display: block;
}

.img_box span {
    width: 68px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background-color: rgba(51, 51, 51, 0.7);
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    display: none;
}

.img_box img {
    width: 68px;
    height: 60px;
    position: absolute;
}

#imgPreview1,
#imgPreview2,
#imgPreview3 {
    float: left;
    position: relative;
}

.content .profile1,.content .profile2,.content .profile3,.content .profile4 {
    width: 600px;
    height: 42px;
    margin: 20px 0 0 350px;
}

.content .profile1>p,.content .profile2>p,.content .profile3>p,.content .profile4>p {
    float: left;
    color: #333333;
    height: 42px;
    line-height: 42px;
    margin-left: 6px;
}

.content .profile1 .text,.content .profile2 .text,.content .profile3 .text,.content .profile4 .text {
    width: 318px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    float: left;
}

.content .profile1 .text>input,.content .profile2 .text>input,.content .profile3 .text>input,.content .profile4 .text>input {
    width: 290px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
}

.content .profile1 div input::-webkit-input-placeholder,.content .profile2 div input::-webkit-input-placeholder,.content .profile3 div input::-webkit-input-placeholder,.content .profile4 div input::-webkit-input-placeholder {
    color: #cccccc;
}