/*
Author: David Qin
E-mail: david@hereapp.cn
Date: 2014-11-05
*/
.register{
  width: 900px;
  height: 900px;
  /*margin-top: 10px;*/
}
.register-typ{
    float: left;
    height: 75px;
    width: 320px;
    margin-left: 90px;
}
.register-typ .register-text{
    width: 224px;
    border:1px solid #B5B6B6;
    box-shadow: 3px 3px 6px #aaa;
}
.register-name{
    width: 80px;
    font-size: 18px;
    text-align:justify;
    color: #00AF9C;
    margin-bottom:0px ;
    text-justify:distribute-all-lines;/*ie6-8*/
    text-align-last:justify;/* ie9*/
    -moz-text-align-last:justify;/*ff*/
    -webkit-text-align-last:justify;/*chrome 20+*/
}
.register-wid{
    width: 100px;
    
}
.register-par{
    right: 50px;
}
/*select::-ms-expand { display: none; }*/
/*.register-goodes{
    width: 224px;
    height: 31px;
    border: 1px solid #B5B6B6;
    box-shadow: 3px 3px 6px #aaa;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    background: url("images/triangle.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}*/
.register-address{
    width: 224px;
    border: 1px solid #B5B6B6;
    box-shadow: 3px 3px 6px #aaa;
}
.register-rad{
    position: relative;
    line-height: 30px;
}
.register-salesman input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.register-salesman label {
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00AF9C;
}

/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
.register-salesman input:checked+label { 
    /*background-color: #fe6d32;*/
    /*border: 1px solid #fe6d32;*/
}
#SalesmanName::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 12px;
}
#SalesmanName:-moz-placeholder { /* Mozilla Firefox 4-18 */
   font-size: 12px;
}
#SalesmanName::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 12px;
}
#SalesmanName:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 12px;
}
#SalesmanQQ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-size: 12px;
}
#SalesmanQQ:-moz-placeholder { /* Mozilla Firefox 4-18 */
   font-size: 12px;
}
#SalesmanQQ::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-size: 12px;
}
#SalesmanQQ:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-size: 12px;
}
.register-salesman input:checked+label::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    top: 2px;
    left: 4px;
    border: 2px solid #fe6d32;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}
.register-clause{
    /*position:absolute;
    left: 44%;
    top: 100px;*/
    margin:130px 0 0 -315px;
    padding:0 10px 0 10px;
    width: 635px;
    height: 220px;
    border:1px solid #B5B6B6;
    box-shadow: 3px 3px 6px #aaa;
    text-align: justify;
    overflow:scroll;
}
.register-clause p{text-indent: 2em;}
.register-agree{
    margin:0 0 0 -315px;
    position: relative;
    line-height: 30px;
}
.register-agree input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}

.register-agree label {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00AF9C;
}

.register-agree input:checked+label::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 8px;
    top: 2px;
    left: 4px;
    border: 2px solid #fe6d32;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}
#SalesmanName{
    margin: 25px 0 0 0 ;

}
#SalesmanQQ{
    margin: 35px 0 0 0 ;

}
.register-button{
    margin-top: 330px;
    margin-left: 220px;

}
.register-button span{
    font-size:18px;
    color: #fff;
    background: url("../images/button.png");
    border: 0px;  
    height:41px;  
    width:135px;
    text-align:center;
    letter-spacing:8px;
    cursor:pointer;
}
.register-reset{
    float:right;
    margin: -41px 0 0 250px;
    
}

.searchable-select-hide {
  display: none;
}
#ield{
  width: 224px;
  border: 1px solid #B5B6B6;
  box-shadow: 3px 3px 6px #aaa;
  height: 32px;
}
#long,#wide,#high{
  box-shadow: 3px 3px 6px #aaa;
}
.searchable-select {
  display: inline-block;
  min-width: 224px;
  font-size: 14px;
  border: 1px solid #B5B6B6;
  box-shadow: 3px 3px 6px #aaa;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  position: relative;
  outline: none;
}

.searchable-select-holder{
  padding: 6px;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  width: 224px;
  height: 30px;
  overflow:hidden;  
  min-height: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.searchable-select-caret {
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-color: black transparent transparent transparent;
  top: 0;
  bottom: 0;
  border-style: solid;
  border-width: 5px;
  margin: auto;
  right: 10px;
}

.searchable-select-dropdown {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px;
  border-top: none;
  top: 28px;
  left: 0;
  right: 0;
  z-index:999;
}

.searchable-select-input {
  margin-top: 5px;
  border: 1px solid #ccc;
  outline: none;
  padding: 4px;
  width: 195px;
  box-sizing: border-box;
}

.searchable-scroll {
  margin-top: 4px;
  position: relative;
}

.searchable-scroll.has-privious {
  padding-top: 16px;
}

.searchable-scroll.has-next {
  padding-bottom: 16px;
}

.searchable-has-privious {
  top: 0;
}

.searchable-has-next {
  bottom: 0;
}

.searchable-has-privious, .searchable-has-next {
  height: 16px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: white;
  line-height: 8px;
  cursor: pointer;
}

.searchable-select-items {
  max-height: 400px;
  overflow-y: scroll;
  position: relative;
}

.searchable-select-items::-webkit-scrollbar {
  display: none;
}

.searchable-select-item {
  padding: 5px 5px;
  cursor: pointer;
  min-height: 30px;
  box-sizing: border-box;
  transition: all 1s ease 0s;
}

.searchable-select-item.hover {

  background: #555;
  color: white;
}

.searchable-select-item.selected {
  background: #28a4c9;
  color: white;
}
