
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select {
	-webkit-appearance: none;
}

select {
	background: url(../images/bottomarr3.png) no-repeat scroll right 10px center transparent;
	padding-right: 30px;
}

input {
	font-family: "微软雅黑";
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #a9a9a9;
	outline: none;
	background: none;
}

body {
	height: 100%;
	overflow: hidden;
}

.content::before,
.menu-wrap {
	display: none;
    
}

.readybefor {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10000;
}

.readybefor .loading {
	width: 100px;
	height: 100px;
	margin: auto;
	position: relative;
}

.readybefor .inpoint {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
	width: 10px;
	height: 100%;
	animation: loading 3s infinite linear;
	opacity: 0;
}

.readybefor .p1 {
	animation-delay: 0;
}

.readybefor .p2 {
	animation-delay: 0.5s;
}

.readybefor .p3 {
	animation-delay: 1s;
}

.readybefor .p4 {
	animation-delay: 1.5s;
}

.readybefor .p5 {
	animation-delay: 2s;
}

.readybefor .p6 {
	animation-delay: 2.5s;
}

.readybefor .readybox {
	position: absolute;
	height: 100px;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -50px;
}

.readybefor .inpoint .in {
	height: 10px;
	border-radius: 10px;
	width: 10px;
	background: #666;
}

@keyframes loading {
	0% {
		transform: rotate(0deg);
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(180deg);
	}
	100% {
		opacity: 0;
		transform: rotate(360deg);
	}
}

.coversize {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}

.containsize {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}
.containsize {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-ms-behavior: url(css/backgroundsize.min.htc);
	behavior: url(css/backgroundsize.min.htc);
}

.commonhidebox {
	position: fixed;
	z-index: 3001;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	text-align: center;
}

.commonhidebox .shadowback {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .38;
	filter: alpha(opacity=38);
}

.commonhidebox .inbox {
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 2;
}

.hideqr .inbox {
	display: inline-block;
}
.hideqr .inbox img{
	padding: 20px;
	background: #fff;
}

body,
html {
	font-family: arial,"微软雅黑";
	font-family: "宋体";
	height: 100%;
	font-size: 100px;
}

body {
	box-sizing: border-box;
	font-size: 12px;
}

.container {
	position: relative;
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

.content-wrap {
	overflow: hidden;
}

.content,
.container {
	background: #fff;
}

.cbox {
	max-width: 1400px;
	padding: 0 20px;
	padding: 0 .2rem;
	margin: auto;
}
.cbox2 {
	max-width: 1280px;
	padding: 0 20px;
	padding: 0 .2rem;
	margin: auto;
}


.wechat {
	cursor: pointer;
}


.nav{
	height: 120px;
	background: #fff;
	line-height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.nav .left{
	width: 551px;
	float: left;
}
.nav .ina{
	display: inline-block;
	font-size: 16px;
	color: #000;
	padding: 0 4%;
	min-width: 20px;
	transition: all .5s;
	float: right;
	opacity: .5;
}
.nav .ina:hover{
	opacity: 1;
}
.nav .ina.active{
	opacity: 1;
}
.nav .cbox{
	position: relative;
	height: 100%;
	max-width: 86%;
}
.nav .logo{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	
}
.nav .right{
	padding-left: 200px;
	padding-left: 20%;
}
.nav .inbtn{
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
	cursor: pointer;
	float: right;
	margin-left: 14px;
	margin-top: 25px;
	position: relative;
	line-height: 34px;
}
.nav .count{
	float: right;
	height: 120px;
	width: 70px;
	position: relative;
	cursor: pointer;
	display: block;
	opacity: .8;
	text-align: center;
	transition: all .5s;
}
.nav .count:hover{
	opacity: 1;
}
.nav .count img{
	/* display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -12px; */
	margin: auto;
}
.mobilenav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	height: .98rem;
	background: #fff;
	box-shadow: 0 0 .1rem 0 rgba(0,0,0,.1);
	display: none;
}
.mobilenav .logo{
	position: absolute;
	left: .3rem;
	top: 0;
	bottom: 0;
	margin: auto;
	height: .65rem;
}
.mobilenav .menu{
	position: absolute;
	right: .5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: .51rem;
}
.hidenav {
	display: none;
}
.hidenav .backshadow{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0, 0, 0, 0.5);
  transition: all .5s;
  opacity: 0;
}
.hidenav.active .backshadow{
	opacity: 1;
}
.hidenav .rightnav{
  background: #fff;
  width: 4.50rem;
  padding-top: 1rem;
  box-sizing: border-box;
  height: 100vh;
  overflow: auto;
  position: fixed;
  right: -4.5rem;
  top: 0;
  z-index: 1002;
  transition: all .5s;
}
.hidenav.active .rightnav{
  right: 0rem;
}
.hidenav .searchbox{
  height: .60rem;
  position: relative;
  padding-left: .2rem;
  padding-right: 1rem;
  padding-top: .1rem;
  padding-bottom: .1rem;
  border-bottom: 1px solid #888;
}
.hidenav .searchtext{
	width: 100%;
	height: .4rem;
	padding: .1rem;
	border: 0;
	font-size: .24rem;
}
.hidenav .searchbtn{
	position: absolute;
	top: .1rem;
	right: .2rem;
	width: .6rem;
	height: .6rem;
	background-image: url(../images/icon20.png);
	background-repeat: no-repeat;
	background-size: .4rem;
	background-position: center;
	background-color: #fff;
	border: 0;
}
.hidenav .inlink{
  padding: .25rem .60rem;
  display: block;
  line-height: .50rem;
  font-size: .26rem;
  color: #333;
  font-weight: bold;
  opacity: .8;
}
.hidenav .inlink.icon{
	opacity: 1;
}
.hidenav .inlink img{
	height: calc(11px + .11rem);
}
.hidenav .inlink.icon img{
	height: calc(23px + .23rem);
}
.hidenav .inlink a{
	color: #333;
	display: block;
}
.hidenav .inlink.active{
  opacity: 1;
}
.hidenav .level2{
  padding-top: 0rem;
  transition: all .5s;
}
.hidenav .inlink.enter .level2{
  padding-top: .10rem;
}
.hidenav .level2 a{
  line-height: .45rem;
  font-size: .25rem;
  color: #444;
  display: block;
  overflow: hidden;
  transition: all .5s;
  height: 0;
}
.hidenav .inlink.enter .level2 a{
  height: .45rem;
}
.hidenav .phonebox{
	text-align: center;
	font-size: .3rem;
	padding: .2rem;
	color: #666;
}
.hidenav .phonebox img{
	vertical-align: middle;
	margin-top: -.03rem;
	margin-right: .05rem;
	max-width: .39rem;
	border: 1px solid #666;
	border-radius: .3rem;
	padding: .05rem;
}

.footer{
	background: #f4f4f4;
	padding-top:.6rem ;
	padding-bottom: .8rem;
	color: #373737;
	text-align: center;
}
.footer .part1 .inlink{
	color: #373737;
	display: inline-block;
	padding: .2rem .65rem;
	font-size: 14px;
	line-height: 24px;
	font-size: 0;
	vertical-align: middle;
}
.footer .part1 .inlink img{
	height: 16px;
	padding: 4px 0;
	display: block;
	opacity: .8;
}
.footer .part2{
	padding: .6rem 0;
}
.footer .part2 .inlink{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #5a5a5a;
	border-radius: 40px;
	margin:6px;
}

.container{
	padding-top: 120px;
}

.index .part1{
	padding: 1.2rem;
	background-position: center;
	background-repeat: no-repeat;
}
.index .part1 .inbox{
	padding: .55rem .65rem;
	padding-bottom: .8rem;
	max-width: 1400px;
	box-sizing: border-box;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.index .part1 .back{
	filter:blur(10px);
	background-position: center;
	background: rgba(255,255,255);
	position: absolute;
	left: -10%;
	top: -10%;
	width: 120%;
	height: 120%;
	background-position: center;
}
.index .part1 .in{
	position: relative;
	color: #fff;
	font-size: 14px;
	font-size: calc(8px + .06rem);
	padding-left: 40%;
}
.index .part1 .leftlogo{
	position: absolute;
	left: .2rem;
	top: 0;
	max-width: 30%;
}
.index .part1 .title{
	max-width: 450px;
	margin: auto;
	font-size: 26px;
	line-height: 26px;
	margin-bottom: .24rem;
}
.index .part1 .title img{
	display: block;
	
}
.index .part1 .text{
	max-width: 450px;
	margin: auto;
	min-height: 1.5rem;
}
.index .ctitle .ctitlein{
	font-size: .24rem;
	line-height: .35rem;
	border-bottom: 1px solid #7f7f7f;
	display: inline-block;
}
.index .ctitle .ctitlein img{
	display: block;
	margin: auto;
	height: calc(11px + .11rem);
}
.index .ctitle{
	text-align: center;
}
.index .part2{
	padding-top: .75rem;
}
.index .part2 .inbox{
	overflow: hidden;
	margin-top: .4rem;
}
.index .part2 .instyle{
	width: 25%;
	float: left;
	height: 2.7rem;
	position: relative;
	overflow: hidden;
	display: block;
}
.index .part2 .picbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 94%;
	height: 100%;
	transition: all .5s;
	margin: 10px;
}
.index .part3{
	padding-top: .75rem;
}
.index .part3 .inbox{
	border-bottom: 2px solid #efefef;
	padding-bottom: .2rem;
	padding-top: .5rem;
}
.index .part3 .instyle{
	position: relative;
	padding-left: 56%;
	min-height: 3.5rem;
	color: #545454;
}
.index .part3 .texts,.index .part2 .texts{
	max-width: 450px;
	margin: auto;
}
.index .part3 .leftpic{
	position: absolute;
	left: 0;
	top: 0;
	width: 45%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.index .part3 .picbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.index .part3 .text1{
	    font-size: 14px;
	    font-size: calc(10px + .04rem);
	line-height: 24px;
	margin-top: -6px;
}
.index .part3 .text2{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	line-height: 45px;
	    line-height: calc(15px + .3rem);
	margin-top: .16rem;
	display: block;
	font-weight: bold;
	
}
.index .part3 .text2 a{
	color: #545454;
}
.index .part3 .text2 a:hover{
	color: #000;
}
.index .part3 .text3{
	font-size: 12px;
	font-size: calc(8px + .04rem);
	line-height: 24px;
	margin-top: .1rem;
}
.index .part3 .text4{
	margin-top: .36rem;
	font-size: 14px;
	font-size: calc(8px + .06rem);
	line-height: 32px;
	line-height: calc(20px + .12rem);
}
.index .part3 .more{
	position: absolute;
	left: 56%;
	bottom: 0;
	font-size: 14px;
	font-size: calc(8px + .06rem);
	color: #232323;
	display: block;
	max-width: 450px;
	margin: auto;
	right: 0;
}
.index .part3 .more a{
	color: #232323;
}
.index .part3 .more a:hover{
	color: #000;
}
.lrbox{
	overflow: hidden;
	position: relative;
	padding-top: .8rem;
	padding-bottom: .5rem;
}
.lrbox .left{
	width: 40%;
	float: left;
	padding-right: 10%;
	box-sizing: border-box;
}
.lrbox .right{
	width: 60%;
	float: right;
	box-sizing: border-box;
}
.lrbox .leftin{
	text-align: right;
	padding-left: .6rem;
	max-width: 100%
	
}
.lrbox .navbox{
	margin-bottom: .15rem;
}
.lrbox .ltext1{
	font-size: 18px;
	font-size: calc(8px + .1rem);
	line-height: 38px;
	line-height: calc(18px + .2rem);
	color: #5d5d5d;
}
.lrbox .ltext2{
	font-size: calc(8px + .04rem);
	color: #5d5d5d;
}
.lrbox .ltext2 a{
	color: #5d5d5d;
}
.lrbox .rightin{
	padding-right: .6rem;
	width: 1020px;
	box-sizing: border-box;
	float: left;
	max-width: 100%;
}
.lrbox .rtext1{
	font-size: 14px;
	font-size: calc(10px + .04rem);
	color: #5a5a5a;
	line-height: 30px;
	line-height: calc(15px + .15rem);
	font-family: "times new roman";
}
.lrbox .rtext2{
	font-size: 24px;
	font-size: calc(10px + .14rem);
	color: #5a5a5a;
	line-height: 45px;
	line-height: calc(15px + .3rem);
	margin: .15rem 0;
	font-weight: bold;
}
/* .BLOG .lrbox .rtext2{
	font-size: 42px;
	font-size: calc(10px + .32rem);
} */
.lrbox .rtext3{
	font-size: 12x;
	/*font-size: calc(8px + .04rem);*/
	color: #5a5a5a;
	line-height: 30px;
	line-height: calc(15px + .15rem);
	font-family: "楷体";
}
.lrbox .rtext4{
	font-size: 15px;
	font-size: calc(10px + .05rem);
	color: #5a5a5a;
	line-height: 28px;
	line-height: calc(15px + .13rem);
}
.lrbox .rtext4 img{
	max-width: 100%;
}
.lrbox .rtext5>div{
	font-size: 15px;
	font-size: calc(10px + .05rem);
	color: #5a5a5a;
	line-height: 28px;
	line-height: calc(15px + .13rem);
	padding: .1rem 0;
}
.lrbox .control{
	overflow: hidden;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-top: .5rem;
}
.lrbox .control>a{
	display: block;
	width: 45%;
	float: left;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.25rem;
	height: 1.25rem;
	font-size: 15px;
	font-size: calc(10px + .05rem);
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
}
.lrbox .control>a img{
	width: 13px;
	transition: all .5s;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.lrbox .control .next{
	text-align: right;
	padding-left: 0;
	margin-left: 10%;
	padding-right: 30px;
}
.lrbox .control .next img{
	left: auto;
	right: 0;
}
.lrbox .control .next:hover img{
	right: .1rem;
}
.lrbox .control .prev:hover img{
	left: .1rem;
}





pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.flex-text-wrap {
    width: 100%;
    position: relative;
    *zoom: 1;
}
textarea,
.flex-text-wrap {
    outline: 0;
    margin: 0;
    border: none;
    padding: 0;
    *padding-bottom: 0!important;
}
.flex-text-wrap textarea,
.flex-text-wrap pre {
    *white-space: pre;
    *word-wrap: break-word;
    white-space: pre-wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.flex-text-wrap textarea {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    resize: none;
    /* IE7 box-sizing fudge factor */
    *height: 94%;
    *width: 94%;
}
.flex-text-wrap pre {
    display: block;
    visibility: hidden;
}
.flex-text-wrap,
textarea { margin-bottom: 25px }
textarea,
.flex-text-wrap pre {
    line-height: 1.7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    padding: 10px 15px;
    border: 1px solid #c6c8ce;
    width: 100%;
    -webkit-appearance: none;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    -moz-box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    box-shadow: 0 0 8px rgba(182, 195, 214, .6) inset, 0 1px 1px #fff;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-easing: ease-in-out;
    -moz-transition-easing: ease-in-out;
    -o-transition-easing: ease-in-out;
    -ms-transition-easing: ease-in-out;
    transition-easing: ease-in-out;
    -webkit-transition-property: border-color, -webkit-box-shadow;
    -webkit-transition-property: border-color, box-shadow;
    -moz-transition-property: border-color, -moz-box-shadow;
    -moz-transition-property: border-color, box-shadow;
    -o-transition-property: border-color, box-shadow;
    -ms-transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow;
}
.fork-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi) {
    html {
        background-size: 51px auto;
    }
}


.commentbox .comment-show-con-img{
	display: none;
}
.commentbox .plBtn,.hf-pl{
	background: #000000;
}
.commentbox .pre{
	padding: 10px 15px !important;
}
.commentbox .comment-size-name,.atName{
	color: #000;
}

.commentbox{
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ebebeb;
}
.commentbox .cont{
	font-size: 15px;
	font-size: calc(10px + .05rem);
	color: #505050;
	line-height: 30px;
	line-height: calc(20px + .1rem);
	padding: .3rem 0;
}
.commentbox .tologin{
	font-size: 16px;
	font-size: calc(10px + .06rem);
	color: #838383;
	line-height: 24px;
	text-align: center;
}
.commentbox .loginbtn{
	display: block;
	width: 165px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-size: calc(10px + .08rem);
	background: #000;
	margin: auto;
	margin-top: .1rem;
}
.commentbox .loginbtn img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 4px;
}

.lrbox .leftbtn{
	position: absolute;
	right: -.5rem;
	top: 30%;
	height: 1.4rem;
	width: .55rem;
	padding: .1rem;
	background: #fff;
	font-size: .24rem;
	line-height: .3rem;
	box-sizing: border-box;
	text-align: center;
	box-shadow: .05rem 0 .1rem 0 rgba(0,0,0,.1);
	z-index: -1;
	display: none;
}

.lrbox .list .instyle{
	padding-left: 45%;
	position: relative;
	padding-top: .5rem;
}
.lrbox .list .instyle:first-child{
	padding-top: 0;
}
.lrbox .list .leftpic{
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 100%;
	max-height: 30vw;
	background-size: contain;
}
.lrbox .list .rtext4{
	padding-bottom: 0;
}
.commonpage{
	padding: 1.05rem 0;
	text-align: center;
}
.commonpage .inbtn{
	font-size: 16px;
	line-height: 16px;
	padding: 12px 6px;
	color: #505050;
	display: inline-block;
	margin: 0 .1rem;
	position: relative;
}
.commonpage .inbtn:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	width: 0;
	background: #505050;
	transition: all .5s;
}
.commonpage .inbtn img{
	height: 14px;
}
.commonpage .inbtn:hover:after,.commonpage .inbtn.active:after{
	width: 20px;
}

.COURSE .rtext2{
	margin-top: 0;
}

.RROOOM .part1{
	padding: .6rem 0 1.6rem 0;
}
.RROOOM .part1 .inbox{
	max-width: 1300px;
	padding: 0 .4rem;
	overflow: hidden;
	margin: auto;
}
.RROOOM .part1 .left img{
	max-width: 100%;
	display: block;
}
.RROOOM .part1 .left{
	width: 40%;
	float: left;
}
.RROOOM .part1 .right{
	width: 50%;
	float: right;
	padding-top: 0;
}

.login{
	min-height: 100vh;
	padding: .4rem;
	box-sizing: border-box;
}
.login .RegAgreement{
font-size: 18px;
	font-size: calc(6px + .12rem);
	line-height: 36px;
	line-height: calc(16px + .2rem);
}
.login .RegAgreement a{
	color: #00519E;
	
	text-decoration: underline;
}
.login .table{
	height: calc(100vh - .8rem);
}
.login .in{
	max-width: 470px;
	margin: auto;
}
.login .inbox{
	max-width: 800px;
	margin: auto;
	padding: .9rem .6rem;
	background: rgba(255,255,255,.4);
	box-sizing: border-box;
	position: relative;
}
.login .inbox .back{
	position: absolute;
	right: .2rem;
	top: .2rem;
	width: calc(16px + .16rem);
}
.login .logo{
	display: block;
	margin: auto;
	max-width: 100%;
	margin-bottom: .55rem;
}
.login .type{
	overflow: hidden;
	text-align: center;
	margin-bottom: .44rem;
}
.login .typebtn{
	width: 50%;
	font-size: 23px;
	font-size: calc(10px + .13rem);
	color: #383a3c;
	float: left;
	display: block;
	position: relative;
	line-height: 36px;
	cursor: pointer;
}
.login .typebtn:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	background: #383a3c;
	width: 0;
	transition: all .5s;
}
.login .typebtn.active:after,.login .typebtn:hover:after{
	width: 80px;
	width: calc(40px + .4rem);
}

.login .inputbox{
	border: 1px solid #7e7f7f;
	position: relative;
	background: #fff;
	margin-bottom: .2rem;
}
.login .inputbox input{
	padding: .1rem;
	font-size: 18px;
	font-size: calc(6px + .12rem);
	height: 44px;
	width: 100%;
	box-sizing: border-box;
	border: 0px;
	display: block;
}
.login .inputbox textarea{
	padding: .1rem;
	font-size: 18px;
	font-size: calc(6px + .12rem);
	height: 88px;
	line-height: 34px;
	width: 100%;
	box-sizing: border-box;
	border: 0px;
	display: block;
	box-shadow: none;
	background: none;
	margin-bottom: 0;
}
.login .inputbox2{
	padding-right: 140px;
	padding-right: calc(115px + .25rem);
}
.register .inputbox2{
	padding-right: 160px;
	padding-right: calc(135px + .25rem);
}
.login .inputbox2 .getcode{
	height: 30px;
	height: calc(24px + .06rem);
	line-height: 30px;
	line-height: calc(24px + .06rem);
	width: 124px;
	width: calc(107px + .17rem);
	text-align: center;
	font-size: 14px;
	font-size: calc(8px +.06rem);
	cursor: pointer;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: 2px solid #eeeeee;
}
.register .inputbox2 .getcode{
	width: 144px;
	width: calc(127px + .17rem);
}
.login .inputbox2 .getcode.active{
	color: #999;
}
.login .inputbox3{
	width: calc(100% - 115px - .25rem);
}
.register .inputbox3{
	width: calc(100% - 135px - .25rem);
}
.login .submit{
	display: block;
	height: 46px;
	height: calc(26px + .2rem);
	line-height: 46px;
	line-height: calc(26px + .2rem);
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 18px;
	font-size: calc(6px + .12rem);
	cursor: pointer;
}
.login .submit.reg{
	display: none;
}
.login .attr{
	font-size: 18px;
	font-size: calc(6px + .12rem);
	color: #100401;
	line-height: 42px;
	margin-top: .1rem;
}
.register .in{
	max-width: 650px;
}
.login .inputbox4{
	border: 0;
	background: none;
}
.login .inputbox4 input{
	background: #fff;
	border: 1px solid #7e7f7f;
}
.login .inputbox4 .rightoption{
	position: absolute;
	right: 0;
	top: -42px;
	width: 144px;
	width: calc(127px + .17rem);
	margin-top: -.1rem;
}
.login .inputbox4 select{
	padding: .1rem;
	font-size: 18px;
	font-size: calc(6px + .12rem);
	height: 44px;
	width: 100%;
	box-sizing: border-box;
	border: 0px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #7e7f7f;
	padding-right: 35px;
	background-color: #fff;
}
.login .tip{
	color: #de1b1b;
	font-size: 16px;
	font-size: calc(6px + .1rem);
	margin-top: .1rem;
	margin-bottom: .1rem;
}

.morecomit {
    font-size: 18px;
    color: #8b8b8b;
    width: 100%;
    text-align: center;
    padding: 25px 20px;
    /*cursor:pointer;*/
}