/*mixins*/

body {
  color: #939494;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}

.page-header .icon-arrow-left {
  vertical-align: middle;
}
.page-content {
  padding: 10px 15px;
}
.page-content .sale-edit-list {
  width: 100%;
  color: #939494;
}
.page-content .sale-edit-list dd {
  height: 3.2em;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
}
.page-content .sale-edit-list .list-icon-left {
  width: 1.6em;
  height: 1.6em;
  vertical-align: middle;
  margin-top:12px;
}
.page-content .sale-edit-list .list-icon-right {
  float: right;
}
.page-content .sale-edit-list .icon-arrow-down-gray {
  width: 1em;
  height: .6em;
  margin-top: 1.3em;
  margin-right: 1em;
}
.page-content .sale-edit-list .list-input {
  position: absolute;
  height: 100%;
  top: 0;
  left: 2.5em;
  right: 2.5em;
}
.page-content .sale-edit-list .list-input > input {
  width: 100%;
  height: 100%;
  border: none;
  display: inline-block;
  background: transparent;
  font-size: 14px;
}
.page-content .sale-edit-list .list-input.valid-input {
  right: 7em;
}
.page-content .sale-edit-list .list-unit {
  display: inline-block;
  height: 3.2em;
  float: right;
}
.page-content .sale-edit-list .sms-btn {
  margin-top: .6em;
  height: 2em;
  line-height: 2em;
  color: #757575;
}
.page-content .sale-edit-list .sms-btn .t-wait {
  display: none;
}
.page-content .read-protocol {
  color: #939494;
  line-height: 3.2em;
  height: 3.2em;
  margin-top: 20px;
  position: relative;
}
	.page-content .read-protocol p {
		margin: 0;
		position: absolute;
		width: 100%;
		padding-left: 1.8em;
		left: 0;
		top: 0;
		z-index: 1;
		line-height: 1.2em;
		box-sizing: border-box;
	}
.page-content .read-protocol .p-check {
  display:inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("/content/img/icon-check.png") no-repeat;
  background-size: contain;
  position: relative;
  left:0;
  top:0;
  z-index:2;
}
.page-content .read-protocol .p-check.checked {
  background: url("/content/img/icon-checked.png");
  background-size: 100% 100%;
}

.page-content .read-protocol input[type=checkbox] {
  visibility: hidden;
}
.page-content .reg-btn {
  font-size: 16px;
}
.page-content > p {
  margin-top: 10px;
  line-height: 2em;
  color:#333;
}
.page-content .ot-ops {
  white-space: nowrap;
  line-height: 2em;
}
.page-content .ot-ops .op {
  width: 50%;
  float: left;
  display: inline-block;
  text-align: center;
}
.page-content .ot-ops .op .btn-default {
  width: 90%;
}
.btn-code{
    position:absolute;
    right:0px;
    top:0;
}
/*ÑéÖ¤Âë*/
#codeInput {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

#codeBox {
    position: absolute;
    width: 223px;
    top: 0;
    border-radius: 4px;
    background: #fefefe;
    z-index: 10001;
    box-shadow: 0px 1px 3px #d7d7d7;
    display: none;
}

.codeBoxHeader {
    height: 20px;
    padding: 20px 20px 0 20px;
}

    .codeBoxHeader h4 {
        line-height: 20px;
        color: #585858;
        font-size: 20px;
        font-family: Microsoft YaHei;
        font-weight: normal;
    }

.closeCodeBox {
    display: block;
    width: 16px;
    height: 16px;
    background-position: -416px -629px;
    margin-top: 3px;
}

.codeCont {
    padding: 20px 20px 0 20px;
    height: 40px;
    line-height: 40px;
}

    .codeCont img {
        width: 120px;
        height: 40px;
        float: left;
        cursor: pointer;
        border: none;
    }

    .codeCont a {
        float: right;
        color: #0099ff;
        font-size: 14px;
        line-height: 40px;
    }

.inputCodeBox {
    padding: 20px;
}

    .inputCodeBox input {
        height: 38px;
        width: 166px;
        font-size: 14px;
        padding-left: 14px;
        line-height: 38px;
        color: #000;
        border: 1px solid #ededed;
        border-radius: 4px;
    }

        .inputCodeBox input.inputCodeTip {
            color: #ccc;
        }

    .inputCodeBox.error input {
        border: 1px solid #ff6666;
    }

.errorTip {
    font-size: 14px;
    color: #ff6666;
    display: block;
    padding-top: 8px;
    display: none;
}

.error .errorTip {
    display: block;
}

.codeSureBtn {
    width: 223px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border: none;
    background: #f6694a;
    border-radius: 0 0 4px 4px;
    outline: none;
}
