body{  background: #f5f6f7;}
[class^="icon-"], [class*="icon-"] {
    background: url(../images/icon-main.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}
input[type="checkbox"], input[type="radio"] {
    vertical-align: -2px;
}
.form-grop{position: relative;}
.header{ height: 60px;border-bottom: 1px solid #ccc; background: #fff;}
.logo{margin-left: 4%;}
.head-btn{margin-right: 4%;padding-top: 12px;}
.head-btn a{width: 78px;height: 34px;display: block; border: 1px solid #d7d8d9;    border-radius: 2px;    color: #666;line-height: 34px; text-align: center; font-size: 14px;}
.wraper {
    margin: 0 auto;
    padding: 35px 15px 20px;
    min-width: 290px;
    max-width: 440px;
}
.reg-top{
	    margin: 0 0 30px;
    text-align: center;
    display: block;
    line-height: 1.5;
}
.reg-top .text{font-size: 30px;}
.reg-top .regtypetip{    margin: 6px 0 0;color: #666;font-size: 18px;}
.reg-wrap{font-size: 14px;}
.inputwrap{    background: #fff;margin: 0 0 12px;height: 48px; border: 1px solid #d9d9d9;border-radius:4px;position: relative;}
.inputwrap .mobiarea {
    background: #f8f8f8;
    float: left;
    padding: 15px 10px 15px 15px;
    width: 50px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    border-right: 1px solid #ecebeb;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    position: relative;
}
.inputwrap .mobiarea label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    line-height: 48px;
     cursor: pointer;
    border-radius: 4px;
}
.icon-arrowdown {
    background-position: -160px 0;
    width: 8px;
    height: 4px;
    }
    .username_type_switch span {
    width: 37px;
    display: inline-block;

}

.inputwrap .mobiarea ul.regway-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d9d9d9;
    position: absolute;
    top: 49px;
    right: -1px;
    left: -1px;
    z-index: 10;
}
.inputwrap .mobiarea ul.regway-list li a {
    background: #f8f8f8;
    color: #666;
    padding: 8px 15px;
    display: block;
}
.inputwrap .mobiarea ul.regway-list li a:hover{
	background: #ccc;
}
.inputwrap .regmobi {
    margin: 0 0 0 76px;
    height: 48px;
}

.inputwrap input[type="text"], .inputwrap input[type="password"], .inputwrap input[type="number"] {
    padding: 10px 15px 10px 45px;
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 14px;
    border: 0 none;
    box-sizing: border-box;
    border-radius: 4px;
}
.inputwrap input.padr1 {
    padding-right: 50px;
}
.reg-wrap-code{margin:  0 0 12px;}
.inputwrap .regmobi input[type="text"] {
    padding-left: 10px;
    border-radius: 4px;
}
.error{color: red;margin-bottom: 10px;}
.inputcode{    background: #fff;
    margin: 0 160px 0 0;
    height: 48px;
    border: 1px solid #d9d9d9;}
  .inputTxt input{
    	padding: 10px 15px !important;
    }
.code-link{
    color: rgba(0,149,252,1);
    border: 1px solid rgba(0,149,252,1);
    width: 150px;
    height: 48px;
    line-height: 48px;
   text-align: center;
    border-radius: 4px;
}
.code-link:hover{
	background: rgba(0,149,252,1);
	color: #fff;
}
.inputwrap .gender {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    line-height: 48px;
}
.inputwrap .gender label {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
}
.icon-radio {
    background-position: -70px 0;
    width: 15px;
    height: 15px;
    margin: 0 20px 2px 5px;
}
.icon-radioclick {
    background-position: -70px -20px;
    width: 15px;
    height: 15px;
    margin: 0 20px 2px 5px;
}

.tiptext {
    margin: 0 0 8px;
    position: relative;
    font-size: 12px;
    color: #999;
}
.icon-check {
    background-position: -90px 0;
    width: 16px;
    height: 16px;
    margin: 0 8px 2px 0;
    cursor: pointer;
}

.position_hidden {
    position: absolute;
    left:0;
    width:15px;
    height: 15px;
    opacity: 0;
    filter:alpha(opacity=0);
    cursor: pointer;
    border-radius: 2px;
}
.position_hidden:checked+.icon-check{
    background-position: -90px -20px;
    border-radius: 2px;
}
a.font_blue {
    color: rgba(0,149,252,1);
    vertical-align: middle;
}
a.font_blue:hover,.backreg a:hover,.sues-sml a:hover{text-decoration: underline;}

.submitwrap {
    margin: 0 0 48px;
    padding: 10px 0 0;
    position: relative;
}
.btn-submit,.btn-link{
	 background: rgba(0,149,252,1);
    color: #fff;
    width: 100%;
    height: 56px;
        text-align: center;
    display: block;
    line-height: 56px;
    border: none;
    font: 22px  "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";

    border-radius: 4px;
}
.btn-submit:hover,.btn-link:hover{
	opacity: .8;
	color: #fff;
}

.backreg {
    margin: 12px 0 0;
    font-size: 12px;
}
.backreg a{
	 color: rgba(0,149,252,1);
}
.foot {
    margin: 30px 0 0;
    padding: 0 0 20px;
    color: #b6b7b8;
    text-align: center;
    font-size: 14px;
}

.model-box{position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.5); top: 0; left: 0;opacity: 0; z-index: 10;visibility:hidden;transition:all .3s ease-out;}
.model-wrap{ width: 440px; height: 130px;margin:300px auto 0;padding-top: 15px; background: #fff;border:1px solid #ddd; border-radius: 5px;display: block; transform:scale(0);}


.smswrap {
    margin: 0 0 12px;
    position: relative;
}
.smswrap .changeimg {
    background: #fff;
    width: 198px;
    height: 48px;
    border: 1px solid #d9d9d9;
    float: right;
    overflow: hidden;
}
.smswrap .authcode.imgcode {
    margin: 0 210px 0 0;
}
.smswrap .authcode {
    background: #fff;
    margin: 0 160px 0 0;
    height: 48px;
    border: 1px solid rgba(0,149,252,1);
}
.smswrap .authcode input {
    border: none 0;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

}
.smswrap .changeimg a {
    float: right;
    width: 88px;
    height: 48px;
    line-height: 48px;
    border-left: 1px solid #d9d9d9;
    text-align: center;
    color: rgba(0,149,252,1);

}
.model-pd{
	padding: 0 20px;
}
.icon-change {
    background-position: 0 -40px;
    width: 16px;
    height: 12px;
    margin: 0 6px 0 0;
}
.verify-code-footer > .btn.cancel,.verify-code-footer > .btn.submit{ width: 100px; height: 40px;font: 22px  "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";    outline: none;}
.verify-code-footer > .btn.cancel {
    font-size: 13px;
    background: #fff;
    border: 0;
    color: rgba(0,149,252,1);
    font-weight: 700;
}
.verify-code-footer > .btn.submit {
    background: rgba(0,149,252,1);
    color: #fff;
    border: 0;
    font-size: 16px;
    border-radius: 4px;
}
.model-show{
	opacity: 1;visibility:visible;
}
.model-show .model-wrap{
	transition:transform .3s ease-out .3s;
  transform:scale(1);
}

.treaty{
	    margin: 0 auto;
    padding: 35px 0 15px;
    min-width: 300px;
    max-width: 750px;
}

.vcode-box{ background: #fff;margin: 0 15px;
    padding: 10px 40px 30px;
    list-style: none;
    background: #fff;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 0px 2px 0px;font-size: 14px; color: #5e5e5e}

    .vcode-tit{ font-size:20px; color: #000;padding: 15px 0  10px;}
    .vcode-desc{line-height: 2; }

.icon-success{
	 width: 80px;
	 height: 80px;
	 display:block;
	 margin: 0 auto 20px;
	background-position: -200px 0;
}
.succ-wraper{ margin: 0 auto;
    padding: 35px 15px 20px;
    min-width: 290px;
    max-width: 350px;}
.sues-ig{ color:rgba(0,149,252,1);margin: 15px 0 15px; font-size: 14px;}
.sues-box{ font-size: 14px; line-height: 2;margin-bottom: 20px;}
.sues-box h6{ color: #9e9e9e;}
.sues-box p{ color: #000;}
.sues-box p{ color: #000;}
.sues-sml{ color: red; font-size: 16px; line-height:1.5;}
.sues-sml a{ color: rgba(0,149,252,1); }
.sues-desc{ font-size: 14px;margin-top: 25px; color: #9e9e9e}
.btn-link{ line-height: 56px;margin-top: 15px;margin-bottom: 100px;}
.code_linktg{ color: #333;}
.code_linktg:hover{ background: none;cursor:not-allowed;color: #333;}