@charset "utf-8";

/* CSS Document */

.reg {
    background: #fff;
    margin: 110px auto 40px auto;
    min-height: 400px;
    width: 1200px;
}

.loginc { min-height: 300px; }

/*left*/

.reg .rinfo {
    border-right: 2px solid #f7f7f7;
    height: 100%;
    overflow: hidden;
    padding: 30px;
    width: 560px;
}

.reg .rinfo .tx1 { font-size: 20px; }

.reg .rinfo .regtitle {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    width: 110px;
}

.reg .rinfo .reginfo { height: 46px; }

input.types {
    background: #f8f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    outline: none;
    padding: 0px 10px;
    width: 300px;
}

input.types:focus {
    background: #fafafa;
    border-color: #e5e5e5;
}

input.code { width: 120px; }

input.types:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 14px;
    line-height: 44px;
}

input.types::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    font-size: 14px;
    line-height: 44px;
}

input.types:-ms-input-placeholder,
textarea.types:-ms-input-placeholder {
    color: #ccc;
    font-size: 14px;
    line-height: 44px;
}

input.types::-webkit-input-placeholder,
textarea.types::-webkit-input-placeholder {
    color: #ccc;
    font-size: 14px;
    line-height: 44px;
}

a.getcode {
    background: #ff7caa;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    padding: 0px 10px;
}

a.getcode:hover { background: #ee598e; }

a.gotcode {
    background: #ddd;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    padding: 0px 10px;
}

a.cofirm {
    background: #ff6fa2;
    border: 0px;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    padding: 0px 10px;
    width: 300px;
}

a.cofirm:hover {
    background: #ee598e;
    cursor: pointer;
}

/*right*/

.reg .rtips {
    height: 100%;
    overflow: hidden;
    padding: 60px 0px 0px 60px;
    width: 518px;
}

.reg .rtips .infoc {
    height: 40px;
    line-height: 40px;
}

.reg .rtips .infoc a.gobtn {
    border: 1px solid #ff6fa2;
    border-radius: 4px;
    color: #ff6fa2;
    padding: 8px 12px;
}

.reg .rtips .infoc a.gobtn:hover {
    background: #ff6fa2;
    color: #fff;
}

span.error, span.otherError {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
}

span.error, span.otherError {
    color: red;
    height: 14px;
    margin-left: 20px;
}

span.inputTip {
    color: #909090;
    font-size: 16px;
    height: 22px;
    left: 10px;
    line-height: 22px;
    position: absolute;
    top: 15px;
}

.normalInput.error {
    border-color: red;
    color: red;
}

.normalInput input { width: 100%; }

div.normalInput { overflow: visible; }

.normalInput {
    border: 1px solid #dadada;
    color: #474747;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 22px;
    margin-bottom: 20px;
    outline: medium none;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}
.alertDialogContent .normalInput {
position: relative;
display: inline-block;
padding: 0 10px;
width: 320px;
height: 50px;
line-height: 22px;
font-size: 16px;
text-align: left;
margin: 10px 0 20px -7px;
border: 1px solid #dadada;
outline: none;
color: #474747;
zoom: 1;
overflow: hidden;
}
.alertDialogContent .normalInput .kapkey {
    font-size: 16px;
    width: 220px;
    border: none;
    outline: none;
    line-height: 22px;
    overflow: hidden;
    padding: 12px 0;
}
.alertDialogContent .normalInput #imgKey {
width: 110px;
height: 50px;
float: right;
overflow: hidden;
position: absolute;
}
.normw1 { width: 300px; }

.normw2 { width: 100px; }

.normalInput.checked, .normalInput.checked { border: 1px solid #1ece6d; }

.normalInput.checked, .normalInput.checked { border: 1px solid #1ece6d; }

input.regs {
    border: 0px solid #e5e5e5;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    outline: none;
    padding: 12px 0;
}

.mzBlockLayer {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.mzdialog { height: 250px; }

.mzdialog {
    background-color: white;
    box-shadow: 0 0 15px #141414;
}

.alertDialog {
    color: black;
    height: 100%;
    position: absolute;
    width: 100%;
}

.alertDialogTitle {
    background-color: #fafafa;
    color: black;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.alertDialogTitleTip {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
}

.alertDialogClose {
    cursor: pointer;
    height: 30px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
}

.alertDialogClose{
	outline: none;
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	overflow: hidden;
	top: 5px;
	right: 10px;
}
.alertDialogClose i:hover,.alertDialogClose  i{
	background: url("/http/ciyuandao.com/content/images/elements.png") no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/content/images/elements.png');
}
.alertDialogClose i:hover,.alertDialogClose i{
	background-position: -158px -123px;
	_margin-left: -158px;
	_margin-top: -123px;
}
.alertDialogClose i{
	background-position: -123px -123px;
	_margin-left: -123px;
	_margin-top: -123px;
}
.i_icon {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.alertDialogMain {
    border-bottom: 1px solid #f2f2f2;
    height: 90px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    text-align: center;
    width: 360px;
}
.alertDialogContent {
    margin-left: 15px;
    margin-right: 15px;
    width: 330px;
}
.alertDialogBtnField {
    margin-top: 20px;
    text-align: center;
}

a.fullBtnBlue {
    background-color: #32a5e7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    outline: medium none;
    text-align: center;
    width: 342px;
}

.line_wrong {
    background: url(../images/wrong.gif) no-repeat center 40px;
    padding-top: 140px;
}
.icon_ok{width:20px; height:20px; display:inline-block; background: url(../images/ok.png) no-repeat center center; background-size:100% 100%;}
.question-box{ padding:20px;font-size:14px; }
.question-box ul li { line-height: 30px; }
.question-box .question_title{ font-weight:600; color:#333; }
.question-box .selected{ background-color: #a8e4b4; }
.question-box .question_info{ color:#666; margin-left: 20px;}
.question-box .question_line { margin:12px 0;border-bottom:1px dashed #d7d8d9;clear:both; }
.question-box .question_info:hover{ background-color: #eef8ff; cursor: pointer; }
.question-box .question_info input{ vertical-align: middle;margin-top: -2px;margin-bottom: 1px;margin-right: 5px; }
.question-box a{ position: absolute; right: 20px; bottom: 20px; }