﻿/*
* @Author: Administrator
* @Date:   2017-04-01 09:42:24
* @Last Modified by:   Administrator
* @Last Modified time: 2017-04-05 10:52:00
*/


.W {
    max-width: 1300px;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    background-color: white;
    border: solid 1px #dae2ed;
}

.mlr {
    margin-left: 20px;
    margin-right: 20px;
}

.w1 {
    width: 1200px;
    margin: 0 auto;
    background-color: #f7f7f7;
}

.join {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #000;
}

.Items {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.c {
    font-family: Arial;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.E {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
}

.S {
    font-family: Arial;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.left {
    float: left;
    width: 500px;
}

.right {
    float: left;
    width: 700px;
}

.dabox {
    margin: 20px 0;
}

.c {
    width: 160px;
    float: left;
}

.E {
    width: 200px;
    float: left;
}

.field {
    margin-top: 15px;
}

.box {
    width: 400px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
}

.half {
    width: 205px;
    float: left;
}

.box-2 {
    width: 195px;
    height: 34px;
    line-height: 34px;
    border: 1px solid gray;
}

.field-1 {
    margin-top: 24px;
}

.field-2 {
    width: 380px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.field-3 {
    margin-top: 20px;
}

.field-3 {
    margin-top: 20px;
}

    .field-3 h6 a {
        color: #248fcc;
        margin-left:209px;
    }

        .field-3 h6 a:hover {
            text-decoration: underline;
        }

.button-1 {
    width: 190px;
    float: left;
}

.btn-1 {
    width: 185px;
    height: 30px;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    color: white;
    background-color: orange;
    border:0;
}

.btn-2 {
    width: 185px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #71ba2a;
    border-radius: 5px;
    border: 0;
}

.botton-3 {
    margin-top: 24px;
}

.btn-3 {
    width: 185px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #1d91ce;
    border-radius: 5px;
    border:0;
}
.req_span {
    color: red;
    position: absolute;
}
/*选择客户类型*/
.newregsel {
    text-align: center;
    padding: 2em 0;
}
    .newregsel b {
        display: block;
        font-size: 1.8em;
    }
.newRegBox b.t {
    color: #333;
    display: block;
    padding-bottom: 0.3em;
}
.newregsel .n {
    max-width: 490px;
    margin: 2em auto;
    overflow: hidden;
}
    .newregsel .n div, .newregsel div i, .newRegBox a {
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .newregsel .n div {
        width: 44%;
        margin: 0 3%;
        display: block;
        float: left;
        cursor: pointer;
        background-color: #fff;
        border-radius: 0.5em;
        padding-bottom: 1em;
        border: 1px solid #fff;
        box-sizing: border-box;
    }
        .newregsel .n div i {
            display: block;
            margin: 2.5em auto 0.5em;
            width: 7.4em;
            height: 7.4em;
            background: no-repeat center center / contain;
        }
        .newregsel .n div:nth-child(1) i {
            background-image: url(/images/other/i_sc.png);
        }
        .newregsel .n div span {
            font-size: .7em;
            color: #333;
        }
        .newregsel .n div:nth-child(2) i {
            background-image: url(/images/other/i_su.png);
        }
        .newregsel .n div:hover i {
            transform: scale(1.1);
        }
        .newregsel .n div:hover {
            border-color: #f90;
        }

.algin-center {
    width: 400px;
    margin-left:400px;
}