.page {
    overflow: hidden;
    margin-top: 30px;
    background: #fff;
	width:838px;
}
.apply h2 {
    padding: 20px 0 15px 30px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 20px;
}
.field {
    padding: 10px 0 30px 100px;
}
.field li {
    margin-top: 25px;
}
.field li.lxfs{
	display:inline-block;
	margin-right: 50px;
}
.field li.xcata{
	display:inline-block;
	margin-right: 80px;
}
.field li.djl{
	margin-right:240px;
}
.field li.lxfs label{
	display:inline-block;
}
.field li.lxfs input{
	width:100px;
	display:inline-block;
}
.field li.short{
	display:inline-block;
	margin-right: 35px;
}
.field li.short label{
	display:inline-block;
}
.field li.short input{
	width:200px;
	display:inline-block;
}
label#qq-error {
    float: right;
    margin-top: 17px;
    margin-left: 7px;
}
.field label {
    line-height: 20px;
    color: #666;
}
.field input {
    display: block;
    width: 680px;
    margin-top: 12px;
    padding: 0 10px;
    border: 1px solid #ddd;
    outline: 0 none;
    line-height: 32px;
    font-size: 12px;
}
.field textarea {
    display: block;
    width: 680px;
    height: 200px;
    margin-top: 12px;
    padding: 10px;
    outline: 0 none;
    border: 1px solid #ddd;
    font-size: 12px;
}
.field select {
    display: block;
    width: 120px;
    height: 30px;
    margin-top: 8px;
    padding: 0 5px;
    outline: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    line-height: 30px;
    font-size: 12px;
    background: #fff;
    color: #555;
}
.area select {
    display: inline-block;
    margin-right: 10px;
}
.field input:focus,
.field textarea:focus {
    border-color: #666;
}
.field .file-item {
	position: relative;
    float: left;
    width: 200px;
    margin-right: 100px;
}
.field .file {
    overflow: hidden;
    position: relative;
    width: 120px;
    height: 120px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 4rem;
    text-align: center;
    color: #aaa;
}
.field .file-item > label {
    display: inline-block;
    width: 120px;
    text-align: center;
    font-size: 12px;
}
.field .add {
    display: block;
    cursor: pointer;
    width: 116px;
    height: 116px;
    line-height: 116px;
    border: 2px dashed #eaeaea;
}
.field .del {
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
}
.field .preview {
    display: none;
    margin: 0 auto;
}
.uploaded .add {
    display: none;
}
.uploaded .preview {
    cursor: pointer;
    display: block;
}
.uploaded:hover .del {
    display: block;
}
.field input[type="file"] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0;
}
.field .screenshot-list,.field .upimagezu-list{
    float: left;
}
.field .screenshot-list .preview,.field .upimagezu-list .preview {
    cursor: default;
}
.field .add-screenshot,.field .add-upimagezu {
	position: relative;
    float: left;
}
.field .screenshot-list .file,
.field .add-screenshot .file,.field .upimagezu-list .file,.field .add-upimagezu .file {
    float: left;
    width: 150px;
    height: 266px;
    margin-right: 25px;
}
.field .add-screenshot .add,.field .add-upimagezu .add {
    width: 146px;
    height: 262px;
    line-height: 262px;
}
.field .btn-group {
    /*text-align: center;*/
    margin-top: 10px;
}
.field .btn-group span {
    color: #999;
}
.field #geetest {
    float: left;
    width: 310px;
    height: 28px;
}
.field #geetest + label {
    float: left;
    height: 28px;
    line-height: 28px;
}
.field .submit {
    cursor: pointer;
    width: 90px;
    height: 36px;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    border-radius: 3px;
    outline: 0 none;
    border: 0 none;
    color: #fff;
    font-size: 14px;
    background: #47b751;
}
.field .cancel {
    display: inline-block;
    width: 90px;
    height: 36px;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    border-radius: 3px;
    outline: 0 none;
    border: 1px solid #eaeef1;
    background: #fff;
    color: #666;
    line-height: 34px;
    text-align: center;
}
.field .cancel:hover {
    color: #666;
    text-decoration: none;
}
.field label.error {
    color: #f00;
    font-size: 12px;
}
.field .error,
.field .error:focus {
    border-color: #f00;
}
.field .error + .area select {
    border-color: #f00;
}
.field .form-all-error {
    color: #f00;
    font-size: 12px;
}
.tip {
    line-height: 26px;
}

.con_l{
	float:left;
	margin-top:30px;
}

.con_l .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    background: #fff;
    margin-right: 28px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.con_l .tab li:first-child {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #e6e6e6;
    height: 268px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.con_l .tab li:first-child, .con_l .tab li:first-child .circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.con_l .tab li:first-child .circle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 132px;
    height: 132px;
    border: 1px solid #e6e6e6;
    margin-top: 47.1px;
    margin-bottom: 20px;
    border-radius: 312px;
    cursor: pointer;
}

.con_l .tab li:first-child .circle img {
    display: block;
    background: #a9a9a9;
    border-radius: 52.95px;
    width: 105.9px;
    height: 105.9px;
}

.con_l .tab li:first-child i {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #3b3b3b;
    letter-spacing: 0;
	font-style: normal;
}

.con_l .tab a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #474747!important;
    padding-left: 34px;
    border-bottom: 1px solid #f1f1f1;
}

.con_l .tab a:hover{
	color: #47b751!important;
    border-left: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
}

.con_l .tab .router-link-active {
    color: #47b751!important;
    border-left: 2px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 32px;
}
.con_l .tab a:hover{
	text-decoration:none;
}
.con_r{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.me{
	
}
.me .xcx_nx{
	 padding: 20px 0 15px 30px;
	 border-bottom: 1px solid #eee;
    font-size: 16px; 
}
.me .xcx_nx .tit_vc{
	border-bottom:2px solid #47b751;
	display:inline;
	padding-bottom: 14px;
}
.me .xcxli{
	padding:20px;
}
.me .xcxli .row{
	height:36px;
	line-height:36px;
	background:#f1f1f1;
	text-align:center;
	color:#3b3b3b;
}
.me .xcxli .row .ivu-col,.me .lix .udlist .ivu_l{
	display:inline-block;
	float:left;
}
.me .lix .udlist .ivu_l{
	text-align:center;
	padding:20px 0;
	line-height:60px;
	border-bottom:1px solid #f1f1f1;
	height:60px;
}
.me .xcxli .row .ivu-col-span-6,.me .lix .udlist .ivy_l_span6{
	width:25%;
	white-space:nowrap;
	overflow:hidden;
}
.me .xcxli .row .ivu-col-span-3,.me .lix .udlist .ivy_l_span3{
	width:13%;
}
.me .xcxli .row .ivu-col-span-8,.me .lix .udlist .ivy_l_span8{
	width: 30%;
}
.me .xcxli .row .ivu-col-span-4,.me .lix .udlist .ivy_l_span4{
	width: 16.66666667%;
}
.me .xcxli .lix{
	
}
.me .xcxli .lix .nof{
	text-align:center;
	padding: 30px 0 30px;
}
.me .lix .udlist .ivy_l_span3 .xic,.me .lix .udlist .ivy_l_span3 .shzt{
	width:60px;
	height:60px;
}

.pagenation {
    clear: both;
	border-right: none;
    border-bottom: none;
    font-size: 0;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.pagenation a{
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 7px 12px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    background: #f5f5f5;
}
.pagenation a:hover,.pagenation .cur {
    border-color: #47b751;
    background: #47b751;
    color: #fff;
    text-decoration: none;
}
.field #drumimg{
	width: 214px;
    height: 154px;
}
.field #drumimg span.add{
	width: 210px;
    height: 150px;
	line-height:150px;
}

p.look-example {
    text-align: center;
    color: #4d5fa9;
    font-size: 12px;
    position: relative;
	cursor:pointer;
}
.look-example-img{
	position:absolute;
	top:16px;
	left:0;
	width:634px;
	z-index:9;
}
.look-example-img img{
	width:100%;
}
.me .lix .udlist .ivy_l_span8{
	line-height:30px;
}