/******登记表单*********/
.register-form-tip {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #666;
}
.register-form-tip p {
    margin: 0;
}
.register-form-wrapper form {
    width: 460px;
    margin: 0 auto;
}
.form-item {
    margin-bottom: 22px;
}
.form-item-label {
    width: 100px;
    text-align: right;
    vertical-align: middle;
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding: 0 2px 0 0;
    box-sizing: border-box;
}
.form-item-label em {
    color: #d01414;
    margin-right: 5px;
    font-style: normal;
}
.form-item-box{
    margin-left: 100px;
    line-height: 28px;
    position: relative;
    font-size: 14px;
    color: #ccc;
}
.form-item-input{
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.form-item-input .input {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 28px;
    line-height: 1;
    padding: 5px 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.form-item-input .textarea {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #bbb;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 28px;
    line-height: 1;
    min-height: 62px;
    padding: 5px 10px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.form-item.is-error .input, .form-item .input.is-error, .form-item.is-error .textarea, .form-item .textarea.is-error{
    border-color: #f56c6c;
}
.form-item-input .input::-moz-placeholder,.form-item-input .textarea::-moz-placeholder {
    color: #ccc;
}

.form-item-input .input:-ms-input-placeholder,.form-item-input .textarea:-ms-input-placeholder{
    color: #ccc;
}

.form-item-input .input::-webkit-input-placeholder,.form-item-input .textarea::-webkit-input-placeholder{
    color: #ccc;
}
.form-code-item .form-item-input{
    width: 190px;
}
.form-code-item .form-item-code{
    width: 156px;
    float: right;
}
.form-code-item .form-item-code button{
    width: 100%;
    height: 28px;
    white-space: nowrap;
    cursor: pointer;
    background: #e7eff6;
    border: 1px solid #99acbc;
    color: #63829d;
    font-size: 14px;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.form-code-item .form-item-code button:focus, .form-code-item .form-item-code button:hover {
    background: #dceaf7;
    border-color: #99acbc;
}
.form-code-item .form-item-code button:active {
    background: #f3f4f5;
    border-color: #99acbc;
    outline: none;
}

.form-item-err{
    position: absolute;
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    top: 100%;
    left: 0;
}

.register-item-ct .form-item-box{
    color: #333;
    font-weight: bold;
}
.register-item-ct a{
    color: #045cc9;
}
.rf--label{
    display:inline-block;
}
.rf--radio{
    display:none;
}
.rf--radioInput{
    background-color:#fff;
    border:1px solid #c2c2c2;
    border-radius:100%;
    display:inline-block;
    height:14px;
    margin-right:10px;
    margin-top: -2px;
    vertical-align:middle;
    width:14px;
    line-height:1;
}
.rf--radio:checked + .rf--radioInput:after{
    background-color:#045cc9;
    border-radius:100%;
    content:"";
    display:inline-block;
    height:8px;
    margin:3px;
    width:8px;
}

.form-submit-btn{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    white-space: nowrap;
    cursor: pointer;
    background: #1cc779;
    border: 1px solid #1cc779;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 22px;
}
.form-submit-btn:focus, .form-submit-btn:hover {
    background: #49ca8f;
    border-color: #49ca8f;
}
.form-submit-btn:active {
    background: #0ca55f;
    border-color: #0ca55f;
    outline: none;
}
.form-submit-btn[disabled] {
    background-color: #ccc !important;
    cursor: not-allowed;
    border-color: #ccc !important;
}
.extra-tips {
    display: none;
    line-height: 40px;
    font-size: 16px;
    color: #d01414;
}
/*******登记表单 end *********/
/******* modal **********/
.modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
}
.modal-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.modal-content{
    position: relative;
    width: 576px;
    margin: 0 auto 50px;
    top: 15%;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
}
.modal-wrapper .modal-close {
    position: absolute;
    top: 0;
    right: -68px;
    width: 68px;
    height: 68px;
    padding: 0;
    background: #000;
    border: none;
    outline: none;
    cursor: pointer;
}
.modal-header {
    padding: 20px 20px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #1f2d3d;
}
.modal-body {
    padding: 30px 20px;
    color: #48576a;
    font-size: 14px;
}
.modal-footer {
    padding: 10px 20px 15px;
    text-align: right;
    box-sizing: border-box;
}
.register-modal .modal-footer{
    text-align: center;
}
.modal-ft-btn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #c4c4c4;
    color: #1f2d3d;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0 0 0 20px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
}
.modal-ft-btn:first-child {
    margin-left: 0;
}
.modal-ft-btn:active {
    color: #1d90e6;
    border-color: #1d90e6;
    outline: none;
}
.modal-ft-btn:focus, .modal-ft-btn:hover {
    color: #20a0ff;
    border-color: #20a0ff;
}
.modal-ok-btn{
    color: #fff;
    background-color: #20a0ff;
    border-color: #20a0ff;
}
.modal-ok-btn:active {
    background: #1d90e6;
    border-color: #1d90e6;
    color: #fff;
}
.modal-ok-btn:focus, .modal-ok-btn:hover {
    background: #4db3ff;
    border-color: #4db3ff;
    color: #fff;
}

/******* 试用Modal ******/
.register-modal .modal-body{
    padding: 72px 20px;
}

/******* 试用协议 ******/
.agreement-detail h2,.agreement-detail p{
    margin: 10px 0;
    line-height: 28px;
}
.agreement-modal .modal-body {
    padding: 5px;
}
.agreement-modal .agreement-detail {
    padding: 0 35px;
    height: 554px;
    overflow: auto;
    color: #666;
    font-size: 14px;
}
.agreement-modal h2{
    font-size: 18px;
}
.sp_underline {
    text-decoration: underline;
    font-weight: bold;
}
.fb{
    font-weight: bold;
}
.txt-indent{
    text-indent: 2em;
}

/***** 登记试用成功modal *****/
.resister-suc-modal {
    font-size: 16px;
    color: #666;
}
.resister-suc-modal .modal-body {
    padding: 74px 44px;
}
.resister-suc-modal .suc-title {
    font-size: 32px;
    line-height: 1;
    text-align: center;
}
.resister-suc-modal .suc-letter {
    width: 540px;
    margin-top: 18px;
}
.resister-suc-modal .suc-letter p{
    margin: 0;
    line-height: 28px;
}
.resister-suc-modal .suc-con {
    margin-top: 6px;
    border-top: 1px solid #eee;
}
.resister-suc-modal .suc-con-item{
    line-height: 38px;
    border-bottom: 1px solid #eee;
}
.resister-suc-modal .suc-con-item em{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin-right: 10px;
    background: #075c94;
    border-radius: 50%;
}
.resister-suc-modal .suc-con-item strong {
    color: #333;
}
.resister-suc-modal .suc-con-item .copy-btn {
    display: inline-block;
    width: 54px;
    height: 18px;
    line-height: 18px;
    margin-left: 6px;
    border-radius: 9px;
    border: 1px solid #99acbc;
    text-align: center;
    background: #c9d7ea;
    color: #52647c;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.resister-suc-modal .suc-con-item .copy-btn:focus,.resister-suc-modal .suc-con-item .copy-btn:hover{
    background: #d6e0ea;
}
.resister-suc-modal .suc-con-item .copy-btn:active {
    background: #bfd1ea;
}
.resister-suc-modal .suc-tip {
    margin-top: 34px;
    margin-bottom: 56px;
    line-height: 1;
}
.resister-suc-modal .suc-tip .red {
    color: #a80b0b;
    margin-right: 5px;
}
.resister-suc-modal .suc-btn-wrap {
    text-align: center;
}
.resister-suc-modal .suc-btn-wrap .suc-btn{
    display: inline-block;
    width: 186px;
    line-height: 52px;
    white-space: nowrap;
    cursor: pointer;
    background: #1cc779;
    border: 1px solid #1cc779;
    color: #fff;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 22px;
    text-decoration: none;
}
.resister-suc-modal .suc-btn-wrap .suc-btn:focus, .resister-suc-modal .suc-btn-wrap .suc-btn:hover {
    background: #49ca8f;
    border-color: #49ca8f;
}
.resister-suc-modal .suc-btn-wrap .suc-btn:active {
    background: #0ca55f;
    border-color: #0ca55f;
    outline: none;
}

/*popup*/
.popContent {
    background: #fff;
    overflow: auto;
    color: #666;
    padding:0 40px 40px;
}
.popContent .info_icon{
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background: center no-repeat;
}
.popContent .info_icon_suc{
    background-image: url("../images/popup-suc.1fdfa500.png");
}
.popContent .info_icon_info{
    background-image: url("../images/popup-info.ebeaec5b.png");
}
.popContent .info_icon_warn{
    background-image: url("../images/popup-warn.ac138317.png");
}
.popContent .info_icon_fail{
    background-image: url("../images/popup-fail.80a7083b.png");
}

.popContent .layer_msg {
    font-size: 24px;
    margin-top: 20px;
}
.popContent .layer_msg.msg {
    font-size: 14px;
}
.popContent .layer_msg p {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
}
/*popup end*/
/******* modal end ********/

.modal_borderless {
    padding: 0;
}

.modal_borderless > .modal-body {
    padding: 0;
}