*{
    margin:0px;
    padding:0px;
    text-decoration: none;
    list-style:none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header_add{
    width:100%;
}
.header_con{
    width:1000px;
    margin:0 auto;
    padding:10px;
}
.header_con img{
    width:80px;
}
.contain_add{
    width:100%;
    background: #f6f6f6;
    padding:20px 0;
}
.contain_con{
    width:1000px;
    margin:0 auto;
    background: #fff;
}
.left{
    width:108px;
    height:108px;
    border:3px solid #cfe0d6;
    border-radius: 10px;
    display: inline-block;
    float:left;
    margin: 30px;
}
.left img{
    width:100%;
}
.right{
    display: inline-block;
    float:right;
}
.right h2{
    width:830px;
    height:40px;
    background: #ff5527;
    color:#fff;
    font-size: 24px;
    line-height: 40px;
    text-indent: 12px;
    margin-top:0px;
}
.p1{
    font-size:14px;
    color:#212121;
    padding:5px;
}
.p1 a{
    color:#212121;
    padding-right:6px;
}
.form_add div p{
    font-size:14px;
    color:#212121;
    padding:5px;
    text-align: right;
    display: inline-block;
    width:100px;
}
.form_add div .star{
    font-size:16px;
    color:#ff5527;
    vertical-align: -3px;
}
/*.form_add div select{
    background: url("../image/down.png") no-repeat 76px center;
    border:1px solid #dcdcdc;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;
    width: 100px;
}*/
.address p{
    padding:20px;
    vertical-align: 30px;
}
.dropdown{
    display: inline-block;
}
.ssxLd{
    width: 500px;
    margin: 0 auto;
    display: inline-block;
}
.dropdown-menu{
    min-width: 100%;
    max-height: 272px;
    overflow-x: hidden;
}
.form_add select,.form_add input{
    height: 28px;
}
.form_add .telnum select{
    width: 105px;

}
.form_add .telnum input{
    width: 204px;
}
.form_add .phonenum select{
    width: 105px;
}
.form_add .phonenum input{
    width: 204px;
}
.address{
    margin-bottom:10px;
}
.postcode input{
    width: 247px;
    padding: 0 6px;
}
.address textarea{
    padding:0 6px;
}
.name input{
    width:200px;
    padding:0 6px;
}
.adds{
    width:800px;
    margin:0 auto;
}
.adds tr th{
    background: #dcdcdc;
    line-height:28px;
    text-align: center;
    color:#212121;
    font-weight:normal;
}
.adds tr td{
    line-height:44px;
    text-align: center;
    color:#212121;
    border:1px solid #dcdcdc;
}
.bordr-lr{
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.default{
    padding:4px;
    border:1px solid #ff5527;
    border-radius:6px;
}
.default2{
    padding:4px;
    border:1px solid #ff5527;
    border-radius:6px;
    color:#fff;
    background: #ff5527;
}
.adds .trActive{
    background: #dcdcdc;
    border:none;
}
.adds .trActive td{
    border:none;
}
.form_add{
    margin-bottom: 20px;
}
.adds::after{
    content:"";
    display: block;
    clear:both;
    height: 40px;
    visibility: hidden;
}
.form_add .fitting p{
    margin-left: 25px;
    font-size:14px;
    color:#212121;
    width:200px;
}
.form_add .fitting input{
    height:10px;
    margin:0 5px;
}
.fitting button{
    display: block;
    width:80px;
    height:28px;
    background:#ff5527;
    color:#fff;
    margin-left: 100px;
    border:none;
    border-radius:10px;
}